diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-02 03:47:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-02 03:47:47 +0000 |
commit | e96054da96a7b31614dcb8ddf819382d5fa58759 (patch) | |
tree | 68782f38b411a20575619dfcf566daf15c6543c6 /lib/libc | |
parent | faa50d43087fa911cbe4a0baf8123242a39d4646 (diff) |
getservbyport() takes a network byte order port #
Diffstat (limited to 'lib/libc')
-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. |