summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-01-02 18:20:29 +0000
committerkrion <krion@FreeBSD.org>2005-01-02 18:20:29 +0000
commit2a6aa55a9597be3ba6db0cb9661f1cbfd9796af5 (patch)
tree9639ae28beab748a5f6bda77ac40a11981365a2f /share
parent032f856b7e43797099a3da43a7a1096544d6989b (diff)
downloadFreeBSD-src-2a6aa55a9597be3ba6db0cb9661f1cbfd9796af5.zip
FreeBSD-src-2a6aa55a9597be3ba6db0cb9661f1cbfd9796af5.tar.gz
Remove trailing spaces.
Reviewed by: brueffer MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/bpf.94
-rw-r--r--share/man/man9/bus_dma.94
-rw-r--r--share/man/man9/ifnet.92
-rw-r--r--share/man/man9/physio.92
-rw-r--r--share/man/man9/rtentry.92
-rw-r--r--share/man/man9/suser.94
-rw-r--r--share/man/man9/vm_map_entry_resize_free.92
7 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man9/bpf.9 b/share/man/man9/bpf.9
index 1afe998..2157179 100644
--- a/share/man/man9/bpf.9
+++ b/share/man/man9/bpf.9
@@ -64,7 +64,7 @@ in the form of a bpf filter machine program.
.Xr bpf 4
describes the interface used by user programs.
This man page describes the functions used by interfaces to pass packets to
-.Nm
+.Nm
and the functions for testing and running
.Nm
filter machine programs.
@@ -104,7 +104,7 @@ requires packets from this interface to be tapped using the functions below.
allows multiple bpf instances to be attached to a single interface,
by registering an explicit
.Em if_bpf
-rather than using
+rather than using
.Em ifp->if_bpf .
It is then possible to run
.Xr tcpdump 1
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index 65954c9..30e676d 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -269,8 +269,8 @@ This will be called from
within busdma whenever a client lock needs to be manipulated.
In its current form, the function will be called immediately before
the callback for a dma load operation that has been deferred with
-.Dv BUS_DMA_LOCK
-and immediately after with
+.Dv BUS_DMA_LOCK
+and immediately after with
.Dv BUS_DMA_UNLOCK .
If the load operation does not need to be deferred, then it
will not be called since the function loading the map should
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index 1f462f8..cb9d70d 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -747,7 +747,7 @@ of type
.It Va ifi_link_state
.Pq Vt u_char
The current link state of Ethernet interfaces.
-See the
+See the
.Sx Interface Link States
section for possible values.
.It Va ifi_ipackets
diff --git a/share/man/man9/physio.9 b/share/man/man9/physio.9
index 1906d8e..8d6b094 100644
--- a/share/man/man9/physio.9
+++ b/share/man/man9/physio.9
@@ -60,7 +60,7 @@ routines to start I/O on a user process buffer.
The maximum amount of data to transfer with each call
is determined by
.Fa dev->si_iosize_max .
-The
+The
.Fn physio
call converts the I/O request into a
.Fn strategy
diff --git a/share/man/man9/rtentry.9 b/share/man/man9/rtentry.9
index b1af4dd..94b3810 100644
--- a/share/man/man9/rtentry.9
+++ b/share/man/man9/rtentry.9
@@ -223,7 +223,7 @@ Currently only
and
.Vt rmx_pksent
metrics are used in
-.Vt "struct rt_metrics_lite" .
+.Vt "struct rt_metrics_lite" .
All others are ignored.
.Pp
The following metrics are defined by
diff --git a/share/man/man9/suser.9 b/share/man/man9/suser.9
index bf7e981..5a8def8 100644
--- a/share/man/man9/suser.9
+++ b/share/man/man9/suser.9
@@ -87,8 +87,8 @@ implicit in the
call should such powers be granted.
.Pp
By default, the credential checked is the effective user.
-There are cases
-where it is instead necessary to check the real user (for example, when
+There are cases
+where it is instead necessary to check the real user (for example, when
determining if resource limits should be applied), and this can be done
by passing the
.Dv SUSER_RUID
diff --git a/share/man/man9/vm_map_entry_resize_free.9 b/share/man/man9/vm_map_entry_resize_free.9
index c6df447..71037d0 100644
--- a/share/man/man9/vm_map_entry_resize_free.9
+++ b/share/man/man9/vm_map_entry_resize_free.9
@@ -84,7 +84,7 @@ is the amount of free address space adjacent to and immediately
following (higher address) the map entry.
This field is unused in the map header.
Note that
-.Va adj_free
+.Va adj_free
depends on the linked list, not the splay tree and that
.Va adj_free
can be computed as:
OpenPOWER on IntegriCloud