The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=753cef701dbea03627c1fe11dd5556e74df415b2
commit 753cef701dbea03627c1fe11dd5556e74df415b2 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2025-11-06 23:04:01 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2025-11-06 23:04:01 +0000 dtrace.1: Fix mdoc macros around -x There should be no space between -x's "arg" and "=value". MFC after: 3 days --- cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
