diff options
author | aaron <> | 1999-05-25 13:06:46 +0000 |
---|---|---|
committer | aaron <> | 1999-05-25 13:06:46 +0000 |
commit | 57296c612c4cd0e23f9467bfe1b60679cff7deaa (patch) | |
tree | d42fde24f9c3890ae0995ea36b55a84b5f84975a | |
parent | e3dff71d030fda448c247d737ae87f11183d848e (diff) | |
download | openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.tar.gz openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.tar.bz2 openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.zip |
punctuation
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/inet.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/inet_net.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/resolver.3 | 5 | ||||
-rw-r--r-- | src/lib/libc/stdlib/getenv.3 | 4 |
5 files changed, 11 insertions, 10 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 7f427f7ba6..d9797d5d45 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: arc4random.3,v 1.7 1999/05/23 14:10:58 aaron Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.8 1999/05/25 13:06:44 aaron Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -36,7 +36,7 @@ | |||
36 | .Nm arc4random, | 36 | .Nm arc4random, |
37 | .Nm arc4random_stir, | 37 | .Nm arc4random_stir, |
38 | .Nm arc4random_addrandom | 38 | .Nm arc4random_addrandom |
39 | .Nd arc4 random number generator. | 39 | .Nd arc4 random number generator |
40 | .Sh SYNOPSIS | 40 | .Sh SYNOPSIS |
41 | .Fd #include <stdlib.h> | 41 | .Fd #include <stdlib.h> |
42 | .Ft u_int32_t | 42 | .Ft u_int32_t |
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3 index c5780142cf..a9da73db3a 100644 --- a/src/lib/libc/net/inet.3 +++ b/src/lib/libc/net/inet.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet.3,v 1.5 1999/05/23 14:11:01 aaron Exp $ | 1 | .\" $OpenBSD: inet.3,v 1.6 1999/05/25 13:06:45 aaron Exp $ |
2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ | 2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1990, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1990, 1991, 1993 |
@@ -182,7 +182,7 @@ rearrangement. | |||
182 | All numbers supplied as | 182 | All numbers supplied as |
183 | .Dq parts | 183 | .Dq parts |
184 | in a | 184 | in a |
185 | .Ql \&. | 185 | .Ql \&. |
186 | notation | 186 | notation |
187 | may be decimal, octal, or hexadecimal, as specified | 187 | may be decimal, octal, or hexadecimal, as specified |
188 | in the C language (i.e., a leading 0x or 0X implies | 188 | in the C language (i.e., a leading 0x or 0X implies |
diff --git a/src/lib/libc/net/inet_net.3 b/src/lib/libc/net/inet_net.3 index 1a42aff6ea..df5c35017d 100644 --- a/src/lib/libc/net/inet_net.3 +++ b/src/lib/libc/net/inet_net.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet_net.3,v 1.1 1997/06/23 03:37:26 millert Exp $ | 1 | .\" $OpenBSD: inet_net.3,v 1.2 1999/05/25 13:06:45 aaron Exp $ |
2 | .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ | 2 | .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1997 The NetBSD Foundation, Inc. | 4 | .\" Copyright (c) 1997 The NetBSD Foundation, Inc. |
@@ -131,7 +131,7 @@ rearrangement. | |||
131 | All numbers supplied as | 131 | All numbers supplied as |
132 | .Dq parts | 132 | .Dq parts |
133 | in a | 133 | in a |
134 | .Ql \&. | 134 | .Ql \&. |
135 | notation | 135 | notation |
136 | may be decimal, octal, or hexadecimal, as specified | 136 | may be decimal, octal, or hexadecimal, as specified |
137 | in the C language (i.e., a leading 0x or 0X implies | 137 | in the C language (i.e., a leading 0x or 0X implies |
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index 0932c3b460..7c60ea4dcb 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.10 1999/05/25 01:50:58 aaron Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.11 1999/05/25 13:06:45 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -301,7 +301,8 @@ as the name is compressed. | |||
301 | If | 301 | If |
302 | .Em dnptr | 302 | .Em dnptr |
303 | is | 303 | is |
304 | .Dv NULL, names are not compressed. | 304 | .Dv NULL , |
305 | names are not compressed. | ||
305 | If | 306 | If |
306 | .Fa lastdnptr | 307 | .Fa lastdnptr |
307 | is | 308 | is |
diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3 index ed89ccbe7d..79556f30e8 100644 --- a/src/lib/libc/stdlib/getenv.3 +++ b/src/lib/libc/stdlib/getenv.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: getenv.3,v 1.3 1998/11/10 22:27:30 espie Exp $ | 36 | .\" $OpenBSD: getenv.3,v 1.4 1999/05/25 13:06:46 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd December 11, 1993 | 38 | .Dd December 11, 1993 |
39 | .Dt GETENV 3 | 39 | .Dt GETENV 3 |
@@ -86,7 +86,7 @@ If the variable | |||
86 | .Ar name | 86 | .Ar name |
87 | does not exist in the list, | 87 | does not exist in the list, |
88 | it is inserted with the given | 88 | it is inserted with the given |
89 | .Ar value. | 89 | .Ar value . |
90 | If the variable does exist, the argument | 90 | If the variable does exist, the argument |
91 | .Ar overwrite | 91 | .Ar overwrite |
92 | is tested; if | 92 | is tested; if |