diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-10 17:56:30 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-10 17:56:30 +0000 |
commit | 48134c510c45d1858d8bb781a61d019bf0546f56 (patch) | |
tree | 0a348149e8f1dad1c58b1a16d4228ef8b6fb6fcb /lib/libc/sys/execve.2 | |
parent | 571f1d54cbddb7c261d699740554a5be84bfeb00 (diff) |
correct some Xr's which referred to the wrong man page sections
Diffstat (limited to 'lib/libc/sys/execve.2')
-rw-r--r-- | lib/libc/sys/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index 0ad9690481c..7d7c25529cf 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.6 1999/02/27 21:56:12 deraadt Exp $ +.\" $OpenBSD: execve.2,v 1.7 1999/05/10 17:56:29 aaron Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -169,7 +169,7 @@ in which case all timers are disabled) .It resource limits Ta see Xr getrlimit 2 .It file mode mask Ta see Xr umask 2 .It signal mask Ta see Xr sigaction 2 , -.Xr sigsetmask 2 +.Xr sigsetmask 3 .El .Pp When a program is executed as a result of an |