mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
dtrace.1: Fix mdoc macros around -x
There should be no space between -x's "arg" and "=value". MFC after: 3 days (cherry picked from commit 753cef701dbea03627c1fe11dd5556e74df415b2)
This commit is contained in:
parent
9033af8319
commit
92a91c9898
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ to disallow the possibility of enabling destructive actions system-wide at any p
|
|||
Any attempts to enable destructive actions will cause
|
||||
.Nm
|
||||
to exit with a runtime error.
|
||||
.It Fl x Ar arg Op Ns = Ns value
|
||||
.It Fl x Ar arg Ns Op = Ns Ar value
|
||||
Enable or modify a DTrace runtime option or D compiler option.
|
||||
Boolean options are enabled by specifying their name.
|
||||
Options with values are set by separating the option name and value with an
|
||||
|
|
|
|||
Loading…
Reference in a new issue