summaryrefslogtreecommitdiff
path: root/share/man/man4/inet.4
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-10-05 14:45:55 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-10-05 14:45:55 +0000
commite7d0adf95322ccbac21d361be1700e9edb07eff2 (patch)
tree0a7ba8b2db2a1f697897ee36c97e0c9344da12c9 /share/man/man4/inet.4
parent7ef5a345919c1cba77bdfe5ffcf43dde619dabd4 (diff)
Powered by @mantoya:
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
Diffstat (limited to 'share/man/man4/inet.4')
-rw-r--r--share/man/man4/inet.412
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4
index 1368039f3c8..e654e1a1bc9 100644
--- a/share/man/man4/inet.4
+++ b/share/man/man4/inet.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet.4,v 1.7 2000/12/21 21:01:16 aaron Exp $
+.\" $OpenBSD: inet.4,v 1.8 2001/10/05 14:45:53 mpech Exp $
.\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -64,7 +64,8 @@ Internet addresses are four byte quantities, stored in
network standard format (on the
.Tn VAX
these are word and byte
-reversed). The include file
+reversed).
+The include file
.Aq Pa netinet/in.h
defines this address as a discriminated union.
.Pp
@@ -116,7 +117,8 @@ abstraction while
.Tn UDP
is used to support the
.Dv SOCK_DGRAM
-abstraction. A raw interface to
+abstraction.
+A raw interface to
.Tn IP
is available
by creating an Internet socket of type
@@ -176,8 +178,8 @@ Get interface network mask.
.Re
.Sh CAVEAT
The Internet protocol support is subject to change as
-the Internet protocols develop. Users should not depend
-on details of the current implementation, but rather
+the Internet protocols develop.
+Users should not depend on details of the current implementation, but rather
the services exported.
.Sh HISTORY
The