svn commit: r297355 - in head: bin/freebsd-version lib/libc/stdio lib/libc/sys lib/libfetch sbin/atm/atmconfig share/man/man4 share/man/man5 share/man/man7 share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Mar 28 16:48:31 UTC 2016


Author: trasz
Date: Mon Mar 28 16:48:28 2016
New Revision: 297355
URL: https://svnweb.freebsd.org/changeset/base/297355

Log:
  Fix bunch of .Xrs.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/bin/freebsd-version/freebsd-version.1
  head/lib/libc/stdio/open_memstream.3
  head/lib/libc/sys/ptrace.2
  head/lib/libfetch/fetch.3
  head/sbin/atm/atmconfig/atmconfig.8
  head/share/man/man4/cyapa.4
  head/share/man/man4/ddb.4
  head/share/man/man4/pcm.4
  head/share/man/man4/sppp.4
  head/share/man/man4/vxlan.4
  head/share/man/man5/periodic.conf.5
  head/share/man/man7/ports.7
  head/share/man/man9/netisr.9

Modified: head/bin/freebsd-version/freebsd-version.1
==============================================================================
--- head/bin/freebsd-version/freebsd-version.1	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/bin/freebsd-version/freebsd-version.1	Mon Mar 28 16:48:28 2016	(r297355)
@@ -110,8 +110,7 @@ env ROOT=/mnt /mnt/bin/freebsd-version -
 .Ed
 .Sh SEE ALSO
 .Xr uname 1 ,
-.Xr loader.conf 5 ,
-.Xr freebsd-version 8
+.Xr loader.conf 5
 .Sh HISTORY
 The
 .Nm

Modified: head/lib/libc/stdio/open_memstream.3
==============================================================================
--- head/lib/libc/stdio/open_memstream.3	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/lib/libc/stdio/open_memstream.3	Mon Mar 28 16:48:28 2016	(r297355)
@@ -144,8 +144,8 @@ Memory for the stream or buffer could no
 .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

Modified: head/lib/libc/sys/ptrace.2
==============================================================================
--- head/lib/libc/sys/ptrace.2	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/lib/libc/sys/ptrace.2	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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

Modified: head/lib/libfetch/fetch.3
==============================================================================
--- head/lib/libfetch/fetch.3	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/lib/libfetch/fetch.3	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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

Modified: head/sbin/atm/atmconfig/atmconfig.8
==============================================================================
--- head/sbin/atm/atmconfig/atmconfig.8	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/sbin/atm/atmconfig/atmconfig.8	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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 at FreeBSD.org

Modified: head/share/man/man4/cyapa.4
==============================================================================
--- head/share/man/man4/cyapa.4	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man4/cyapa.4	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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

Modified: head/share/man/man4/ddb.4
==============================================================================
--- head/share/man/man4/ddb.4	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man4/ddb.4	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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

Modified: head/share/man/man4/pcm.4
==============================================================================
--- head/share/man/man4/pcm.4	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man4/pcm.4	Mon Mar 28 16:48:28 2016	(r297355)
@@ -233,7 +233,7 @@ Most bridge device drivers are still mis
 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.

Modified: head/share/man/man4/sppp.4
==============================================================================
--- head/share/man/man4/sppp.4	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man4/sppp.4	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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

Modified: head/share/man/man4/vxlan.4
==============================================================================
--- head/share/man/man4/vxlan.4	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man4/vxlan.4	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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"

Modified: head/share/man/man5/periodic.conf.5
==============================================================================
--- head/share/man/man5/periodic.conf.5	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man5/periodic.conf.5	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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

Modified: head/share/man/man7/ports.7
==============================================================================
--- head/share/man/man7/ports.7	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man7/ports.7	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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.

Modified: head/share/man/man9/netisr.9
==============================================================================
--- head/share/man/man9/netisr.9	Mon Mar 28 16:25:07 2016	(r297354)
+++ head/share/man/man9/netisr.9	Mon Mar 28 16:48:28 2016	(r297355)
@@ -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


More information about the svn-src-all mailing list