Make .Nm without arguments, but with punctuation, work.

Patch from Christian Limpach (chris at pin lu) on tech-userlevel.
This commit is contained in:
wiz 2003-02-25 10:08:44 +00:00
parent f82deea4bf
commit db1bc7420c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: doc,v 1.27 2003/01/21 15:40:02 wiz Exp $
.\" $NetBSD: doc,v 1.28 2003/02/25 10:08:44 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -788,21 +788,44 @@
.if \\n(aC==0 \{\
. ie \\n(.$==0 \{\
. ie "\\*(n1"" .tm Usage: .Nm Name(s) ... \\*(Pu (#\\n(.c)
. el \&\\*(nM\\*(n1\fP\s0
. el \{\
. ds mN Nm
. ds A1 \\*(n1
. nr fV 1
. fV
. \}
. \}
. el \{\
. ds mN Nm
. ie "\\$1"" .ds A1 \\*(n1
. el .ds A1 \\$1
. ds A2 \\$2
. ds A3 \\$3
. ds A4 \\$4
. ds A5 \\$5
. ds A6 \\$6
. ds A7 \\$7
. ds A8 \\$8
. ds A9 \\$9
. nr fV \\n(.$
. sW "\\$1"
. aT \\$1
. ie \\n(aT==3:\\n(aT==4 \{\
. ds A1 \\*(n1
. ds A2 \\$1
. ds A3 \\$2
. ds A4 \\$3
. ds A5 \\$4
. ds A6 \\$5
. ds A7 \\$6
. ds A8 \\$7
. ds A9 \\$8
. if !"\\$9"" .as A9 " \\$9
. nr fV \\n(.$
. if \\n(fV<9 .nr fV \\n(fV+1
. \}
. el \{\
. ie "\\$1"" .ds A1 \\*(n1
. el .ds A1 \\$1
. ds A2 \\$2
. ds A3 \\$3
. ds A4 \\$4
. ds A5 \\$5
. ds A6 \\$6
. ds A7 \\$7
. ds A8 \\$8
. ds A9 \\$9
. nr fV \\n(.$
. \}
. fV
. \}
.\}