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:
parent
acd99ff192
commit
aaf0d9a64c
@ -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
|
||||
. \}
|
||||
. \}
|
||||
|
Loading…
x
Reference in New Issue
Block a user