svn commit: r250582 - in head: bin/ed lib/libradius lib/libtacplus lib/libusb libexec/bootpd sbin/iscontrol share/man/man5 usr.bin/usbhidctl usr.sbin/bootparamd/bootparamd usr.sbin/freebsd-update u...
Joel Dahl
joel at FreeBSD.org
Sun May 12 22:22:15 UTC 2013
Author: joel (doc committer)
Date: Sun May 12 22:22:12 2013
New Revision: 250582
URL: http://svnweb.freebsd.org/changeset/base/250582
Log:
mdoc sweep.
Modified:
head/bin/ed/ed.1
head/lib/libradius/radius.conf.5
head/lib/libtacplus/libtacplus.3
head/lib/libtacplus/tacplus.conf.5
head/lib/libusb/libusb20.3
head/libexec/bootpd/bootptab.5
head/sbin/iscontrol/iscsi.conf.5
head/share/man/man5/freebsd-update.conf.5
head/share/man/man5/mailer.conf.5
head/share/man/man5/portsnap.conf.5
head/usr.bin/usbhidctl/usbhidctl.1
head/usr.sbin/bootparamd/bootparamd/bootparamd.8
head/usr.sbin/freebsd-update/freebsd-update.8
head/usr.sbin/portsnap/portsnap/portsnap.8
head/usr.sbin/wake/wake.8
Modified: head/bin/ed/ed.1
==============================================================================
--- head/bin/ed/ed.1 Sun May 12 22:01:22 2013 (r250581)
+++ head/bin/ed/ed.1 Sun May 12 22:22:12 2013 (r250582)
@@ -914,9 +914,9 @@ that line.
.El
.Sh FILES
.Bl -tag -width /tmp/ed.* -compact
-.It /tmp/ed.*
+.It Pa /tmp/ed.*
buffer file
-.It ed.hup
+.It Pa ed.hup
the file to which
.Nm
attempts to write the buffer if the terminal hangs up
Modified: head/lib/libradius/radius.conf.5
==============================================================================
--- head/lib/libradius/radius.conf.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/lib/libradius/radius.conf.5 Sun May 12 22:22:12 2013 (r250582)
@@ -162,7 +162,9 @@ But an alternate pathname may be specifi
Since the file contains sensitive information in the form of the
shared secrets, it should not be readable except by root.
.Sh FILES
-.Pa /etc/radius.conf
+.Bl -tag -width Pa
+.It Pa /etc/radius.conf
+.El
.Sh EXAMPLES
.Bd -literal
# A simple entry using all the defaults:
Modified: head/lib/libtacplus/libtacplus.3
==============================================================================
--- head/lib/libtacplus/libtacplus.3 Sun May 12 22:01:22 2013 (r250581)
+++ head/lib/libtacplus/libtacplus.3 Sun May 12 22:22:12 2013 (r250582)
@@ -513,7 +513,9 @@ without recording an error message.
.Fn tac_open
.El
.Sh FILES
-.Pa /etc/tacplus.conf
+.Bl -tag -width Pa
+.It Pa /etc/tacplus.conf
+.El
.Sh SEE ALSO
.Xr tacplus.conf 5
.Rs
Modified: head/lib/libtacplus/tacplus.conf.5
==============================================================================
--- head/lib/libtacplus/tacplus.conf.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/lib/libtacplus/tacplus.conf.5 Sun May 12 22:22:12 2013 (r250582)
@@ -111,7 +111,9 @@ An alternate pathname may be specified i
Since the file contains sensitive information in the form of the
shared secrets, it should not be readable except by root.
.Sh FILES
-.Pa /etc/tacplus.conf
+.Bl -tag -width Pa
+.It Pa /etc/tacplus.conf
+.El
.Sh EXAMPLES
.Bd -literal
# A simple entry using all the defaults:
Modified: head/lib/libusb/libusb20.3
==============================================================================
--- head/lib/libusb/libusb20.3 Sun May 12 22:01:22 2013 (r250581)
+++ head/lib/libusb/libusb20.3 Sun May 12 22:22:12 2013 (r250582)
@@ -1049,9 +1049,9 @@ argument.
This function does not return NULL.
.
.Sh FILES
-.
-.
-/dev/usb
+.Bl -tag -width Pa
+.It Pa /dev/usb
+.El
.Sh SEE ALSO
.Xr usb 4 ,
.Xr libusb 3 ,
Modified: head/libexec/bootpd/bootptab.5
==============================================================================
--- head/libexec/bootpd/bootptab.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/libexec/bootpd/bootptab.5 Sun May 12 22:22:12 2013 (r250582)
@@ -421,7 +421,7 @@ mtoliver:ht=1:ha=00DD00FE1600:tc=.defaul
.Ed
.Sh FILES
.Bl -tag -width /etc/bootptab -compact
-.It /etc/bootptab
+.It Pa /etc/bootptab
.El
.Sh "SEE ALSO"
.Xr bootpd 8 ,
Modified: head/sbin/iscontrol/iscsi.conf.5
==============================================================================
--- head/sbin/iscontrol/iscsi.conf.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/sbin/iscontrol/iscsi.conf.5 Sun May 12 22:22:12 2013 (r250582)
@@ -173,7 +173,9 @@ same as the none
counterpart, but to authenticate the target.
.El
.Sh FILES
-.Pa /etc/iscsi.conf
+.Bl -tag -width indent
+.It Pa /etc/iscsi.conf
+.El
.Sh EXAMPLES
.Bd -literal
#
Modified: head/share/man/man5/freebsd-update.conf.5
==============================================================================
--- head/share/man/man5/freebsd-update.conf.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/share/man/man5/freebsd-update.conf.5 Sun May 12 22:22:12 2013 (r250582)
@@ -221,7 +221,7 @@ kernel.
.El
.Sh FILES
.Bl -tag -width "/etc/freebsd-update.conf"
-.It /etc/freebsd-update.conf
+.It Pa /etc/freebsd-update.conf
Default location of the
.Cm freebsd-update
configuration file.
Modified: head/share/man/man5/mailer.conf.5
==============================================================================
--- head/share/man/man5/mailer.conf.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/share/man/man5/mailer.conf.5 Sun May 12 22:22:12 2013 (r250582)
@@ -83,7 +83,9 @@ The file may also contain comment lines,
.Ql #
mark in the first column of any line.
.Sh FILES
-/etc/mail/mailer.conf
+.Bl -tag -width Pa
+.It Pa /etc/mail/mailer.conf
+.El
.Sh EXAMPLES
This example shows how to set up
.Nm
Modified: head/share/man/man5/portsnap.conf.5
==============================================================================
--- head/share/man/man5/portsnap.conf.5 Sun May 12 22:01:22 2013 (r250581)
+++ head/share/man/man5/portsnap.conf.5 Sun May 12 22:22:12 2013 (r250582)
@@ -135,7 +135,7 @@ supported and may cause unexpected resul
Any lines not of the above forms will be ignored.
.Sh FILES
.Bl -tag -width "/etc/portsnap.conf"
-.It /etc/portsnap.conf
+.It Pa /etc/portsnap.conf
Default location of the portsnap configuration file.
.El
.Sh SEE ALSO
Modified: head/usr.bin/usbhidctl/usbhidctl.1
==============================================================================
--- head/usr.bin/usbhidctl/usbhidctl.1 Sun May 12 22:01:22 2013 (r250581)
+++ head/usr.bin/usbhidctl/usbhidctl.1 Sun May 12 22:22:12 2013 (r250582)
@@ -136,8 +136,10 @@ supports isolating each item by appendin
.Sq Cm \&# .
character and a decimal item instance number, starting at zero.
.Sh FILES
-.Pa /usr/share/misc/usb_hid_usages
+.Bl -tag -width 30n
+.It Pa /usr/share/misc/usb_hid_usages
The default HID usage table.
+.El
.Sh SEE ALSO
.Xr usbhid 3 ,
.Xr uhid 4 ,
Modified: head/usr.sbin/bootparamd/bootparamd/bootparamd.8
==============================================================================
--- head/usr.sbin/bootparamd/bootparamd/bootparamd.8 Sun May 12 22:01:22 2013 (r250581)
+++ head/usr.sbin/bootparamd/bootparamd/bootparamd.8 Sun May 12 22:22:12 2013 (r250582)
@@ -48,7 +48,7 @@ The file to use as boot parameter file i
.El
.Sh FILES
.Bl -tag -width /etc/bootparams -compact
-.It /etc/bootparams
+.It Pa /etc/bootparams
default boot parameter file
.El
.Sh EXAMPLES
Modified: head/usr.sbin/freebsd-update/freebsd-update.8
==============================================================================
--- head/usr.sbin/freebsd-update/freebsd-update.8 Sun May 12 22:01:22 2013 (r250581)
+++ head/usr.sbin/freebsd-update/freebsd-update.8 Sun May 12 22:22:12 2013 (r250582)
@@ -162,11 +162,11 @@ purposes, make sure you boot from a secu
.El
.Sh FILES
.Bl -tag -width "/etc/freebsd-update.conf"
-.It /etc/freebsd-update.conf
+.It Pa /etc/freebsd-update.conf
Default location of the
.Nm
configuration file.
-.It /var/db/freebsd-update/
+.It Pa /var/db/freebsd-update/
Default location where
.Nm
stores temporary files and downloaded updates.
Modified: head/usr.sbin/portsnap/portsnap/portsnap.8
==============================================================================
--- head/usr.sbin/portsnap/portsnap/portsnap.8 Sun May 12 22:01:22 2013 (r250581)
+++ head/usr.sbin/portsnap/portsnap/portsnap.8 Sun May 12 22:22:12 2013 (r250582)
@@ -247,11 +247,11 @@ may be published, but only in aggregate
individual systems.
.Sh FILES
.Bl -tag -width "/etc/portsnap.conf"
-.It /etc/portsnap.conf
+.It Pa /etc/portsnap.conf
Default location of the portsnap configuration file.
-.It /var/db/portsnap
+.It Pa /var/db/portsnap
Default location where compressed snapshots are stored.
-.It /usr/ports
+.It Pa /usr/ports
Default location where the ports tree is extracted.
.El
.Sh SEE ALSO
Modified: head/usr.sbin/wake/wake.8
==============================================================================
--- head/usr.sbin/wake/wake.8 Sun May 12 22:01:22 2013 (r250581)
+++ head/usr.sbin/wake/wake.8 Sun May 12 22:22:12 2013 (r250582)
@@ -56,7 +56,7 @@ Link layer addresses can be determined a
.Xr ifconfig 8 .
.Sh FILES
.Bl -tag -width "/etc/ethers" -compact
-.It /etc/ethers
+.It Pa /etc/ethers
Ethernet host name data base.
.El
.Sh SEE ALSO
More information about the svn-src-all
mailing list