diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-12 21:48:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-12 21:48:06 +0000 |
commit | 92dcc59984c834e34afcdaac99c0197d63a33ac8 (patch) | |
tree | eb25de6f69d8162ab25e130d8aa6b85c3bce5624 /lib/libc | |
parent | e264389dcab269557e4c11a85d01749c8069c994 (diff) |
Trailing whitespace begone!
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 12 | ||||
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/fopen.3 | 12 | ||||
-rw-r--r-- | lib/libc/sys/read.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/socket.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/write.2 | 8 |
7 files changed, 28 insertions, 28 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e2ea3c19cae..b84fae29f33 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.40 2000/01/21 02:25:25 angelos Exp $ +.\" $OpenBSD: sysctl.3,v 1.41 2000/04/12 21:48:01 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -651,12 +651,12 @@ or as a result of dynamic entries. Supported values are des, 3des, blowfish, cast128, and skipjack. If set to any other value, it is left to the key management daemons to -select an encryption algorithm for the security association. +select an encryption algorithm for the security association. The default value is 3des. .It Li ip.ipsec-auth-alg This is the default authentication algorithm the kernel will instruct key management daemons to negotiate when establishing security -associations on behalf of the kernel. +associations on behalf of the kernel. Such security associations can occur as a result of a process having requested some security level through .Xr setsockopt 3 , @@ -665,7 +665,7 @@ or as a result of dynamic entries. Supported values are hmac-md5, hmac-sha1, and hmac-ripemd160. If set to any other value, it is left to the key management daemons to -select an authentiction algorithm for the security association. +select an authentiction algorithm for the security association. The default value is hmac-sha1. .It Li ipip.allow If set to 0, incoming IP-in-IP packets will not be processed. @@ -704,8 +704,8 @@ socket is filled in with the euid and ruid of the process that owns the socket. If no such socket exists then the euid and ruid values are both set to -1. .It Li tcp.keepidle -If the socket option -.Pa SO_KEEPALIVE +If the socket option +.Pa SO_KEEPALIVE has been set, time a connection needs to be idle before keepalives are sent. See also tcp.slowhz. .It Li tcp.keepintvl diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 09088f482dc..817128f174e 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.3 2000/02/23 17:04:32 aaron Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -76,7 +76,7 @@ address of the interface, if one exists, otherwise it is (The .Fa sa_family field of the -.Fa ifa_addr +.Fa ifa_addr field should be consulted to determine the format of the .Fa ifa_addr address.) @@ -96,7 +96,7 @@ References the destination address on a P2P interface, if one exists, otherwise it is .Dv NULL . .It Fa ifa_data -References address family specific data. For +References address family specific data. For .Dv AF_LINK addresses it contains a pointer to the .Li struct if_data diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index b053981fa9f..8943b9a3b14 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.3 2000/03/28 22:44:26 deraadt Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -331,7 +331,7 @@ called for a given ancillary data object, .Fa *tptrp must be set to .Dv NULL . -.Pp +.Pp Each time this function returns success, .Fa *tptrp points to the 8-bit @@ -416,7 +416,7 @@ return .Li -1 setting .Fa *tptrp -to non +to non .Dv NULL value. .\" diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index c04c6305b04..4b060145164 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.7 1999/09/28 22:17:51 espie Exp $ +.\" $OpenBSD: fopen.3,v 1.8 2000/04/12 21:48:01 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -126,7 +126,7 @@ function associates a stream with the existing file descriptor The .Fa mode of the stream must be compatible with the mode of the file descriptor. -If +If .Fn fdopen fails, the file descriptor .Fa fildes @@ -140,8 +140,8 @@ opens the file whose name is the string pointed to by and associates the stream pointed to by .Fa stream with it. -The original stream (if it exists) is always closed, even if -.Fn freopen +The original stream (if it exists) is always closed, even if +.Fn freopen fails. The .Fa mode @@ -241,11 +241,11 @@ conforms to .St -p1003.1-88 . .Sh CAVEATS Proper code using -.Fn fdopen +.Fn fdopen with error checking should .Xr close 2 .Fa fildes -in case of failure, and +in case of failure, and .Xr fclose 3 the resulting FILE * in case of success. .Bd -literal diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index c39fcf005c8..72d7fc46f38 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: read.2,v 1.14 1999/09/26 16:05:01 espie Exp $ +.\" $OpenBSD: read.2,v 1.15 2000/04/12 21:48:02 aaron Exp $ .\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -200,12 +200,12 @@ Code such as while ((nr = read(fd, buf, sizeof buf)) > 0) .Ed .Pp -is not maximally portable, as some platforms allow for +is not maximally portable, as some platforms allow for .Va nbytes to range between -.Dv SSIZE_MAX +.Dv SSIZE_MAX and -.Dv SIZE_MAX +.Dv SIZE_MAX \- 2, in which case the return value of an error-free .Fn read may appear as a negative number distinct from \-1. diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index f63fb31b685..c849948e835 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.14 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: socket.2,v 1.15 2000/04/12 21:48:02 aaron Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -62,7 +62,7 @@ The currently understood formats are AF_UNIX (UNIX internal protocols), AF_INET (ARPA Internet protocols), AF_ISO (ISO protocols), -AF_NS (Xerox Network Systems protocols), +AF_NS (Xerox Network Systems protocols), AF_IPX (Internetwork Packet Exchange), and AF_IMPLINK (IMP \*(lqhost at IMP\*(rq link layer). .Ed diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 12b9f1d2319..c016f72b654 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.17 1999/11/14 04:18:03 deraadt Exp $ +.\" $OpenBSD: write.2,v 1.18 2000/04/12 21:48:02 aaron Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -228,12 +228,12 @@ Code such as while ((nr = write(fd, buf, sizeof buf)) > 0) .Ed .Pp -is not maximally portable, as some platforms allow for +is not maximally portable, as some platforms allow for .Va nbytes to range between -.Dv SSIZE_MAX +.Dv SSIZE_MAX and -.Dv SIZE_MAX +.Dv SIZE_MAX \- 2, in which case the return value of an error-free .Fn write may appear as a negative number distinct from \-1. |