summaryrefslogtreecommitdiffstats
path: root/man3/inet.3
diff options
context:
space:
mode:
authorKrónos <Krónos@Sāturnus>1993-10-11 00:00:00 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-15 23:09:38 +0100
commit9e0fdb0c0192079e5847f49832374ea28b5ad436 (patch)
tree0eb6ca406983d655aa04225550ec9f8a6c265e90 /man3/inet.3
parent3c23040573650f36a3f2778a3629f4ae7e6c10ab (diff)
downloadman-pages-prehistory-backwards.tar.gz
man-pages-1.1 seems to be missing. :/ Link: <https://www.win.tue.nl/~aeb/ftpdocs/linux-local/manpages.archive/> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/inet.3')
-rw-r--r--man3/inet.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/inet.3 b/man3/inet.3
index a253b4115b..033977a0d0 100644
--- a/man3/inet.3
+++ b/man3/inet.3
@@ -30,11 +30,11 @@ inet_netof \- Internet address manipulation routines
.SH DESCRIPTION
The \fBinet_addr()\fP function converts the Internet host address
\fIcp\fP from numbers-and-dots notation into binary data in network
-byte order. If the input is invalid, \-1 is returned.
+byte order. If the input is invalid, -1 is returned.
.PP
The \fBinet_network()\fP function extracts the network number in
network byte order from the address \fIcp\fP in numbers-and-dots
-notation. If the input is invalid, \-1 is returned.
+notation. If the input is invalid, -1 is returned.
.PP
The \fBinet_ntoa()\fP function converts the Internet host address
\fIin\fP given in network byte order to a string in standard
@@ -74,5 +74,5 @@ first, whereas the network byte order, as used on the Internet, is
Most Significant Byte first.
.SH "CONFORMING TO"
BSD 4.3
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR gethostbyname "(3), " getnetent "(3), " hosts "(5), " networks (5)