Fix wrong capitalization in man page references.

This commit is contained in:
Jens Schweikhardt 2022-08-13 20:46:59 +02:00
parent 4e2a0135a0
commit 14e3d3248a
8 changed files with 16 additions and 14 deletions

View File

@ -89,7 +89,8 @@ and
are not handled and
.Fl p
is not useful in this case so is omitted.
.Xr Newfs 8
The
.Xr newfs 8
options
.Fl n
and

View File

@ -47,7 +47,7 @@ Users are advised to migrate to
.Xr gstripe 8 ,
.Xr graid 8 ,
or
.Xr ZFS 8 .
.Xr zfs 8 .
More information is available at
.Pa https://wiki.freebsd.org/DeprecationPlan/gvinum .
.Sh SYNOPSIS

View File

@ -2718,19 +2718,19 @@ Hash is calculated by using flowid bits in a packet header mbuf
which are shifted by the number of this parameter.
.It Cm use_numa
Enable selection of egress ports based on the native
.Xr NUMA 4
.Xr numa 4
domain for the packets being transmitted.
This is currently only implemented for lacp mode.
This works only on
.Xr NUMA 4
.Xr numa 4
hardware, running a kernel compiled with the
.Xr NUMA 4
.Xr numa 4
option, and when interfaces from multiple
.Xr NUMA 4
.Xr numa 4
domains are ports of the aggregation interface.
.It Cm -use_numa
Disable selection of egress ports based on the native
.Xr NUMA 4
.Xr numa 4
domain for the packets being transmitted.
.It Cm lacp_fast_timeout
Enable lacp fast-timeout on the interface.

View File

@ -55,8 +55,9 @@ The devices offer a number of configuration options which can be
set via hints, FDT data, and
.Xr sysctl 8 .
.Pp
.Xr Sysctl 8
provides access to the voltage measurements made by the device.
The
.Xr sysctl 8
utility provides access to the voltage measurements made by the device.
Each time the
.Va dev.ads111x.<unit>.<channel>.voltage
variable is accessed for a given channel, the driver switches the

View File

@ -69,7 +69,7 @@ HW Large Receive Offload (HW LRO), VLAN tag insertion and extraction,
VLAN checksum offload, VLAN TSO, hardware rate limiting (TXRTLMT),
stateless VxLAN hardware offload for receive and transmit,
HW TLS offload for transmit, Receive Side Steering (RSS) and
.Xr NUMA 4
.Xr numa 4
awareness.
.Pp
The network interface name is

View File

@ -99,7 +99,7 @@ device node and
geom provider for each namespace in a SPA, which behave analogously to their
full-SPA cousins described above.
.Sh SEE ALSO
.Xr ACPI 4 ,
.Xr acpi 4 ,
.Xr GEOM 4 ,
.Xr geom 8 ,
.Xr mount 8 ,

View File

@ -1246,8 +1246,8 @@ is set explicitly)
.It Va WITHOUT_NETGRAPH_SUPPORT
Build libraries, programs, and kernel modules without netgraph support.
.It Va WITHOUT_NIS
Do not build
.Xr NIS 8
Do not build NIS also known as
.Xr yp 8
support and related programs.
If set, you might need to adopt your
.Xr nsswitch.conf 5

View File

@ -42,7 +42,7 @@
The
.Nm
command implements a simple ethernet packet reflector using the
.Xr PCAP 3
.Xr pcap 3
library and
.Xr bpf 4 ,
the Berkeley Packet Filter.