While in the SYNOPSIS section, Nm macro always required an

argument to setup indentation for the rest of the synopsis
line and to automatically emit a line break for a non-first
synopsis line.  It does not require it anymore.

The following now works as expected:

.Sh NAME
.Nm utility
.Sh SYNOPSIS
.Nm
.Cm start
.Nm
.Cm stop
This commit is contained in:
Ruslan Ermilov 2000-11-18 17:34:55 +00:00
parent acd99ff192
commit aaf0d9a64c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68879

View File

@ -752,14 +752,12 @@
.\" NS iS register - indent second command line in a synopsis
.de Nm
.if \\n(aC==0 \{\
. ds mN Nm
. ie \\n(.$==0 \{\
. ie "\\*(n1"" .tm Usage: .Nm Name(s) ... \\*(Pu (#\\n(.c)
. el \&\\*(nM\\*(n1\fP\s0
. el .aV \\*(n1
. \}
. el \{\
. ds mN Nm
. aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
. \}
. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
.\}
.if \\n(aC>0 \{\
. ie \\n(aC==\\n(aP \{\
@ -782,7 +780,7 @@
. ie \\n(nS>1 .br
. el \{\
. if \\n(iS==0 \{\
. sW \\$1
. sW \\*(A\\n(aP
. nr iS ((\\n(sWu+1)*\\n(fW)u
. \}
. \}