mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mdoc(7) police: removed unnecessary .Ns's.
This commit is contained in:
parent
2e1cdcf311
commit
1ab9d5a384
1 changed files with 3 additions and 3 deletions
|
|
@ -646,7 +646,7 @@ the rest of the modifier.
|
|||
.It Cm Q
|
||||
Quotes every shell meta-character in the variable, so that it can be passed
|
||||
safely through recursive invocations of
|
||||
.Nm Ns .
|
||||
.Nm .
|
||||
.It Cm R
|
||||
Replaces each word in the variable with everything but its suffix.
|
||||
.Sm off
|
||||
|
|
@ -722,7 +722,7 @@ Converts variable to upper-case letters.
|
|||
.Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS
|
||||
Directives, conditionals, and for loops reminiscent
|
||||
of the C programming language are provided in
|
||||
.Nm Ns .
|
||||
.Nm .
|
||||
All such structures are identified by a line beginning with a single
|
||||
dot
|
||||
.Pq Ql \&.
|
||||
|
|
@ -1157,7 +1157,7 @@ attribute is applied to every
|
|||
command in the file.
|
||||
.It Ic .SUFFIXES
|
||||
Each source specifies a suffix to
|
||||
.Nm Ns .
|
||||
.Nm .
|
||||
If no sources are specified, any previous specified suffices are deleted.
|
||||
.El
|
||||
.Sh COMPATIBILITY
|
||||
|
|
|
|||
Loading…
Reference in a new issue