From 89e9f953f219853b43fc5d98b7dfdc8259c3e325 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 4 Apr 2017 14:33:44 +0000 Subject: [PATCH] document comments in table files; help/ok gilles --- usr.sbin/smtpd/table.5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usr.sbin/smtpd/table.5 b/usr.sbin/smtpd/table.5 index f44c0a6b2cd..2f4addaddb4 100644 --- a/usr.sbin/smtpd/table.5 +++ b/usr.sbin/smtpd/table.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: table.5,v 1.6 2017/02/06 06:27:01 tb Exp $ +.\" $OpenBSD: table.5,v 1.7 2017/04/04 14:33:44 jmc Exp $ .\" .\" Copyright (c) 2013 Eric Faurot .\" Copyright (c) 2013 Gilles Chehade @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: February 6 2017 $ +.Dd $Mdocdate: April 4 2017 $ .Dt TABLE 5 .Os .Sh NAME @@ -41,7 +41,10 @@ table mymapping { key1 = value1, key2 = value2, key3 = value3 } .Pp When using a .Ql file -table, a list will be written with each value on a line by itself: +table, a list will be written with each value on a line by itself. +Comments can be put anywhere in the file using a hash mark +.Pq Sq # , +and extend to the end of the current line. .Bd -literal -offset indent value1 value2 -- 2.20.1