summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netintro.4
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/netintro.4
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man4/netintro.4')
-rw-r--r--share/man/man4/netintro.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index 9b9f2b0..f7715be 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -59,8 +59,8 @@ All network protocols are associated with a specific
.Em protocol family .
A protocol family provides basic services to the protocol
implementation to allow it to function within a specific
-network environment. These services may include
-packet fragmentation and reassembly, routing, addressing, and
+network environment. These services may include
+packet fragmentation and reassembly, routing, addressing, and
basic transport. A protocol family may support multiple
methods of addressing, though the current protocol implementations
do not. A protocol family is normally comprised of a number
@@ -68,7 +68,7 @@ of protocols, one per
.Xr socket 2
type. It is not required that a protocol family support
all socket types. A protocol family may contain multiple
-protocols supporting the same socket abstraction.
+protocols supporting the same socket abstraction.
.Pp
A protocol supports one of the socket abstractions detailed in
.Xr socket 2 .
@@ -177,7 +177,7 @@ certain interfaces such as the loopback interface,
.Xr lo 4 ,
do not.
.Pp
-The following
+The following
.Xr ioctl 2
calls may be used to manipulate network interfaces.
The
@@ -185,7 +185,7 @@ The
is made on a socket (typically of type
.Dv SOCK_DGRAM )
in the desired domain.
-Most of the requests supported in earlier releases
+Most of the requests supported in earlier releases
take an
.Vt ifreq
structure as its parameter. This structure has the form
@@ -295,10 +295,10 @@ the address family in which the original socket was opened.
.It Dv SIOCGIFCONF
Get interface configuration list. This request takes an
.Vt ifconf
-structure (see below) as a value-result parameter. The
+structure (see below) as a value-result parameter. The
.Va ifc_len
field should be initially set to the size of the buffer
-pointed to by
+pointed to by
.Va ifc_buf .
On return it will contain the length, in bytes, of the
configuration list.
OpenPOWER on IntegriCloud