Fix bunch of .Xrs.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2016-03-28 16:48:28 +00:00
parent 841d5e0151
commit 225636dccb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297355
13 changed files with 19 additions and 23 deletions

View File

@ -110,8 +110,7 @@ env ROOT=/mnt /mnt/bin/freebsd-version -ku
.Ed
.Sh SEE ALSO
.Xr uname 1 ,
.Xr loader.conf 5 ,
.Xr freebsd-version 8
.Xr loader.conf 5
.Sh HISTORY
The
.Nm

View File

@ -144,8 +144,8 @@ Memory for the stream or buffer could not be allocated.
.Xr fopen 3 ,
.Xr free 3 ,
.Xr fseek 3 ,
.Xr sbuf 3 ,
.Xr stdio 3
.Xr stdio 3 ,
.Xr sbuf 9
.Sh STANDARDS
The
.Fn open_memstream

View File

@ -103,7 +103,7 @@ be ignored.
If the child was created by
.Xr vfork 2
system call or
.Xr rfork(2)
.Xr rfork 2
call with the
.Dv RFMEM
flag specified, the debugging events are reported to the parent

View File

@ -724,7 +724,6 @@ SSL_CA_CERT_FILE=/path/to/myca.pem
.Ed
.Sh SEE ALSO
.Xr fetch 1 ,
.Xr ftpio 3 ,
.Xr ip 4
.Rs
.%A J. Postel

View File

@ -313,7 +313,6 @@ List all NATM routes.
.El
.Sh SEE ALSO
.Xr natm 4 ,
.Xr natmip 4 ,
.Xr atm 8
.Xr natmip 4
.Sh AUTHORS
.An Hartmut Brandt Aq Mt harti@FreeBSD.org

View File

@ -175,9 +175,9 @@ file:
.Dl debug.cyapa_enable_tapclick=2
.Sh SEE ALSO
.Xr ig4 4 ,
.Xr moused 4 ,
.Xr smbus 4 ,
.Xr sysmouse 4
.Xr sysmouse 4 ,
.Xr moused 8
.Sh AUTHORS
.An -nosplit
The original

View File

@ -1132,7 +1132,7 @@ abbreviations.
.Nm
supports a basic output capture facility, which can be used to retrieve the
results of debugging commands from userspace using
.Xr sysctl 2 .
.Xr sysctl 3 .
.Ic capture on
enables output capture;
.Ic capture off

View File

@ -233,7 +233,7 @@ Most bridge device drivers are still missing multichannel matrixing
support, but in most cases this should be trivial to implement.
Use the
.Va dev.pcm.%d.[play|rec].vchanformat
.Xr sysctl(8)
.Xr sysctl 8
to adjust the number of channels used.
The current multichannel interleaved structure and arrangement was
implemented by inspecting various popular UNIX applications.

View File

@ -175,7 +175,6 @@ take place.
.Sh SEE ALSO
.Xr inet 4 ,
.Xr intro 4 ,
.Xr ppp 4 ,
.Xr ifconfig 8 ,
.Xr spppcontrol 8
.Rs

View File

@ -217,9 +217,9 @@ interface can be configured with
.Sh SEE ALSO
.Xr inet 4 ,
.Xr inet6 4 ,
.Xr vlan 4 ,
.Xr ifconfig 8 ,
.Xr sysctl 8 ,
.Xr vlan 8
.Xr sysctl 8
.Rs
.%A "M. Mahalingam"
.%A "et al"

View File

@ -617,7 +617,7 @@ Weekly counterpart of
Set to
.Dq Li YES
if you want to use
.Xr pkg_version 1
.Xr pkg-version 8
to list installed packages which are out of date.
.It Va pkg_version
.Pq Vt str
@ -628,7 +628,7 @@ is set to
this variable specifies the program that is used to determine the out of
date packages.
If unset, the
.Xr pkg_version 1
.Xr pkg-version 8
program is used.
As an example, this variable might be set to
.Dq Li portversion
@ -642,7 +642,7 @@ This variable specifies the
file from
.Pa /usr/ports
that should be used by
.Xr pkg_version 1 .
.Xr pkg-version 8 .
Because the dependency tree may be substantially different between versions of
.Fx ,
there may be more than one
@ -975,7 +975,6 @@ is shared or distributed.
.Xr msgs 1 ,
.Xr netstat 1 ,
.Xr nice 1 ,
.Xr pkg_version 1 ,
.Xr login.conf 5 ,
.Xr rc.conf 5 ,
.Xr ac 8 ,
@ -983,6 +982,7 @@ is shared or distributed.
.Xr dump 8 ,
.Xr newsyslog 8 ,
.Xr periodic 8 ,
.Xr pkg-version 8 ,
.Xr sendmail 8
.Sh HISTORY
The

View File

@ -214,12 +214,12 @@ portion never recurses
(this is perhaps a bug).
.It Cm reinstall
Use this to restore a port after using
.Xr pkg_delete 1
.Xr pkg-delete 8
when you should have used
.Cm deinstall .
.It Cm deinstall
Remove an installed port from the system, similar to
.Xr pkg_delete 1 .
.Xr pkg-delete 8 .
.It Cm deinstall-all
Remove all installed ports with the same
.Va PKGORIGIN
@ -231,7 +231,7 @@ The package is a
.Pa .tbz
file that you can use to
install the port on other machines with
.Xr pkg_add 1 .
.Xr pkg-add 8 .
If the directory specified by
.Va PACKAGES
does not exist, the package will be put into the current directory.

View File

@ -120,7 +120,7 @@ whose fields are defined as follows:
.Bl -tag -width "netisr_handler_t nh_handler"
.It Vt "const char *" Va nh_name
Unique character string name of the protocol, which may be included in
.Xr sysctl 2
.Xr sysctl 3
MIB names, so should not contain whitespace.
.It Vt netisr_handler_t Va nh_handler
Protocol handler function that will be invoked on each packet received for