summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2022-01-18 01:24:34 +0100
committerEugene Syromyatnikov <evgsyr@gmail.com>2022-01-18 18:06:20 +0100
commit768a99e891c9f695ee88efacdbc1ccb589a433f4 (patch)
tree92bc87b5a32ba773d6007a964ae0926c42a5aac4
parent1bf28651e764f9503f1800c947093c81b54fd0fd (diff)
downloadstrace-768a99e891c9f695ee88efacdbc1ccb589a433f4.tar.gz
doc/strace.1: refer to syscalls(2) for syscall names reference
* doc/strace.1.in (.SS Filtering) <.I syscall>: Add a reference to syscalls(2) in the description.
-rw-r--r--doc/strace.1.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/strace.1.in b/doc/strace.1.in
index 0e5bfa61b..23d5aff00 100644
--- a/doc/strace.1.in
+++ b/doc/strace.1.in
@@ -480,7 +480,9 @@ can be one of the following:
.RS
.TP 13
.I syscall
-Trace specific syscall, specified by its name (but see
+Trace specific syscall, specified by its name (see
+.BR syscalls (2)
+for a reference, but also see
.BR NOTES ).
.TP
.BI ? value