Fix a bunch of "xref refers to *this* page" igor(1) warnings.
MFC after: 1 month
This commit is contained in:
parent
62b2691e48
commit
16e3675494
@ -64,7 +64,6 @@ The IP cores used in
|
|||||||
devices were adapted by Broadcom for compatibility with the new
|
devices were adapted by Broadcom for compatibility with the new
|
||||||
interconnect.
|
interconnect.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr bcma 4 ,
|
|
||||||
.Xr bhnd 4
|
.Xr bhnd 4
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
|
@ -100,7 +100,7 @@ See
|
|||||||
for more details.
|
for more details.
|
||||||
.Pp
|
.Pp
|
||||||
If you want to use
|
If you want to use
|
||||||
.Xr dcons 4
|
.Nm
|
||||||
as a
|
as a
|
||||||
.Xr gdb 1
|
.Xr gdb 1
|
||||||
port, add the following line into
|
port, add the following line into
|
||||||
|
@ -122,7 +122,7 @@ may be used to set the Don't Fragment flag on IP packets.
|
|||||||
Currently this option is respected only on
|
Currently this option is respected only on
|
||||||
.Xr udp 4
|
.Xr udp 4
|
||||||
and raw
|
and raw
|
||||||
.Xr ip 4
|
.Nm
|
||||||
sockets, unless the
|
sockets, unless the
|
||||||
.Dv IP_HDRINCL
|
.Dv IP_HDRINCL
|
||||||
option has been set.
|
option has been set.
|
||||||
|
@ -230,7 +230,7 @@ node which will check for the specified string and return non-matching
|
|||||||
packets to
|
packets to
|
||||||
.Xr ipfw 8 .
|
.Xr ipfw 8 .
|
||||||
Matching packets are passed to
|
Matching packets are passed to
|
||||||
.Xr ng_tag 4
|
.Nm
|
||||||
node, which will set a tag and pass them back to
|
node, which will set a tag and pass them back to
|
||||||
.Xr ng_bpf 4
|
.Xr ng_bpf 4
|
||||||
node on a hook programmed to accept all packets and pass them back to
|
node on a hook programmed to accept all packets and pass them back to
|
||||||
@ -246,7 +246,7 @@ expressions must be altered accordingly.
|
|||||||
Thus, there will be expression
|
Thus, there will be expression
|
||||||
.Dq Li "ether[40:2]=0x244c && ether[42:4]=0x6f636b20"
|
.Dq Li "ether[40:2]=0x244c && ether[42:4]=0x6f636b20"
|
||||||
on incoming hook and empty expression to match all packets from
|
on incoming hook and empty expression to match all packets from
|
||||||
.Xr ng_tag 4 .
|
.Nm .
|
||||||
.Pp
|
.Pp
|
||||||
So, this is
|
So, this is
|
||||||
.Xr ngctl 8
|
.Xr ngctl 8
|
||||||
|
@ -98,7 +98,7 @@ It is probably more useful to issue this ioctl through the
|
|||||||
device.
|
device.
|
||||||
.It CAMIOQUEUE union ccb *
|
.It CAMIOQUEUE union ccb *
|
||||||
Queue a CCB to the
|
Queue a CCB to the
|
||||||
.Xr pass 4
|
.Nm
|
||||||
driver to be executed asynchronously.
|
driver to be executed asynchronously.
|
||||||
The caller may use
|
The caller may use
|
||||||
.Xr select 2 ,
|
.Xr select 2 ,
|
||||||
@ -167,7 +167,7 @@ ioctl.
|
|||||||
An error will only be returned from the
|
An error will only be returned from the
|
||||||
.Dv CAMIOGET
|
.Dv CAMIOGET
|
||||||
ioctl if the
|
ioctl if the
|
||||||
.Xr pass 4
|
.Nm
|
||||||
driver fails to copy data to the user process or if there are no completed
|
driver fails to copy data to the user process or if there are no completed
|
||||||
CCBs available to retrieve.
|
CCBs available to retrieve.
|
||||||
If no CCBs are available to retrieve,
|
If no CCBs are available to retrieve,
|
||||||
|
@ -53,5 +53,5 @@ Support for new cards should be added there.
|
|||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
This driver took the idea from the
|
This driver took the idea from the
|
||||||
.Nx
|
.Nx
|
||||||
.Xr puc 4
|
.Nm
|
||||||
driver.
|
driver.
|
||||||
|
@ -48,7 +48,7 @@ it is seeded for the first time.
|
|||||||
This may cause trouble at system boot
|
This may cause trouble at system boot
|
||||||
when keys and the like
|
when keys and the like
|
||||||
are generated from
|
are generated from
|
||||||
.Xr random 4
|
.Nm
|
||||||
so steps should be taken to ensure a
|
so steps should be taken to ensure a
|
||||||
seeding as soon as possible.
|
seeding as soon as possible.
|
||||||
.Pp
|
.Pp
|
||||||
@ -63,7 +63,7 @@ this could be done by
|
|||||||
This sysctl will not return
|
This sysctl will not return
|
||||||
random bytes unless
|
random bytes unless
|
||||||
the
|
the
|
||||||
.Xr random 4
|
.Nm
|
||||||
device is seeded.
|
device is seeded.
|
||||||
.Pp
|
.Pp
|
||||||
This initial seeding
|
This initial seeding
|
||||||
|
@ -62,7 +62,7 @@ If any of these checks fail, then the kernel will panic.
|
|||||||
The
|
The
|
||||||
.Dv WITNESS_COUNT
|
.Dv WITNESS_COUNT
|
||||||
kernel option controls the maximum number of
|
kernel option controls the maximum number of
|
||||||
.Xr witness 4
|
.Nm
|
||||||
entries that are tracked in the kernel.
|
entries that are tracked in the kernel.
|
||||||
The maximum number of entries can be queried via the
|
The maximum number of entries can be queried via the
|
||||||
.Va debug.witness.count
|
.Va debug.witness.count
|
||||||
@ -76,7 +76,7 @@ environment variable.
|
|||||||
The
|
The
|
||||||
.Dv WITNESS_NO_VNODE
|
.Dv WITNESS_NO_VNODE
|
||||||
kernel option tells
|
kernel option tells
|
||||||
.Xr witness 4
|
.Nm
|
||||||
to ignore locking issues between
|
to ignore locking issues between
|
||||||
.Xr vnode 9
|
.Xr vnode 9
|
||||||
objects.
|
objects.
|
||||||
|
@ -70,7 +70,7 @@ file attributes associated with the member.
|
|||||||
An archive header describes the file attributes for the archive member that
|
An archive header describes the file attributes for the archive member that
|
||||||
follows it.
|
follows it.
|
||||||
The
|
The
|
||||||
.Xr ar 5
|
.Nm
|
||||||
format only supports a limited number of attributes: the file name,
|
format only supports a limited number of attributes: the file name,
|
||||||
the file creation time stamp, the uid and gid of the creator, the file
|
the file creation time stamp, the uid and gid of the creator, the file
|
||||||
mode and the file size.
|
mode and the file size.
|
||||||
|
@ -1308,5 +1308,5 @@ This manual page was written by
|
|||||||
.An Jeroen Ruigrok van der Werven Aq Mt asmodai@FreeBSD.org
|
.An Jeroen Ruigrok van der Werven Aq Mt asmodai@FreeBSD.org
|
||||||
with inspiration from BSDi's
|
with inspiration from BSDi's
|
||||||
.Bsx
|
.Bsx
|
||||||
.Xr elf 5
|
.Nm
|
||||||
manpage.
|
manpage.
|
||||||
|
@ -223,7 +223,7 @@ and continue on anything else (i.e,
|
|||||||
You can enable caching for the particular database by specifying
|
You can enable caching for the particular database by specifying
|
||||||
.Dq cache
|
.Dq cache
|
||||||
as the first source in the
|
as the first source in the
|
||||||
.Xr nsswitch.conf 5
|
.Nm
|
||||||
file.
|
file.
|
||||||
You should also enable caching for this database in
|
You should also enable caching for this database in
|
||||||
.Xr nscd.conf 5 .
|
.Xr nscd.conf 5 .
|
||||||
|
@ -1207,12 +1207,12 @@ Note that the maximum number of the generated addresses from a range
|
|||||||
specification is limited to an integer value specified in
|
specification is limited to an integer value specified in
|
||||||
.Va netif_ipexpand_max
|
.Va netif_ipexpand_max
|
||||||
in
|
in
|
||||||
.Xr rc.conf 5
|
.Nm
|
||||||
because a small typo can unexpectedly generate a large number of addresses.
|
because a small typo can unexpectedly generate a large number of addresses.
|
||||||
The default value is
|
The default value is
|
||||||
.Li 2048 .
|
.Li 2048 .
|
||||||
It can be increased by adding the following line into
|
It can be increased by adding the following line into
|
||||||
.Xr rc.conf 5 :
|
.Nm :
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
netif_ipexpand_max="4096"
|
netif_ipexpand_max="4096"
|
||||||
.Ed
|
.Ed
|
||||||
@ -3900,7 +3900,7 @@ all configured jails in
|
|||||||
are stopped in reverse order.
|
are stopped in reverse order.
|
||||||
.It Va jail_* variables
|
.It Va jail_* variables
|
||||||
Note that older releases supported per-jail configuration via
|
Note that older releases supported per-jail configuration via
|
||||||
.Xr rc.conf 5
|
.Nm
|
||||||
variables.
|
variables.
|
||||||
For example,
|
For example,
|
||||||
hostname of a jail named
|
hostname of a jail named
|
||||||
|
@ -44,7 +44,7 @@ The
|
|||||||
method is called on each bus device to rescan the device tree when the pass
|
method is called on each bus device to rescan the device tree when the pass
|
||||||
level has been changed.
|
level has been changed.
|
||||||
This method is responsible for invoking
|
This method is responsible for invoking
|
||||||
.Xr BUS_NEW_PASS 9
|
.Nm
|
||||||
on child bus devices to propagate the rescan to child devices.
|
on child bus devices to propagate the rescan to child devices.
|
||||||
It is also responsible for reprobing any unattached child devices and
|
It is also responsible for reprobing any unattached child devices and
|
||||||
allowing drivers for the current pass to identify new children.
|
allowing drivers for the current pass to identify new children.
|
||||||
|
@ -87,7 +87,6 @@ and it must be updated by the implementation after each relevant
|
|||||||
.Nm
|
.Nm
|
||||||
operation.
|
operation.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr pmap 9 ,
|
|
||||||
.Xr pmap_activate 9 ,
|
.Xr pmap_activate 9 ,
|
||||||
.Xr pmap_clear_modify 9 ,
|
.Xr pmap_clear_modify 9 ,
|
||||||
.Xr pmap_copy 9 ,
|
.Xr pmap_copy 9 ,
|
||||||
|
@ -171,10 +171,10 @@ is returned if the operation is not implemented.
|
|||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An -nosplit
|
.An -nosplit
|
||||||
The
|
The
|
||||||
.Xr stack 9
|
.Nm
|
||||||
function suite was created by
|
function suite was created by
|
||||||
.An Antoine Brodin .
|
.An Antoine Brodin .
|
||||||
.Xr stack 9
|
.Nm
|
||||||
was extended by
|
was extended by
|
||||||
.An Robert Watson
|
.An Robert Watson
|
||||||
for general-purpose use outside of
|
for general-purpose use outside of
|
||||||
|
Loading…
Reference in New Issue
Block a user