mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Allow .Rv macro to be used in 7th section also. This patch
will fix "Usage: .Rv ..." error at mdoc.samples.7 Ok'ed by: mpp
This commit is contained in:
parent
443cf26413
commit
72f89f7ee3
1 changed files with 3 additions and 1 deletions
|
|
@ -3422,7 +3422,9 @@ File:
|
|||
.\" . nr fV \\n(.$-1
|
||||
. if "\\$1"-std" \{\
|
||||
. nr cH \\*(cH
|
||||
. if (\\n(cH<2):(\\n(cH>3) .tm Usage: .Rv -std sections 2 and 3 only
|
||||
.\" This macro also allowed for 7 section because mdoc.samples.7 will show
|
||||
.\" actual information (not hardcoded)
|
||||
. if !((\\n(cH=2):(\\n(cH=3):(\\n(cH=7)) .tm Usage: .Rv -std sections 2 and 3 only
|
||||
. br
|
||||
\&The
|
||||
.Fn \\$2
|
||||
|
|
|
|||
Loading…
Reference in a new issue