diff options
Diffstat (limited to 'usr/src/uts/sparc/os/syscall.c')
| -rw-r--r-- | usr/src/uts/sparc/os/syscall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sparc/os/syscall.c b/usr/src/uts/sparc/os/syscall.c index 33abac27c4..07928e668c 100644 --- a/usr/src/uts/sparc/os/syscall.c +++ b/usr/src/uts/sparc/os/syscall.c @@ -417,7 +417,7 @@ pre_syscall(int arg0) } /* - * 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. @@ -653,7 +653,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 |
