diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-11-06 23:04:01 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-11-06 23:04:01 +0000 |
| commit | 753cef701dbea03627c1fe11dd5556e74df415b2 (patch) | |
| tree | c82191409d12549d702b7b1cbdd0ea8a254917a0 | |
| parent | 9fe88e5503239cb65e503e3b2b7344933a888644 (diff) | |
dtrace.1: Fix mdoc macros around -x
There should be no space between -x's "arg" and "=value".
MFC after: 3 days
| -rw-r--r-- | cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 index ea28f051cc6f..1a9f8029e6de 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 +++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 @@ -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 |
