diff options
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/getservent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3 index d1684c28c4d..3bbcc38a6bf 100644 --- a/lib/libc/net/getservent.3 +++ b/lib/libc/net/getservent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getservent.3,v 1.3 1996/08/30 02:00:11 millert Exp $ +.\" $OpenBSD: getservent.3,v 1.4 1999/03/02 03:47:46 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -117,7 +117,7 @@ functions sequentially search from the beginning of the file until a matching protocol name or -port number is found, +port number (specified in network byte order) is found, or until .Dv EOF is encountered. |