summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/os/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/os/syscall.c')
-rw-r--r--usr/src/uts/intel/os/syscall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/intel/os/syscall.c b/usr/src/uts/intel/os/syscall.c
index 6cf4293ff4..1fc429661c 100644
--- a/usr/src/uts/intel/os/syscall.c
+++ b/usr/src/uts/intel/os/syscall.c
@@ -285,7 +285,7 @@ pre_syscall()
}
/*
- * From the proc(4) manual page:
+ * From the proc(5) manual page:
* When entry to a system call is being traced, the traced process
* stops after having begun the call to the system but before the
* system call arguments have been fetched from the process.
@@ -549,7 +549,7 @@ post_syscall(long rval1, long rval2)
}
/*
- * From the proc(4) manual page:
+ * From the proc(5) manual page:
* When exit from a system call is being traced, the traced process
* stops on completion of the system call just prior to checking for
* signals and returning to user level. At this point all return