Author: joel (doc committer) Date: Sun Jun 3 06:57:47 2012 New Revision: 236500 URL: http://svn.freebsd.org/changeset/base/236500
Log: mdoc: add missing width argument to Bl -tag. Modified: head/usr.sbin/adduser/rmuser.8 head/usr.sbin/arp/arp.4 head/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 head/usr.sbin/bluetooth/btpand/btpand.8 head/usr.sbin/bluetooth/hccontrol/hccontrol.8 head/usr.sbin/bluetooth/l2control/l2control.8 head/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 head/usr.sbin/digictl/digictl.8 head/usr.sbin/fwcontrol/fwcontrol.8 head/usr.sbin/gssd/gssd.8 Modified: head/usr.sbin/adduser/rmuser.8 ============================================================================== --- head/usr.sbin/adduser/rmuser.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/adduser/rmuser.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -157,7 +157,7 @@ Identifies one or more users to be remov interactively asks for one or more users to be removed. .El .Sh FILES -.Bl -tag -compact +.Bl -tag -width "Pa /etc/master.passwd" -compact .It Pa /etc/master.passwd .It Pa /etc/passwd .It Pa /etc/group Modified: head/usr.sbin/arp/arp.4 ============================================================================== --- head/usr.sbin/arp/arp.4 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/arp/arp.4 Sun Jun 3 06:57:47 2012 (r236500) @@ -119,7 +119,7 @@ branch of the .Xr sysctl 3 MIB. -.Bl -tag +.Bl -tag -width "useloopback" .It Va max_age How long an ARP entry is held in the cache until it needs to be refreshed. .It Va maxtries Modified: head/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 ============================================================================== --- head/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -83,7 +83,7 @@ The currently supported node commands in .Nm are: .Pp -.Bl -tag -offset indent -compact +.Bl -tag -width "Forget" -offset indent -compact .It Cm Query .It Cm Dump .It Cm Known Modified: head/usr.sbin/bluetooth/btpand/btpand.8 ============================================================================== --- head/usr.sbin/bluetooth/btpand/btpand.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/bluetooth/btpand/btpand.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -128,7 +128,7 @@ and 1 for a PANU server. Set L2CAP connection link mode. Supported modes are: .Pp -.Bl -tag -compact +.Bl -tag -width 8n -compact .It auth require devices to be paired. .It encrypt @@ -151,7 +151,7 @@ Name of .Ar service to provide or connect to, the following services are recognised: .Pp -.Bl -tag -compact +.Bl -tag -width 8n -compact .It GN Group ad-hoc Network. .It NAP @@ -182,7 +182,7 @@ has set up the client or server connecti .Xr tap 4 interface, it will create a pid file and detach. .Sh FILES -.Bl -tag -compact +.Bl -tag -width "Pa /etc/bluetooth/hosts" -compact .It Pa /dev/tap .It Pa /etc/bluetooth/hosts .It Pa /var/run/sdp Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.8 ============================================================================== --- head/usr.sbin/bluetooth/hccontrol/hccontrol.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/bluetooth/hccontrol/hccontrol.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -81,7 +81,7 @@ The currently supported HCI commands in .Nm are: .Pp -.Bl -tag -offset indent -compact +.Bl -tag -width 40n -offset indent -compact .It Cm Inquiry .It Cm Create_Connection .It Cm Disconnect @@ -148,7 +148,7 @@ The currently supported node commands in .Nm are: .Pp -.Bl -tag -offset indent -compact +.Bl -tag -width 40n -offset indent -compact .It Cm Read_Node_State .It Cm Initialize .It Cm Read_Debug_Level Modified: head/usr.sbin/bluetooth/l2control/l2control.8 ============================================================================== --- head/usr.sbin/bluetooth/l2control/l2control.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/bluetooth/l2control/l2control.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -77,7 +77,7 @@ The currently supported node commands in .Nm are: .Pp -.Bl -tag -offset indent -compact +.Bl -tag -width "Write_Auto_Disconnect_Timeout" -offset indent -compact .It Cm Read_Node_Flags .It Cm Read_Debug_Level .It Cm Write_Debug_Level Modified: head/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 ============================================================================== --- head/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -86,7 +86,7 @@ The currently supported node commands in .Nm are: .Pp -.Bl -tag -offset indent -compact +.Bl -tag -width "Browse" -offset indent -compact .It Cm Browse .It Cm Search .El Modified: head/usr.sbin/digictl/digictl.8 ============================================================================== --- head/usr.sbin/digictl/digictl.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/digictl/digictl.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -53,7 +53,7 @@ is the card number and is the port number. .Pp The following flags are recognized: -.Bl -tag +.Bl -tag -width 10n .It Fl a Cm disable | enable | query Disable, enable or query the .Em ALTPIN Modified: head/usr.sbin/fwcontrol/fwcontrol.8 ============================================================================== --- head/usr.sbin/fwcontrol/fwcontrol.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/fwcontrol/fwcontrol.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -144,7 +144,7 @@ Hostname will be converted to EUI64 usin .Xr eui64 5 . .El .Sh FILES -.Bl -tag +.Bl -tag -width "Pa /dev/fw0.0" .It Pa /dev/fw0.0 .El .Sh EXAMPLES Modified: head/usr.sbin/gssd/gssd.8 ============================================================================== --- head/usr.sbin/gssd/gssd.8 Sun Jun 3 05:47:42 2012 (r236499) +++ head/usr.sbin/gssd/gssd.8 Sun Jun 3 06:57:47 2012 (r236500) @@ -40,7 +40,7 @@ The program provides support for the kernel GSS-API implementation. .Pp The options are as follows: -.Bl -tag +.Bl -tag -width indent .It Fl d Run in debug mode. In this mode, _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"