diff options
author | 2011-01-24 23:13:56 +0000 | |
---|---|---|
committer | 2011-01-24 23:13:56 +0000 | |
commit | f75395837a2c57b61c47e431c9b1eec20a2226f5 (patch) | |
tree | 28c7c334e11a48d9e4f80a62a4a3f3ce05dcbecc /share/man/man7/man.7 | |
parent | gethostname.3 and sethostname.3 are one and the same, so don;t list them (diff) | |
download | wireguard-openbsd-f75395837a2c57b61c47e431c9b1eec20a2226f5.tar.xz wireguard-openbsd-f75395837a2c57b61c47e431c9b1eec20a2226f5.zip |
Better explain roff(7) macro argument quoting;
ok jmc@.
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 7570ba88698..c3ac040f920 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.14 2011/01/16 02:56:47 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.15 2011/01/24 23:13:56 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 16 2011 $ +.Dd $Mdocdate: January 24 2011 $ .Dt MAN 7 .Os .Sh NAME @@ -373,6 +373,13 @@ Thus, the following are equivalent: \&.\ \ \ PP .Ed .Pp +To include space characters in macro arguments, arguments may be quoted; +see the +.Sq MACRO SYNTAX +section in the +.Xr roff 7 +manual for details. +.Pp The .Nm macros are classified by scope: line scope or block scope. |