diff options
| author | Guy Helmer <ghelmer@FreeBSD.org> | 1999-03-02 02:34:23 +0000 |
|---|---|---|
| committer | Guy Helmer <ghelmer@FreeBSD.org> | 1999-03-02 02:34:23 +0000 |
| commit | 42b47d96f0e090cab912ff40d00dba8326c7ca36 (patch) | |
| tree | ab1bc3cc70cf253c95cb26467d98f1e5cd0175e9 /lib/libc | |
| parent | f35227220fddead8d5936b55f1c9a951fcab6528 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/getservent.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3 index 79c18a3beb91..961e46be03d8 100644 --- a/lib/libc/net/getservent.3 +++ b/lib/libc/net/getservent.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)getservent.3 8.3 (Berkeley) 1/12/94 -.\" $Id$ +.\" $Id: getservent.3,v 1.5 1997/02/22 15:00:13 peter Exp $ .\" .Dd July 9, 1995 .Dt GETSERVENT 3 @@ -118,7 +118,8 @@ functions sequentially search from the beginning of the file until a matching protocol name or -port number is found, +port number (which must be specified in +network byte order) is found, or until .Dv EOF is encountered. |
