git: fa9ac741d033 - main - truss.1: Reference sysdecode(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jun 2025 17:41:48 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=fa9ac741d03342c33a0e8f85114949625ba4901f
commit fa9ac741d03342c33a0e8f85114949625ba4901f
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-06-18 17:40:27 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-06-18 17:40:27 +0000
truss.1: Reference sysdecode(3)
MFC after: 1 week
---
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