Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2025 15:30:14 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: 8febbb2a7d32 - stable/13 - dtrace.1: Fix mdoc macros around -x
Message-ID:  <202511091530.5A9FUEZS079799@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/13 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=8febbb2a7d321e62b49e2dae4d26619c0d8cfe8d

commit 8febbb2a7d321e62b49e2dae4d26619c0d8cfe8d
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:33 +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 34c36920ac97..7b80435c03e0 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
@@ -528,7 +528,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511091530.5A9FUEZS079799>