diff options
author | 1999-02-27 21:54:48 +0000 | |
---|---|---|
committer | 1999-02-27 21:54:48 +0000 | |
commit | 960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch) | |
tree | 7c7161599c52771fdf4d5c9d491663056a570428 /lib/libc/gen | |
parent | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff) | |
download | wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip |
make function names the correct case
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/exec.3 | 8 | ||||
-rw-r--r-- | lib/libc/gen/getcap.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/gethostname.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/getpagesize.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/signal.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/utime.3 | 6 |
8 files changed, 21 insertions, 21 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 78ea90d9f07..be5751aa31b 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.3 1998/06/27 18:29:52 art Exp $ +.\" $OpenBSD: exec.3,v 1.4 1999/02/27 21:55:02 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -190,7 +190,7 @@ will be set to indicate the error. The shell. .El .Sh ERRORS -.Fn Execl , +.Fn execl , .Fn execle , .Fn execlp and @@ -202,7 +202,7 @@ for any of the errors specified for the library functions and .Xr malloc 3 . .Pp -.Fn Exect +.Fn exect and .Fn execv may fail and set @@ -248,7 +248,7 @@ and upon which they returned. They now return if any error other than the ones described above occurs. .Sh STANDARDS -.Fn Execl , +.Fn execl , .Fn execv , .Fn execle , .Fn execlp diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index aae42b41438..1cdefd1e439 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.6 1999/02/25 21:40:16 millert Exp $ +.\" $OpenBSD: getcap.3,v 1.7 1999/02/27 21:55:04 deraadt Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,7 +89,7 @@ will first look for files ending in (see .Xr cap_mkdb 1) before accessing the ASCII file. -.Fa Buf +.Fa buf must be retained through all subsequent calls to .Fn cgetmatch , .Fn cgetcap , diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 37d6da5a781..edeaebe176c 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.8 1998/08/29 21:11:26 deraadt Exp $ +.\" $OpenBSD: getdomainname.3,v 1.9 1999/02/27 21:55:06 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,7 @@ .Ft int .Fn setdomainname "const char *name" "size_t namelen" .Sh DESCRIPTION -.Fn Getdomainname +.Fn getdomainname returns the YP domain name for the current processor, as previously set by .Fn setdomainname . @@ -56,7 +56,7 @@ specifies the size of the array. If insufficient space is provided, the returned name is truncated. The returned name is always null-terminated. .Pp -.Fn Setdomainname +.Fn setdomainname sets the domain name of the host machine to be .Fa name , which has length diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index 0a163061282..fb5e19632c0 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.7 1998/08/29 21:11:28 deraadt Exp $ +.\" $OpenBSD: gethostname.3,v 1.8 1999/02/27 21:55:07 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,7 @@ .Ft int .Fn sethostname "const char *name" "size_t namelen" .Sh DESCRIPTION -.Fn Gethostname +.Fn gethostname returns the standard host name for the current processor, as previously set by .Fn sethostname . @@ -56,7 +56,7 @@ specifies the size of the array. If insufficient space is provided, the returned name is truncated. The returned name is always null-terminated. .Pp -.Fn Sethostname +.Fn sethostname sets the name of the host machine to be .Fa name , which has length diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index 3b4d54b24f8..02fa35a5ff0 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnetgrent.3,v 1.6 1997/07/09 00:56:56 millert Exp $ +.\" $OpenBSD: getnetgrent.3,v 1.7 1999/02/27 21:55:08 deraadt Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,7 +89,7 @@ If is called with a different netgroup than the previous call, an implicit .Fn endnetgrent is implied. -.Fn Setnetgrent +.Fn setnetgrent also sets the offset to the first member of the netgroup. .Pp The function diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3 index ac2f0e0818c..adf5f734b6d 100644 --- a/lib/libc/gen/getpagesize.3 +++ b/lib/libc/gen/getpagesize.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpagesize.3,v 1.3 1998/06/02 05:28:59 deraadt Exp $ +.\" $OpenBSD: getpagesize.3,v 1.4 1999/02/27 21:55:10 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,7 +49,7 @@ Use .Fn sysconf _SC_PAGESIZE . .Ef .Pp -.Fn Getpagesize +.Fn getpagesize returns the number of bytes in a page. Page granularity is the granularity of many of the memory management calls. diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 8da05c559ef..1762b15d09c 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.5 1997/07/23 21:04:07 kstailey Exp $ +.\" $OpenBSD: signal.3,v 1.6 1999/02/27 21:55:17 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -201,7 +201,7 @@ is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS -.Xr Signal +.Fn signal will fail and no action will take place if one of the following occur: .Bl -tag -width Er diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index c448b9b3d93..b6ee28b5e87 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utime.3,v 1.4 1998/04/28 07:36:41 deraadt Exp $ +.\" $OpenBSD: utime.3,v 1.5 1999/02/27 21:55:22 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,7 @@ Otherwise, a value of -1 is returned and .Va errno is set to indicate the error. .Sh ERRORS -.Fn Utime +.Fn utime will fail if: .Bl -tag -width Er .It Bq Er EACCES @@ -101,7 +101,7 @@ and the effective user ID of the process does not match the owner of the file, and is not the super-user, and write access is denied. .It Bq Er EFAULT -.Xr File +.Ar file or .Fa times points outside the process's allocated address space. |