summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnetent.3
diff options
context:
space:
mode:
authormillert <>2000-12-17 21:30:38 +0000
committermillert <>2000-12-17 21:30:38 +0000
commit78b2c3ac86d9ee02f2761acc9bca087e29198a44 (patch)
tree4411d1fc2f70149d23647db5c388b7e3cec88f8a /src/lib/libc/net/getnetent.3
parentb0ce9fc31bf5fcfddbbaff4dacf377e9da301728 (diff)
downloadopenbsd-78b2c3ac86d9ee02f2761acc9bca087e29198a44.tar.gz
openbsd-78b2c3ac86d9ee02f2761acc9bca087e29198a44.tar.bz2
openbsd-78b2c3ac86d9ee02f2761acc9bca087e29198a44.zip
data base -> database
Diffstat (limited to 'src/lib/libc/net/getnetent.3')
-rw-r--r--src/lib/libc/net/getnetent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/getnetent.3 b/src/lib/libc/net/getnetent.3
index fba5505fec..3227f39b06 100644
--- a/src/lib/libc/net/getnetent.3
+++ b/src/lib/libc/net/getnetent.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getnetent.3,v 1.9 2000/04/18 03:01:31 aaron Exp $ 1.\" $OpenBSD: getnetent.3,v 1.10 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
63each return a pointer to an object with the 63each return a pointer to an object with the
64following structure 64following structure
65containing the broken-out 65containing the broken-out
66fields of a line in the network data base, 66fields of a line in the network database,
67.Pa /etc/networks . 67.Pa /etc/networks .
68.Bd -literal -offset indent 68.Bd -literal -offset indent
69struct netent { 69struct netent {
@@ -100,7 +100,7 @@ opens and rewinds the file.
100If the 100If the
101.Fa stayopen 101.Fa stayopen
102flag is non-zero, 102flag is non-zero,
103the net data base will not be closed after each call to 103the net database will not be closed after each call to
104.Fn getnetbyname 104.Fn getnetbyname
105or 105or
106.Fn getnetbyaddr . 106.Fn getnetbyaddr .