diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/gen | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/gen')
33 files changed, 88 insertions, 89 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index 410d9881ab3..6ce10c1b42b 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: alarm.3,v 1.4 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: alarm.3,v 1.5 1999/05/16 19:54:49 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -72,8 +72,8 @@ The request voids the current alarm. .Sh SEE ALSO -.Xr sigaction 2 , .Xr setitimer 2 , +.Xr sigaction 2 , .Xr signal 3 , .Xr sigpause 3 , .Xr sigvec 3 , diff --git a/lib/libc/gen/ctype.3 b/lib/libc/gen/ctype.3 index ff485b34db9..4e36cc26edd 100644 --- a/lib/libc/gen/ctype.3 +++ b/lib/libc/gen/ctype.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctype.3,v 1.2 1996/08/19 08:22:06 tholo Exp $ +.\" $OpenBSD: ctype.3,v 1.3 1999/05/16 19:54:49 alex Exp $ .\" .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. @@ -79,22 +79,22 @@ The above macros perform character tests and conversions on the integer .Pp See the specific manual pages for more information. .Sh SEE ALSO +.Xr isalnum 3 , .Xr isalpha 3 , -.Xr isupper 3 , -.Xr islower 3 , +.Xr isascii 3 , +.Xr isblank 3 , +.Xr iscntrl 3 , .Xr isdigit 3 , -.Xr isxdigit 3 , -.Xr isalnum 3 , -.Xr isspace 3 , -.Xr ispunct 3 , -.Xr isprint 3 , .Xr isgraph 3 , -.Xr iscntrl 3 , -.Xr isblank 3 , -.Xr isascii 3 , -.Xr toupper 3 , -.Xr tolower 3 , +.Xr islower 3 , +.Xr isprint 3 , +.Xr ispunct 3 , +.Xr isspace 3 , +.Xr isupper 3 , +.Xr isxdigit 3 , .Xr toascii 3 , +.Xr tolower 3 , +.Xr toupper 3 , .Xr ascii 7 .Sh STANDARDS These functions, with the exception of diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 0e88b92587c..3a0b186600d 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: directory.3,v 1.4 1997/07/24 00:40:37 deraadt Exp $ +.\" $OpenBSD: directory.3,v 1.5 1999/05/16 19:54:50 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -166,10 +166,10 @@ if (dirp) { return NOT_FOUND; .Ed .Sh SEE ALSO -.Xr open 2 , .Xr close 2 , .Xr getdirentries 2 , .Xr lseek 2 , +.Xr open 2 , .Xr dir 5 .Sh HISTORY The diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index be5751aa31b..a7fbf530681 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.4 1999/02/27 21:55:02 deraadt Exp $ +.\" $OpenBSD: exec.3,v 1.5 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -214,9 +214,8 @@ for any of the errors specified for the library function .Xr execve 2 , .Xr fork 2 , .Xr ktrace 2 , -.Xr environ 7 , .Xr ptrace 2 , -.Xr environ 7 , +.Xr environ 7 .Sh COMPATIBILITY Historically, the default path for the .Fn execlp diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 430d1a0998b..fee2ca4de7b 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: frexp.3,v 1.2 1996/08/19 08:22:47 tholo Exp $ +.\" $OpenBSD: frexp.3,v 1.3 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -76,8 +76,8 @@ If is zero, both parts of the result are zero. .Sh SEE ALSO .Xr ldexp 3 , -.Xr modf 3 , -.Xr math 3 +.Xr math 3 , +.Xr modf 3 .Sh STANDARDS The .Fn frexp diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index edeaebe176c..8d7b76559db 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.9 1999/02/27 21:55:06 deraadt Exp $ +.\" $OpenBSD: getdomainname.3,v 1.10 1999/05/16 19:54:51 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,10 +82,10 @@ invalid address. The caller tried to set the domain name and was not the super-user. .El .Sh SEE ALSO -.Xr sysctl 3 , +.Xr domainname 1 , .Xr gethostid 3 , .Xr gethostname 3 , -.Xr domainname 1 , +.Xr sysctl 3 , .Xr yp 8 .Sh BUGS Domain names are limited to diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index fb5e19632c0..8896f02d65e 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.8 1999/02/27 21:55:07 deraadt Exp $ +.\" $OpenBSD: gethostname.3,v 1.9 1999/05/16 19:54:52 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,8 +82,8 @@ invalid address. The caller tried to set the hostname and was not the super-user. .El .Sh SEE ALSO -.Xr sysctl 3 , .Xr gethostid 3 , +.Xr sysctl 3 , .Xr sysctl 8 .Sh BUGS Host names are limited to diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index 46f067ed59e..a58487b2445 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getloadavg.3,v 1.4 1997/08/19 23:47:34 millert Exp $ +.\" $OpenBSD: getloadavg.3,v 1.5 1999/05/16 19:54:52 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,8 +63,8 @@ Please see for a list of possible errors. .Sh SEE ALSO .Xr uptime 1 , -.Xr sysctl 3 , -.Xr kvm_getloadavg 3 +.Xr kvm_getloadavg 3 , +.Xr sysctl 3 .Sh HISTORY The .Fn getloadavg diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index a0522072dd8..8e884bec209 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmntinfo.3,v 1.4 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: getmntinfo.3,v 1.5 1999/05/16 19:54:52 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -86,8 +86,8 @@ or .Xr malloc 3 . .Sh SEE ALSO .Xr getfsstat 2 , -.Xr statfs 2 , .Xr mount 2 , +.Xr statfs 2 , .Xr mount 8 .Sh HISTORY The diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3 index adf5f734b6d..b9dadbd783d 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpagesize.3,v 1.4 1999/02/27 21:55:10 deraadt Exp $ +.\" $OpenBSD: getpagesize.3,v 1.5 1999/05/16 19:54:53 alex Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,9 +59,9 @@ The page size is a page size and may not be the same as the underlying hardware page size. .Sh SEE ALSO -.Xr sysconf 3 , +.Xr pagesize 1 , .Xr sbrk 2 , -.Xr pagesize 1 +.Xr sysconf 3 .Sh HISTORY The .Nm diff --git a/lib/libc/gen/isalnum.3 b/lib/libc/gen/isalnum.3 index dd1d6cbb7dd..d6d22734fac 100644 --- a/lib/libc/gen/isalnum.3 +++ b/lib/libc/gen/isalnum.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isalnum.3,v 1.2 1996/08/19 08:24:26 tholo Exp $ +.\" $OpenBSD: isalnum.3,v 1.3 1999/05/16 19:54:53 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -72,10 +72,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isalpha.3 b/lib/libc/gen/isalpha.3 index de6c2af4cb4..d6d889eb8c6 100644 --- a/lib/libc/gen/isalpha.3 +++ b/lib/libc/gen/isalpha.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isalpha.3,v 1.2 1996/08/19 08:24:28 tholo Exp $ +.\" $OpenBSD: isalpha.3,v 1.3 1999/05/16 19:54:54 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -88,10 +88,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isascii.3 b/lib/libc/gen/isascii.3 index 83f4fe93bf7..c349530c4ed 100644 --- a/lib/libc/gen/isascii.3 +++ b/lib/libc/gen/isascii.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isascii.3,v 1.4 1998/09/06 22:23:18 aaron Exp $ +.\" $OpenBSD: isascii.3,v 1.5 1999/05/16 19:54:54 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -61,10 +61,10 @@ equal to 0177. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isblank.3 b/lib/libc/gen/isblank.3 index b8e18ff141d..6b1c56a896a 100644 --- a/lib/libc/gen/isblank.3 +++ b/lib/libc/gen/isblank.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isblank.3,v 1.2 1996/08/19 08:24:34 tholo Exp $ +.\" $OpenBSD: isblank.3,v 1.3 1999/05/16 19:54:54 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -69,9 +69,9 @@ The macro returns zero if the character tests false and returns non-zero if the character tests true. .Sh SEE ALSO -.Xr isascii 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -81,8 +81,8 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 diff --git a/lib/libc/gen/iscntrl.3 b/lib/libc/gen/iscntrl.3 index 8b040c74d5d..72f87306e60 100644 --- a/lib/libc/gen/iscntrl.3 +++ b/lib/libc/gen/iscntrl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iscntrl.3,v 1.2 1996/08/19 08:24:36 tholo Exp $ +.\" $OpenBSD: iscntrl.3,v 1.3 1999/05/16 19:54:55 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isdigit.3 b/lib/libc/gen/isdigit.3 index b06e41a33b4..d0c35be439e 100644 --- a/lib/libc/gen/isdigit.3 +++ b/lib/libc/gen/isdigit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isdigit.3,v 1.2 1996/08/19 08:24:40 tholo Exp $ +.\" $OpenBSD: isdigit.3,v 1.3 1999/05/16 19:54:55 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -68,10 +68,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isgraph.3 b/lib/libc/gen/isgraph.3 index ce08284f805..f142dd25909 100644 --- a/lib/libc/gen/isgraph.3 +++ b/lib/libc/gen/isgraph.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isgraph.3,v 1.2 1996/08/19 08:24:42 tholo Exp $ +.\" $OpenBSD: isgraph.3,v 1.3 1999/05/16 19:54:56 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/islower.3 b/lib/libc/gen/islower.3 index b8c6f272e60..35bbd0dd8f8 100644 --- a/lib/libc/gen/islower.3 +++ b/lib/libc/gen/islower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: islower.3,v 1.2 1996/08/19 08:24:46 tholo Exp $ +.\" $OpenBSD: islower.3,v 1.3 1999/05/16 19:54:56 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -81,10 +81,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isprint.3 b/lib/libc/gen/isprint.3 index 8c4360436c5..f214fdda5da 100644 --- a/lib/libc/gen/isprint.3 +++ b/lib/libc/gen/isprint.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isprint.3,v 1.2 1996/08/19 08:24:48 tholo Exp $ +.\" $OpenBSD: isprint.3,v 1.3 1999/05/16 19:54:57 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ispunct.3 b/lib/libc/gen/ispunct.3 index e1c13b9ef14..8f9327d24a6 100644 --- a/lib/libc/gen/ispunct.3 +++ b/lib/libc/gen/ispunct.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ispunct.3,v 1.2 1996/08/19 08:24:51 tholo Exp $ +.\" $OpenBSD: ispunct.3,v 1.3 1999/05/16 19:54:57 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -70,10 +70,10 @@ returns non-zero if the character tests true. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isspace.3 b/lib/libc/gen/isspace.3 index 44d32c06f4b..6ea3db65f6d 100644 --- a/lib/libc/gen/isspace.3 +++ b/lib/libc/gen/isspace.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isspace.3,v 1.2 1996/08/19 08:24:52 tholo Exp $ +.\" $OpenBSD: isspace.3,v 1.3 1999/05/16 19:54:58 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -94,10 +94,10 @@ returns non-zero if the character tests true. .Xr ispunct 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isupper.3 b/lib/libc/gen/isupper.3 index 5be3979ce30..27e144d1b23 100644 --- a/lib/libc/gen/isupper.3 +++ b/lib/libc/gen/isupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isupper.3,v 1.2 1996/08/19 08:24:54 tholo Exp $ +.\" $OpenBSD: isupper.3,v 1.3 1999/05/16 19:54:58 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -79,10 +79,10 @@ returns non-zero if the character tests true. .Xr ispunct 3 , .Xr isspace 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/isxdigit.3 b/lib/libc/gen/isxdigit.3 index e28e7de03c0..169938242ed 100644 --- a/lib/libc/gen/isxdigit.3 +++ b/lib/libc/gen/isxdigit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isxdigit.3,v 1.2 1996/08/19 08:24:56 tholo Exp $ +.\" $OpenBSD: isxdigit.3,v 1.3 1999/05/16 19:54:58 alex Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -67,10 +67,10 @@ returns non-zero if the character tests true. .Xr ispunct 3 , .Xr isspace 3 , .Xr isupper 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3 index 258f18f227e..5699c82838f 100644 --- a/lib/libc/gen/ldexp.3 +++ b/lib/libc/gen/ldexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldexp.3,v 1.2 1996/08/19 08:24:58 tholo Exp $ +.\" $OpenBSD: ldexp.3,v 1.3 1999/05/16 19:54:59 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,8 +68,8 @@ and the value is returned. .Sh SEE ALSO .Xr frexp 3 , -.Xr modf 3 , -.Xr math 3 +.Xr math 3 , +.Xr modf 3 .Sh STANDARDS The .Fn ldexp diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 0c0bf3483b8..0140b647c9e 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.3,v 1.4 1998/04/28 07:36:33 deraadt Exp $ +.\" $OpenBSD: nice.3,v 1.5 1999/05/16 19:54:59 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,8 +64,8 @@ returns the same values as .Xr setpriority 2 . .Sh SEE ALSO .Xr nice 1 , -.Xr setpriority 2 , .Xr fork 2 , +.Xr setpriority 2 , .Xr renice 8 .Sh HISTORY A diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index 0ba246efd69..088e299d7fa 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: popen.3,v 1.2 1996/08/19 08:25:18 tholo Exp $ +.\" $OpenBSD: popen.3,v 1.3 1999/05/16 19:55:00 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -139,12 +139,12 @@ The function does not reliably set .Va errno . .Sh SEE ALSO -.Xr fork 2 , .Xr sh 1 , +.Xr fork 2 , .Xr pipe 2 , .Xr wait4 2 , -.Xr fflush 3 , .Xr fclose 3 , +.Xr fflush 3 , .Xr fopen 3 , .Xr stdio 3 , .Xr system 3 diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 3236d56b902..e113e1e7b88 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.7 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: signal.3,v 1.8 1999/05/16 19:55:00 alex Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -215,8 +215,8 @@ or .Ev SIGSTOP . .Sh SEE ALSO .Xr kill 1 , -.Xr ptrace 2 , .Xr kill 2 , +.Xr ptrace 2 , .Xr sigaction 2 , .Xr sigaltstack 2 , .Xr sigprocmask 2 , diff --git a/lib/libc/gen/toascii.3 b/lib/libc/gen/toascii.3 index 0877441a0e8..56f3f736b84 100644 --- a/lib/libc/gen/toascii.3 +++ b/lib/libc/gen/toascii.3 @@ -53,9 +53,9 @@ The .Fn toascii function always returns a valid ASCII character. .Sh SEE ALSO -.Xr isascii 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -65,7 +65,7 @@ function always returns a valid ASCII character. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr tolower 3 , .Xr toupper 3 , -.Xr stdio 3 , .Xr ascii 7 diff --git a/lib/libc/gen/tolower.3 b/lib/libc/gen/tolower.3 index a54e1bbfca9..43352b5340f 100644 --- a/lib/libc/gen/tolower.3 +++ b/lib/libc/gen/tolower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tolower.3,v 1.5 1997/08/16 06:02:43 millert Exp $ +.\" $OpenBSD: tolower.3,v 1.6 1999/05/16 19:55:01 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -78,9 +78,10 @@ is returned; otherwise the output is undefined. .\" .Xr islower .\" is true. .Sh SEE ALSO -.Xr isascii 3 , +.Xr _toupper 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -90,10 +91,9 @@ is returned; otherwise the output is undefined. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr toupper 3 , -.Xr _toupper 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/toupper.3 b/lib/libc/gen/toupper.3 index 2bc4a616040..d342d8afed9 100644 --- a/lib/libc/gen/toupper.3 +++ b/lib/libc/gen/toupper.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: toupper.3,v 1.7 1997/08/16 06:02:43 millert Exp $ +.\" $OpenBSD: toupper.3,v 1.8 1999/05/16 19:55:01 alex Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -78,9 +78,10 @@ is returned; otherwise the output is undefined. .\" .Xr isupper .\" is true. .Sh SEE ALSO -.Xr isascii 3 , +.Xr _tolower 3 , .Xr isalnum 3 , .Xr isalpha 3 , +.Xr isascii 3 , .Xr iscntrl 3 , .Xr isdigit 3 , .Xr isgraph 3 , @@ -90,10 +91,9 @@ is returned; otherwise the output is undefined. .Xr isspace 3 , .Xr isupper 3 , .Xr isxdigit 3 , +.Xr stdio 3 , .Xr toascii 3 , .Xr tolower 3 , -.Xr _tolower 3 , -.Xr stdio 3 , .Xr ascii 7 .Sh STANDARDS The diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index b6019381326..78f747af450 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ualarm.3,v 1.7 1999/05/10 17:56:28 aaron Exp $ +.\" $OpenBSD: ualarm.3,v 1.8 1999/05/16 19:55:02 alex Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,11 +79,11 @@ is 2147483647. .Xr getitimer 2 , .Xr setitimer 2 , .Xr sigaction 2 , +.Xr alarm 3 , .Xr signal 3 , .Xr sigpause 3 , .Xr sigvec 3 , .Xr sleep 3 , -.Xr alarm 3 , .Xr usleep 3 .Sh STANDARDS The diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 32abbbacc93..c3a8de70fa2 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unvis.3,v 1.4 1998/06/15 17:55:02 mickey Exp $ +.\" $OpenBSD: unvis.3,v 1.5 1999/05/16 19:55:02 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -154,8 +154,8 @@ if (unvis(&out, (char)0, &state, UNVIS_END) == UNVIS_VALID) (void) putchar(out); .Ed .Sh SEE ALSO -.Xr vis 1 , .Xr unvis 1 , +.Xr vis 1 , .Xr vis 3 .Sh HISTORY The diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 23207f8e076..5f546f4716b 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.4 1998/06/15 17:55:04 mickey Exp $ +.\" $OpenBSD: vis.3,v 1.5 1999/05/16 19:55:03 alex Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -255,8 +255,8 @@ meta characters as With this flag set, the encoding is ambiguous and non-invertible. .Sh SEE ALSO -.Xr vis 1 , .Xr unvis 1 , +.Xr vis 1 , .Xr unvis 3 .Sh HISTORY These functions first appeared in |