diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-10 03:21:49 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-10 03:21:49 +0000 |
commit | d6defc354e008432157da094af320e76418eccb8 (patch) | |
tree | 81e013c19cd9bf22eb85fa2812ee579e3d11a9e1 | |
parent | 3b1d5840df488a979017d1ef692ccf6b1ecd5774 (diff) |
SEE ALSO corrections. millert ok.
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/_exit.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/getuid.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/setresuid.2 | 8 | ||||
-rw-r--r-- | lib/libcompat/4.1/ftime.3 | 4 | ||||
-rw-r--r-- | lib/libcompat/4.3/rexec.3 | 3 | ||||
-rw-r--r-- | lib/libevent/event.3 | 6 |
7 files changed, 18 insertions, 19 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 467c1907267..c5ba9739e48 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.20 2002/09/18 07:33:47 deraadt Exp $ +.\" $OpenBSD: sigvec.3,v 1.21 2002/11/10 03:21:48 fgsch Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -317,13 +317,13 @@ For an example of signal handler declarations, see .Xr ptrace 2 , .Xr sigaction 2 , .Xr sigaltstack 2 , -.Xr sigpause 3 , .Xr sigprocmask 2 , .Xr sigstack 2 , .Xr sigsuspend 2 , .Xr setjmp 3 , .Xr sigblock 3 , .Xr siginterrupt 3 , +.Xr sigpause 3 , .Xr sigsetmask 3 , .Xr sigsetops 3 , .Xr sigvec 3 , diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 9be387423ba..30a52c59c6d 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.11 2001/03/08 20:43:42 deraadt Exp $ +.\" $OpenBSD: _exit.2,v 1.12 2002/11/10 03:21:48 fgsch Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -105,9 +105,9 @@ can never return. .Xr fork 2 , .Xr intro 2 , .Xr sigaction 2 , -.Xr sysexits 3 , .Xr wait 2 , -.Xr exit 3 +.Xr exit 3 , +.Xr sysexits 3 .Sh STANDARDS The .Fn _exit diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2 index e878a05df37..da4371c4b76 100644 --- a/lib/libc/sys/getuid.2 +++ b/lib/libc/sys/getuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getuid.2,v 1.8 2002/09/18 07:33:47 deraadt Exp $ +.\" $OpenBSD: getuid.2,v 1.9 2002/11/10 03:21:48 fgsch Exp $ .\" $NetBSD: getuid.2,v 1.6 1995/02/27 12:33:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -73,8 +73,8 @@ functions are always successful, and no return value is reserved to indicate an error. .Sh SEE ALSO .Xr getgid 2 , -.Xr setreuid 3 , -.Xr setuid 2 +.Xr setuid 2 , +.Xr setreuid 3 .Sh STANDARDS The .Fn getuid diff --git a/lib/libc/sys/setresuid.2 b/lib/libc/sys/setresuid.2 index 523a072c539..788c24887e5 100644 --- a/lib/libc/sys/setresuid.2 +++ b/lib/libc/sys/setresuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setresuid.2,v 1.1 2002/10/30 20:15:29 millert Exp $ +.\" $OpenBSD: setresuid.2,v 1.2 2002/11/10 03:21:48 fgsch Exp $ .\" .\" Copyright (c) 2000 .\" Sheldon Hearn. All rights reserved. @@ -85,9 +85,9 @@ was invalid. .Xr getuid 2 , .Xr issetugid 2 , .Xr setgid 2 , -.Xr setregid 2 , -.Xr setreuid 2 , -.Xr setuid 2 +.Xr setuid 2 , +.Xr setregid 3 , +.Xr setreuid 3 .Sh STANDARDS These functions are not part of the .St -p1003.1 diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3 index b6446206e60..3ee43316638 100644 --- a/lib/libcompat/4.1/ftime.3 +++ b/lib/libcompat/4.1/ftime.3 @@ -75,8 +75,8 @@ Daylight Saving time applies locally during the appropriate part of the year. .Sh SEE ALSO .Xr gettimeofday 2 , .Xr settimeofday 2 , -.Xr time 2 , -.Xr ctime 3 +.Xr ctime 3 , +.Xr time 3 .Sh HISTORY The .Nm diff --git a/lib/libcompat/4.3/rexec.3 b/lib/libcompat/4.3/rexec.3 index 2976b93ff4d..5d58796974a 100644 --- a/lib/libcompat/4.3/rexec.3 +++ b/lib/libcompat/4.3/rexec.3 @@ -115,8 +115,7 @@ and no provision is made for sending arbitrary signals to the remote process, although you may be able to get its attention by using out-of-band data. .Sh SEE ALSO -.Xr rcmd 3 , -.Xr rexecd 8 +.Xr rcmd 3 .Sh HISTORY The .Fn rexec diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index b9798ed75ee..fbd889efe7f 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.5 2002/09/30 18:38:05 jsyn Exp $ +.\" $OpenBSD: event.3,v 1.6 2002/11/10 03:21:48 fgsch Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -293,9 +293,9 @@ return 0. Otherwise, -1 is returned and the global variable errno is set to indicate the error. .Sh SEE ALSO -.Xr timeout 9 , +.Xr kqueue 2 , .Xr select 2 , -.Xr kqueue 2 +.Xr timeout 9 .Sh HISTORY The .Nm event |