Date: Sun, 9 Nov 2025 15:29:49 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 92a91c9898ad - stable/15 - dtrace.1: Fix mdoc macros around -x Message-ID: <202511091529.5A9FTnF3072729@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=92a91c9898ad7ed0ba378e18783caeb9efddbcc1 commit 92a91c9898ad7ed0ba378e18783caeb9efddbcc1 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2025-11-06 23:04:01 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2025-11-09 15:29:15 +0000 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) --- 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 e263b936700d..25f86306bd71 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 anhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511091529.5A9FTnF3072729>
