diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-03-03 10:14:41 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-10-04 10:48:20 +0000 |
commit | b0e0774dacccf52992a862c78fee09f2f30bbe29 (patch) | |
tree | 9c151a6360ed34f0171a40cb767e5fcaeabc9d91 | |
parent | a2c359c0f7715507f6a49a911becbd50a8521b9a (diff) |
dtrace_proc.4: Fix the description of pr_sname
MFC after: 2 weeks
Sponsored by: Klara Inc.
Sponsored by: ELW – Entsorgungsbetriebe der Landeshauptstadt Wiesbaden
(cherry picked from commit 0ea0a371d2e0f821e4bd7e1c90c772781d80975e)
-rw-r--r-- | share/man/man4/dtrace_proc.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/dtrace_proc.4 b/share/man/man4/dtrace_proc.4 index 355ba63af1bd..5e217eb0e205 100644 --- a/share/man/man4/dtrace_proc.4 +++ b/share/man/man4/dtrace_proc.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 17, 2016 +.Dd March 3, 2023 .Dt DTRACE_PROC 4 .Os .Sh NAME @@ -186,7 +186,7 @@ Real scheduling priority of the thread. Currently always 0. .It Vt char pr_sname Currently always -.Ql ? . +.Ql \&? . .It Vt short pr_syscall Currently always 0. .It Vt uintptr_t pr_addr |