diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-04 14:50:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-04 14:50:46 +0000 |
commit | f6f5e9b5de70ab54a6a0632b4760be31e0bcebca (patch) | |
tree | b145cf2d140c3b524f47ada93e4d968d55f3c177 | |
parent | 2746da61797d2c305f484ec57a64bf146328402c (diff) |
.Nm with punctuation no longer requires an argument;
-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\ )\ )\ , |