diff options
author | jmc <> | 2014-07-13 20:42:33 +0000 |
---|---|---|
committer | jmc <> | 2014-07-13 20:42:33 +0000 |
commit | 49ab25b9e0cbd2c81d21cc5868716e5734eaab59 (patch) | |
tree | 67e0cce001f51b22c749e890f936ba239ecce071 /src/lib/libc | |
parent | 824845c51b3cf2a3e87da1350a9901296acde1ad (diff) | |
download | openbsd-49ab25b9e0cbd2c81d21cc5868716e5734eaab59.tar.gz openbsd-49ab25b9e0cbd2c81d21cc5868716e5734eaab59.tar.bz2 openbsd-49ab25b9e0cbd2c81d21cc5868716e5734eaab59.zip |
tweak previous;
Diffstat (limited to 'src/lib/libc')
-rw-r--r-- | src/lib/libc/net/htonl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/htonl.3 b/src/lib/libc/net/htonl.3 index fdc84cb64c..085fb0271f 100644 --- a/src/lib/libc/net/htonl.3 +++ b/src/lib/libc/net/htonl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: htonl.3,v 1.1 2014/07/13 13:17:16 guenther Exp $ | 1 | .\" $OpenBSD: htonl.3,v 1.2 2014/07/13 20:42:33 jmc 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. |
@@ -58,7 +58,7 @@ functions convert quantities from host to network byte order while the | |||
58 | .Fn ntohl | 58 | .Fn ntohl |
59 | and | 59 | and |
60 | .Fn ntohs | 60 | .Fn ntohs |
61 | functions convert the other direction. | 61 | functions convert in the other direction. |
62 | .Pp | 62 | .Pp |
63 | The last letter | 63 | The last letter |
64 | .Pf ( Sq s | 64 | .Pf ( Sq s |