diff options
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 492fef4..49bb163 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $Id: ptrace.2,v 1.3 1996/01/24 20:17:17 nate Exp $ +.\" $Id: ptrace.2,v 1.4 1996/08/29 21:24:15 wosch Exp $ .\" $NetBSD: ptrace.2,v 1.2 1995/02/27 12:35:37 cgd Exp $ .\" .\" This file is in the public domain. @@ -277,9 +277,9 @@ on a process in violation of the requirements listed under above. .El .Sh SEE ALSO -.Xr sigaction 2 -.Xr wait 2 -.Xr execve 2 +.Xr sigaction 2 , +.Xr wait 2 , +.Xr execve 2 , .Xr execv 3 .Sh HISTORY A |