diff options
author | 2003-10-04 14:50:45 +0000 | |
---|---|---|
committer | 2003-10-04 14:50:45 +0000 | |
commit | 55a9086922b882e2d6d3342edb673bcdaccda864 (patch) | |
tree | 3e743fde3fb75e5976baf3620af5a70023cf52d6 /share/man/man7 | |
parent | Allow ".Nm [punctuation]" to work (previously an argument was needed). (diff) | |
download | wireguard-openbsd-55a9086922b882e2d6d3342edb673bcdaccda864.tar.xz wireguard-openbsd-55a9086922b882e2d6d3342edb673bcdaccda864.zip |
.Nm with punctuation no longer requires an argument;
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 09b37d44e52..14e7cfbc7fa 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.46 2003/09/25 09:27:40 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.47 2003/10/04 14:50:45 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1281,14 +1281,13 @@ When called without arguments, .Ql \&.Nm regurgitates this initial name for the sole purpose of making less work for the author. -There are two situations, however, where +However, .Ql \&.Nm should .Em always -be given an argument: -(1) when used in the +be given an argument when used in the .Sx SYNOPSIS -section and (2) when trailing punctuation is required. +section. .Pp Note: a section two @@ -1321,8 +1320,8 @@ it can not recall the first argument it was invoked with. .Nm mdoc.samples .It Li \&.Nm .Nm -.It Li \&.Nm mdoc.samples \&. -.Nm mdoc.samples . +.It Li \&.Nm \&. +.Nm . .It Li \&.Nm \e-mdoc .Nm \-mdoc .It Li \&.Nm foo\ )\ )\ , |