mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
manuals: Misc syntax fixes
These were reported by `mandoc -T lint ...` as errors. Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1453
This commit is contained in:
parent
c2d93a803a
commit
8b92fa1ceb
@ -109,8 +109,8 @@ socket.
|
|||||||
The
|
The
|
||||||
.Fn rss_sock_set_recvrss
|
.Fn rss_sock_set_recvrss
|
||||||
function enables or disables receiving RSS related information
|
function enables or disables receiving RSS related information
|
||||||
as socket options in.
|
as socket options in
|
||||||
.2 recvmsg
|
.Xr recvmsg 2
|
||||||
calls.
|
calls.
|
||||||
.Pp
|
.Pp
|
||||||
When enabled, UDP datagrams will have a message with the
|
When enabled, UDP datagrams will have a message with the
|
||||||
|
@ -665,7 +665,7 @@ Set the VLAN PCP bits to the supplied value.
|
|||||||
now supports several standard
|
now supports several standard
|
||||||
.Xr ioctl 2 Ns 's
|
.Xr ioctl 2 Ns 's
|
||||||
which allow the user to do async and/or non-blocking I/O to an open
|
which allow the user to do async and/or non-blocking I/O to an open
|
||||||
.I bpf
|
.Em bpf
|
||||||
file descriptor.
|
file descriptor.
|
||||||
.Bl -tag -width SIOCGIFADDR
|
.Bl -tag -width SIOCGIFADDR
|
||||||
.It Dv FIONREAD
|
.It Dv FIONREAD
|
||||||
|
@ -47,8 +47,8 @@ The following table lists common multiples of bytes.
|
|||||||
.It Zettabyte Ta ZB Ta 2^70 Ta 10^21
|
.It Zettabyte Ta ZB Ta 2^70 Ta 10^21
|
||||||
.It Yottabyte Ta YB Ta 2^80 Ta 10^24
|
.It Yottabyte Ta YB Ta 2^80 Ta 10^24
|
||||||
.It Ronnabyte Ta RB Ta 2^90 Ta 10^27
|
.It Ronnabyte Ta RB Ta 2^90 Ta 10^27
|
||||||
.It Quettabyte Ta QB Ta 2^100 Ta 10^30.
|
.It Quettabyte Ta QB Ta 2^100 Ta 10^30
|
||||||
El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The following table lists common bit rates as a power of ten.
|
The following table lists common bit rates as a power of ten.
|
||||||
.Bl -column -offset 2n \
|
.Bl -column -offset 2n \
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
.It
|
.It
|
||||||
.Ic rc_log Ar message
|
.Ic rc_log Ar message
|
||||||
.It
|
.It
|
||||||
.It rc_trace Ar level Ar message
|
.Ic rc_trace Ar level Ar message
|
||||||
.It
|
.It
|
||||||
.Ic rc_usage Ar command ...
|
.Ic rc_usage Ar command ...
|
||||||
.It
|
.It
|
||||||
|
@ -368,7 +368,7 @@ which C environment is used.
|
|||||||
However, when C11 dialect is selected with
|
However, when C11 dialect is selected with
|
||||||
.St -p1003.1-2008 ,
|
.St -p1003.1-2008 ,
|
||||||
definitions for
|
definitions for
|
||||||
.St -isoC-11
|
.St -isoC-2011
|
||||||
are included.
|
are included.
|
||||||
.Ss Header Visibility Macros
|
.Ss Header Visibility Macros
|
||||||
These macros are set by
|
These macros are set by
|
||||||
|
@ -341,7 +341,7 @@ Create a zone whose items will be synchronized using the
|
|||||||
.Xr smr 9
|
.Xr smr 9
|
||||||
mechanism.
|
mechanism.
|
||||||
Upon creation the zone will have an associated
|
Upon creation the zone will have an associated
|
||||||
.Dt smr_t
|
.Ft smr_t
|
||||||
structure which can be fetched using
|
structure which can be fetched using
|
||||||
.Fn uma_zone_get_smr .
|
.Fn uma_zone_get_smr .
|
||||||
.El
|
.El
|
||||||
|
Loading…
Reference in New Issue
Block a user