summaryrefslogtreecommitdiffstats
path: root/share/man/man9/ifnet.9
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/man9/ifnet.9
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/man9/ifnet.9')
-rw-r--r--share/man/man9/ifnet.916
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index a246244..dab3a76 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -12,7 +12,7 @@
.\" no representations about the suitability of this software for any
.\" purpose. It is provided "as is" without express or implied
.\" warranty.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY M.I.T. ``AS IS''. M.I.T. DISCLAIMS
.\" ALL EXPRESS OR IMPLIED WARRANTIES WITH REGARD TO THIS SOFTWARE,
.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
@@ -127,7 +127,7 @@ in the
and
.Li ifmultiaddr
structures in
-.Aq Pa net/if.h
+.Aq Pa net/if.h
and
.Aq Pa net/if_var.h
and the functions named above and defined in
@@ -310,7 +310,7 @@ The output queue. (Manipulated by driver.)
.\".Pq Li "struct ifqueue *"
.\"A pointer to the input queue for devices which do not support polling
.\"well. See the
-.\".Sx Polling
+.\".Sx Polling
.\"section, below. (Initialized by driver.)
.El
.Pp
@@ -481,7 +481,7 @@ placement of data in
.Li mbuf Ns s
to attempt to ensure that there is always
sufficient space to prepend a link-layer header without allocating an
-additional
+additional
.Li mbuf .
.\" (See
.\" .Xr mbuf 9 . )
@@ -732,7 +732,7 @@ A reference count of requests for this particular membership.
Link the specified interface
.Ar ifp
into the list of network interfaces. Also initialize the list of
-addresses on that interface, and create a link-layer
+addresses on that interface, and create a link-layer
.Li ifaddr
structure to be the first element in that list. (A pointer to
this address structure is saved in the global array
@@ -757,7 +757,7 @@ routing socket.
.It Fn ifpromisc
Add or remove a promiscuous reference to
.Ar ifp .
-If
+If
.Ar pswitch
is true, add a reference;
if it is false, remove a reference. On reference count transitions
@@ -773,7 +773,7 @@ but for the all-multicasts
.Pq Dv IFF_ALLMULTI
flag instead of the promiscuous flag.
.It Fn ifunit
-Return an
+Return an
.Li ifnet
pointer for the interface named
.Ar name .
@@ -781,7 +781,7 @@ pointer for the interface named
Process the ioctl request
.Ar cmd ,
issued on socket
-.Ar so
+.Ar so
by process
.Ar p ,
with data parameter
OpenPOWER on IntegriCloud