diff options
author | 2013-12-13 21:45:27 +0000 | |
---|---|---|
committer | 2013-12-13 21:45:27 +0000 | |
commit | dc48e9ee1e093553d7ab957ceeff5529b19264c6 (patch) | |
tree | 3a04e37b6fd4e1a68772d9f3c0ac8aa07b96bbca | |
parent | Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@ (diff) | |
download | wireguard-openbsd-dc48e9ee1e093553d7ab957ceeff5529b19264c6.tar.xz wireguard-openbsd-dc48e9ee1e093553d7ab957ceeff5529b19264c6.zip |
Use \(dq instead of \&" to print a double quote on a macro line.
Documented by mandoc_char(7), and plays nicer with syntax hilighting
editors. ok brett@ jmc@ gilles@
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index b5a2e755588..46556d800a6 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.113 2013/12/06 10:42:15 eric Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.114 2013/12/13 21:45:27 jca Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: December 6 2013 $ +.Dd $Mdocdate: December 13 2013 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -39,7 +39,7 @@ the comment is effective until the end of the entire block. Argument names not beginning with a letter, digit, or underscore must be quoted. Arguments containing whitespace should be surrounded by double quotes -.Pq \&" . +.Pq \(dq . .Pp Macros can be defined that will later be expanded in context. Macro names must start with a letter, digit, or underscore, |