summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-07-13 20:42:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-07-13 20:42:34 +0000
commitebbfe1a4e73defbc5f4e3cb686d6cc47f8580895 (patch)
tree5b0830ba6d0989ea1d2b48905d6a367a979d50fd /lib
parentf418fe81286276302afbe4ea64ace9bba444f217 (diff)
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/htonl.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/htonl.3 b/lib/libc/net/htonl.3
index fdc84cb64ca..085fb0271f4 100644
--- a/lib/libc/net/htonl.3
+++ b/lib/libc/net/htonl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: htonl.3,v 1.1 2014/07/13 13:17:16 guenther Exp $
+.\" $OpenBSD: htonl.3,v 1.2 2014/07/13 20:42:33 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" 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
.Fn ntohl
and
.Fn ntohs
-functions convert the other direction.
+functions convert in the other direction.
.Pp
The last letter
.Pf ( Sq s