summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authormischief <mischief@offblast.org>2014-07-22 23:40:53 -0700
committermischief <mischief@offblast.org>2014-07-22 23:40:53 -0700
commit2bdd2663dbea21a0718b718965a1db75dbf2fdb4 (patch)
tree1f064793bb644f788250ab62dac10797889cadde /sys/man
parente42d8492c642b34d4bad27fdd8224e81ff5d6be9 (diff)
ratrace(1): uses syscall not syscalltrace file
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/ratrace2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/ratrace b/sys/man/1/ratrace
index 515b5214f..51fb94cb6 100644
--- a/sys/man/1/ratrace
+++ b/sys/man/1/ratrace
@@ -41,7 +41,7 @@ and
the start and stop times for the system call in nanoseconds.
The times are exclusive of the overhead for tracing.
.SH FILES
-.BI /proc/ pid /syscalltrace
+.BI /proc/ pid /syscall
.br
.BI /proc/ pid /ctl
.SH SOURCE