Remove trailing spaces.
Reviewed by: brueffer MFC after: 3 days
This commit is contained in:
parent
66685810b9
commit
51daf549e8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user