diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/setsid.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index c2fcf4aec74..8f337e89616 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fcntl.2,v 1.7 1998/07/06 18:27:17 deraadt Exp $ +.\" $OpenBSD: fcntl.2,v 1.8 1998/07/24 00:43:47 espie Exp $ .\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -477,7 +477,7 @@ the process ID given as argument is not in use. .Xr flock 2 , .Xr getdtablesize 3 , .Xr open 2 , -.Xr sigaction 3 +.Xr sigaction 2 .Sh HISTORY The .Fn fcntl diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index d039f50a84c..9be3d8bffc6 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setsid.2,v 1.6 1998/07/06 18:28:30 deraadt Exp $ +.\" $OpenBSD: setsid.2,v 1.7 1998/07/24 00:43:48 espie Exp $ .\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,8 +71,8 @@ group ID of a process other than the calling process matches the process ID of the calling process. .El .Sh SEE ALSO +.Xr setpgid 2 , .Xr getsid 2 , -.Xr setpgid 3 , .Xr tcgetpgrp 3 , .Xr tcsetpgrp 3 .Sh STANDARDS diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 3bedab5f6a6..abc430f632f 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.16 1998/07/13 02:18:54 deraadt Exp $ +.\" $OpenBSD: sigaction.2,v 1.17 1998/07/24 00:43:50 espie Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -447,13 +447,13 @@ flags are options commonly found in other operating systems. .Xr kill 2 , .Xr ptrace 2 , .Xr sigaltstack 2 , -.Xr sigblock 2 , .Xr sigpause 2 , .Xr sigprocmask 2 , -.Xr sigsetmask 2 , .Xr sigsuspend 2 , .Xr wait 2 , .Xr setjmp 3 , +.Xr sigblock 3 , +.Xr sigsetmask 3 , .Xr sigsetops 3 , .Xr sigvec 3 , .Xr tty 4 |