diff options
author | millert <> | 2000-12-17 21:30:38 +0000 |
---|---|---|
committer | millert <> | 2000-12-17 21:30:38 +0000 |
commit | 78b2c3ac86d9ee02f2761acc9bca087e29198a44 (patch) | |
tree | 4411d1fc2f70149d23647db5c388b7e3cec88f8a /src/lib/libc/net/getprotoent.3 | |
parent | b0ce9fc31bf5fcfddbbaff4dacf377e9da301728 (diff) | |
download | openbsd-78b2c3ac86d9ee02f2761acc9bca087e29198a44.tar.gz openbsd-78b2c3ac86d9ee02f2761acc9bca087e29198a44.tar.bz2 openbsd-78b2c3ac86d9ee02f2761acc9bca087e29198a44.zip |
data base -> database
Diffstat (limited to 'src/lib/libc/net/getprotoent.3')
-rw-r--r-- | src/lib/libc/net/getprotoent.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3 index e4e7e6ec45..4d1e96e615 100644 --- a/src/lib/libc/net/getprotoent.3 +++ b/src/lib/libc/net/getprotoent.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getprotoent.3,v 1.6 2000/04/18 03:01:32 aaron Exp $ | 1 | .\" $OpenBSD: getprotoent.3,v 1.7 2000/12/17 21:30:38 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -63,7 +63,7 @@ functions | |||
63 | each return a pointer to an object with the | 63 | each return a pointer to an object with the |
64 | following structure | 64 | following structure |
65 | containing the broken-out | 65 | containing the broken-out |
66 | fields of a line in the network protocol data base, | 66 | fields of a line in the network protocol database, |
67 | .Pa /etc/protocols . | 67 | .Pa /etc/protocols . |
68 | .Bd -literal -offset indent | 68 | .Bd -literal -offset indent |
69 | .Pp | 69 | .Pp |
@@ -96,7 +96,7 @@ opens and rewinds the file. | |||
96 | If the | 96 | If the |
97 | .Fa stayopen | 97 | .Fa stayopen |
98 | flag is non-zero, | 98 | flag is non-zero, |
99 | the net data base will not be closed after each call to | 99 | the net database will not be closed after each call to |
100 | .Fn getprotobyname | 100 | .Fn getprotobyname |
101 | or | 101 | or |
102 | .Fn getprotobynumber . | 102 | .Fn getprotobynumber . |