git: c2b1623bb97e - stable/14 - truss.1: Reference sysdecode(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Jul 2025 12:18:58 UTC
The branch stable/14 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c2b1623bb97e5e2df8447892d22bc64250982f0d
commit c2b1623bb97e5e2df8447892d22bc64250982f0d
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-06-18 17:40:27 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-07-14 12:18:32 +0000
truss.1: Reference sysdecode(3)
MFC after: 1 week
(cherry picked from commit fa9ac741d03342c33a0e8f85114949625ba4901f)
---
usr.bin/truss/truss.1 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index a0cd90b229aa..debb3af11b5d 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -1,5 +1,5 @@
.\"
-.Dd July 24, 2017
+.Dd June 18, 2025
.Dt TRUSS 1
.Os
.Sh NAME
@@ -104,7 +104,8 @@ Follow an already-running process:
.Xr kdump 1 ,
.Xr ktrace 1 ,
.Xr ptrace 2 ,
-.Xr utrace 2
+.Xr utrace 2 ,
+.Xr sysdecode 3
.Sh HISTORY
The
.Nm