From e8b02a428dcde07c037dfedfe1d90fa18fa6876a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 13 Jul 2001 09:09:52 +0000 Subject: [PATCH] mdoc(7) police: -xwidth has been fold into -width. --- lib/libpam/modules/pam_deny/pam_deny.8 | 2 +- lib/libpam/modules/pam_ftp/pam_ftp.8 | 2 +- lib/libpam/modules/pam_krb5/pam_krb5.8 | 6 +++--- lib/libpam/modules/pam_nologin/pam_nologin.8 | 2 +- lib/libpam/modules/pam_opie/pam_opie.8 | 4 ++-- lib/libpam/modules/pam_permit/pam_permit.8 | 2 +- lib/libpam/modules/pam_rootok/pam_rootok.8 | 2 +- lib/libpam/modules/pam_securetty/pam_securetty.8 | 2 +- lib/libpam/modules/pam_ssh/pam_ssh.8 | 6 +++--- lib/libpam/modules/pam_tacplus/pam_tacplus.8 | 2 +- lib/libpam/modules/pam_unix/pam_unix.8 | 6 +++--- lib/libpam/modules/pam_wheel/pam_wheel.8 | 2 +- sbin/sysctl/sysctl.8 | 2 +- share/man/man4/ieee80211.4 | 6 +++--- share/man/man4/lge.4 | 4 ++-- share/man/man4/tun.4 | 2 +- share/man/man9/BUF_LOCK.9 | 2 +- share/man/man9/BUF_LOCKFREE.9 | 2 +- share/man/man9/BUF_LOCKINIT.9 | 2 +- share/man/man9/BUF_REFCNT.9 | 2 +- share/man/man9/BUF_TIMELOCK.9 | 2 +- share/man/man9/BUF_UNLOCK.9 | 2 +- share/man/man9/cdevsw_add.9 | 2 +- share/man/man9/cdevsw_remove.9 | 2 +- share/man/man9/devsw.9 | 2 +- share/man/man9/lockcount.9 | 2 +- share/man/man9/lockdestroy.9 | 2 +- share/man/man9/lockmgr.9 | 4 ++-- share/man/man9/lockmgr_printinfo.9 | 2 +- share/man/man9/lockstatus.9 | 4 ++-- share/man/man9/major.9 | 2 +- share/man/man9/minor.9 | 2 +- share/man/man9/umajor.9 | 2 +- share/man/man9/uminor.9 | 2 +- share/man/man9/vfs_busy.9 | 4 ++-- share/man/man9/vfs_mount.9 | 2 +- share/man/man9/vfs_unbusy.9 | 2 +- share/man/man9/vinvalbuf.9 | 2 +- share/man/man9/vn_isdisk.9 | 2 +- usr.bin/nl/nl.1 | 2 +- usr.sbin/digictl/digictl.8 | 2 +- 41 files changed, 54 insertions(+), 54 deletions(-) diff --git a/lib/libpam/modules/pam_deny/pam_deny.8 b/lib/libpam/modules/pam_deny/pam_deny.8 index 954a3c83a515..037c38abd9be 100644 --- a/lib/libpam/modules/pam_deny/pam_deny.8 +++ b/lib/libpam/modules/pam_deny/pam_deny.8 @@ -62,7 +62,7 @@ and to unwanted functionality. .Pp The following options may be passed to the module: -.Bl -tag -xwidth ".Cm debug" +.Bl -tag -width ".Cm debug" .It Cm debug .Xr syslog 3 debugging information at diff --git a/lib/libpam/modules/pam_ftp/pam_ftp.8 b/lib/libpam/modules/pam_ftp/pam_ftp.8 index 8193cdf2da61..df312724e8d2 100644 --- a/lib/libpam/modules/pam_ftp/pam_ftp.8 +++ b/lib/libpam/modules/pam_ftp/pam_ftp.8 @@ -69,7 +69,7 @@ This module is intended for the service. .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm no_anon" +.Bl -tag -width ".Cm no_anon" .It Cm debug .Xr syslog 3 debugging information at diff --git a/lib/libpam/modules/pam_krb5/pam_krb5.8 b/lib/libpam/modules/pam_krb5/pam_krb5.8 index 9382cab83a24..d5effa88aee8 100644 --- a/lib/libpam/modules/pam_krb5/pam_krb5.8 +++ b/lib/libpam/modules/pam_krb5/pam_krb5.8 @@ -60,7 +60,7 @@ The credentials cache should be destroyed by the user at logout with .Xr kdestroy 1 . .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm debug .Xr syslog 3 debugging information at @@ -147,7 +147,7 @@ to determine how to contact the Kerberos password server. .Pp The following options may be passed to the password management module: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm debug .Xr syslog 3 debugging information at @@ -188,7 +188,7 @@ only because of the naming conventions for PAM modules. Location of the credentials cache. .El .Sh FILES -.Bl -tag -xwidth ".Pa /tmp/krb5cc_ Ns Ar uid" -compact +.Bl -tag -width ".Pa /tmp/krb5cc_ Ns Ar uid" -compact .It Pa /tmp/krb5cc_ Ns Ar uid default credentials cache .Ar ( uid diff --git a/lib/libpam/modules/pam_nologin/pam_nologin.8 b/lib/libpam/modules/pam_nologin/pam_nologin.8 index 4aac6f8cef2f..2059cda4f7bd 100644 --- a/lib/libpam/modules/pam_nologin/pam_nologin.8 +++ b/lib/libpam/modules/pam_nologin/pam_nologin.8 @@ -63,7 +63,7 @@ to non-superusers before failure is returned. .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm debug" +.Bl -tag -width ".Cm debug" .It Cm debug .Xr syslog 3 debugging information at diff --git a/lib/libpam/modules/pam_opie/pam_opie.8 b/lib/libpam/modules/pam_opie/pam_opie.8 index 8723cc9dbff9..3895eb557a3c 100644 --- a/lib/libpam/modules/pam_opie/pam_opie.8 +++ b/lib/libpam/modules/pam_opie/pam_opie.8 @@ -59,7 +59,7 @@ and verifies that this is correct with .Xr opiechallenge 3 . .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm auth_as_self" +.Bl -tag -width ".Cm auth_as_self" .It Cm debug .Xr syslog 3 debugging information at @@ -78,7 +78,7 @@ their own password might be deemed sufficient. .El .Sh FILES -.Bl -tag -xwidth ".Pa /etc/opiekeys" -compact +.Bl -tag -width ".Pa /etc/opiekeys" -compact .It Pa /etc/opiekeys default OPIE password database. .El diff --git a/lib/libpam/modules/pam_permit/pam_permit.8 b/lib/libpam/modules/pam_permit/pam_permit.8 index 5ffb3bf80b27..c7d98ab48e16 100644 --- a/lib/libpam/modules/pam_permit/pam_permit.8 +++ b/lib/libpam/modules/pam_permit/pam_permit.8 @@ -62,7 +62,7 @@ and to silence PAM-enabled applications. .Pp The following options may be passed to the module: -.Bl -tag -xwidth ".Cm debug" +.Bl -tag -width ".Cm debug" .It Cm debug .Xr syslog 3 debugging information at diff --git a/lib/libpam/modules/pam_rootok/pam_rootok.8 b/lib/libpam/modules/pam_rootok/pam_rootok.8 index 56a90b51025f..3beeb6302221 100644 --- a/lib/libpam/modules/pam_rootok/pam_rootok.8 +++ b/lib/libpam/modules/pam_rootok/pam_rootok.8 @@ -57,7 +57,7 @@ if returns 0. .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm debug" +.Bl -tag -width ".Cm debug" .It Cm debug .Xr syslog 3 debugging information at diff --git a/lib/libpam/modules/pam_securetty/pam_securetty.8 b/lib/libpam/modules/pam_securetty/pam_securetty.8 index 20283e66cc94..3645494d4e90 100644 --- a/lib/libpam/modules/pam_securetty/pam_securetty.8 +++ b/lib/libpam/modules/pam_securetty/pam_securetty.8 @@ -69,7 +69,7 @@ has the flag set. .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm debug" +.Bl -tag -width ".Cm debug" .It Cm debug .Xr syslog 3 debugging information at diff --git a/lib/libpam/modules/pam_ssh/pam_ssh.8 b/lib/libpam/modules/pam_ssh/pam_ssh.8 index 07a637fcf36d..c1fd29521814 100644 --- a/lib/libpam/modules/pam_ssh/pam_ssh.8 +++ b/lib/libpam/modules/pam_ssh/pam_ssh.8 @@ -66,7 +66,7 @@ and verifies that this is correct with .Xr crypt 3 . .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm debug .Xr syslog 3 debugging information at @@ -124,7 +124,7 @@ is allowed to login to the local user account by checking the password expiry date. .Pp The following options may be passed to the management module: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm debug .Xr syslog 3 debugging information at @@ -132,7 +132,7 @@ debugging information at level. .El .Sh FILES -.Bl -tag -xwidth ".Pa /etc/master.passwd" -compact +.Bl -tag -width ".Pa /etc/master.passwd" -compact .It Pa /etc/master.passwd default .Ux diff --git a/lib/libpam/modules/pam_tacplus/pam_tacplus.8 b/lib/libpam/modules/pam_tacplus/pam_tacplus.8 index ae1e019c8a0c..5ad7f07851a5 100644 --- a/lib/libpam/modules/pam_tacplus/pam_tacplus.8 +++ b/lib/libpam/modules/pam_tacplus/pam_tacplus.8 @@ -60,7 +60,7 @@ for the PAM (Pluggable Authentication Module) framework. The .Nm module accepts these optional parameters: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm use_first_pass causes .Nm diff --git a/lib/libpam/modules/pam_unix/pam_unix.8 b/lib/libpam/modules/pam_unix/pam_unix.8 index 07a637fcf36d..c1fd29521814 100644 --- a/lib/libpam/modules/pam_unix/pam_unix.8 +++ b/lib/libpam/modules/pam_unix/pam_unix.8 @@ -66,7 +66,7 @@ and verifies that this is correct with .Xr crypt 3 . .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm debug .Xr syslog 3 debugging information at @@ -124,7 +124,7 @@ is allowed to login to the local user account by checking the password expiry date. .Pp The following options may be passed to the management module: -.Bl -tag -xwidth ".Cm use_first_pass" +.Bl -tag -width ".Cm use_first_pass" .It Cm debug .Xr syslog 3 debugging information at @@ -132,7 +132,7 @@ debugging information at level. .El .Sh FILES -.Bl -tag -xwidth ".Pa /etc/master.passwd" -compact +.Bl -tag -width ".Pa /etc/master.passwd" -compact .It Pa /etc/master.passwd default .Ux diff --git a/lib/libpam/modules/pam_wheel/pam_wheel.8 b/lib/libpam/modules/pam_wheel/pam_wheel.8 index ec31b569b26b..1437234cb40a 100644 --- a/lib/libpam/modules/pam_wheel/pam_wheel.8 +++ b/lib/libpam/modules/pam_wheel/pam_wheel.8 @@ -55,7 +55,7 @@ which defaults to .Dq Li wheel . .Pp The following options may be passed to the authentication module: -.Bl -tag -xwidth ".Cm group Ns = Ns Ar foo" +.Bl -tag -width ".Cm group Ns = Ns Ar foo" .It Cm debug .Xr syslog 3 debugging information at diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 100bd59448b6..9ab3205f984d 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -210,7 +210,7 @@ More variables than these exist, and the best and likely only place to search for their deeper meaning is undoubtedly the source where they are defined. .Sh FILES -.Bl -tag -xwidth ".Aq Pa netinet/icmp_var.h" -compact +.Bl -tag -width ".Aq Pa netinet/icmp_var.h" -compact .It Aq Pa sys/sysctl.h definitions for top level identifiers, second level kernel and hardware identifiers, and user level identifiers diff --git a/share/man/man4/ieee80211.4 b/share/man/man4/ieee80211.4 index 6ed5f78b77d5..0a857e6dec85 100644 --- a/share/man/man4/ieee80211.4 +++ b/share/man/man4/ieee80211.4 @@ -44,7 +44,7 @@ The interface is via one of the following .Xr ioctl 2 calls on a socket: -.Bl -tag -xwidth ".Dv SIOCG80211" +.Bl -tag -width ".Dv SIOCG80211" .It Dv SIOCG80211 Get configuration or status information. .It Dv SIOCS80211 @@ -70,7 +70,7 @@ For the following values of .Va i_type are valid: -.Bl -tag -xwidth ".Dv IEEE80211_IOC_POWERSAVESLEEP" +.Bl -tag -width ".Dv IEEE80211_IOC_POWERSAVESLEEP" .It Dv IEEE80211_IOC_SSID Returns the requested SSID by copying it into the buffer pointed to by .Va i_data @@ -161,7 +161,7 @@ For the following values of .Va i_type are valid: -.Bl -tag -xwidth ".Dv IEEE80211_IOC_POWERSAVESLEEP" +.Bl -tag -width ".Dv IEEE80211_IOC_POWERSAVESLEEP" .It Dv IEEE80211_IOC_SSID Set the desired SSID for infrastructure and ad-hoc modes to value given by diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4 index c7ae28cd7512..42d5307e70de 100644 --- a/share/man/man4/lge.4 +++ b/share/man/man4/lge.4 @@ -72,7 +72,7 @@ such as file transfers and data streaming. The .Nm driver supports the following media types: -.Bl -tag -xwidth ".Cm 1000baseSX" +.Bl -tag -width ".Cm 1000baseSX" .It Cm autoselect Enable autoselection of the media type and options. The user can manually override @@ -90,7 +90,7 @@ modes are supported. The .Nm driver supports the following media options: -.Bl -tag -xwidth ".Cm full-duplex" +.Bl -tag -width ".Cm full-duplex" .It Cm full-duplex Force full duplex operation. .It Cm half-duplex diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index fc8dcd48256a..7626e5fa36d9 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -174,7 +174,7 @@ The following calls are supported (defined in .Aq Pa net/if_tun.h ) : -.Bl -tag -xwidth ".Dv TUNSIFMODE" +.Bl -tag -width ".Dv TUNSIFMODE" .It Dv TUNSDEBUG The argument should be a pointer to an .Vt int ; diff --git a/share/man/man9/BUF_LOCK.9 b/share/man/man9/BUF_LOCK.9 index 6686ba4e70bd..900550c16090 100644 --- a/share/man/man9/BUF_LOCK.9 +++ b/share/man/man9/BUF_LOCK.9 @@ -47,7 +47,7 @@ call will block until it can aquire the lock unless is set. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa locktype" +.Bl -tag -width ".Fa locktype" .It Fa bp The buffer to lock. .It Fa locktype diff --git a/share/man/man9/BUF_LOCKFREE.9 b/share/man/man9/BUF_LOCKFREE.9 index 423d25d57988..47106cc47ad8 100644 --- a/share/man/man9/BUF_LOCKFREE.9 +++ b/share/man/man9/BUF_LOCKFREE.9 @@ -45,7 +45,7 @@ The lock must not be held when this macro is called or a panic will result. .Pp Its argument is: -.Bl -tag -xwidth ".Fa bp" +.Bl -tag -width ".Fa bp" .It Fa bp The buffer whose lock is to be destroyed. .El diff --git a/share/man/man9/BUF_LOCKINIT.9 b/share/man/man9/BUF_LOCKINIT.9 index a5f388cfa762..3e18c3b6d5c1 100644 --- a/share/man/man9/BUF_LOCKINIT.9 +++ b/share/man/man9/BUF_LOCKINIT.9 @@ -43,7 +43,7 @@ The macro initializes a buffer lock. .Pp Its argument is: -.Bl -tag -xwidth ".Fa bp" +.Bl -tag -width ".Fa bp" .It Fa bp The buffer whose lock it to be initialized. .El diff --git a/share/man/man9/BUF_REFCNT.9 b/share/man/man9/BUF_REFCNT.9 index 7a6aea8942bc..6ed913342b0b 100644 --- a/share/man/man9/BUF_REFCNT.9 +++ b/share/man/man9/BUF_REFCNT.9 @@ -43,7 +43,7 @@ The function returns the reference count on a buffer's lock. .Pp Its argument is: -.Bl -tag -xwidth ".Fa bp" +.Bl -tag -width ".Fa bp" .It Fa bp The buffer whose lock reference count is to be returned. .El diff --git a/share/man/man9/BUF_TIMELOCK.9 b/share/man/man9/BUF_TIMELOCK.9 index 8fcba5857501..72703229de5b 100644 --- a/share/man/man9/BUF_TIMELOCK.9 +++ b/share/man/man9/BUF_TIMELOCK.9 @@ -50,7 +50,7 @@ into the sleep's priority. is the wmesg used in the sleep. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa locktype" +.Bl -tag -width ".Fa locktype" .It Fa bp The buffer to lock. .It Fa locktype diff --git a/share/man/man9/BUF_UNLOCK.9 b/share/man/man9/BUF_UNLOCK.9 index 500e1abb5001..761160b52011 100644 --- a/share/man/man9/BUF_UNLOCK.9 +++ b/share/man/man9/BUF_UNLOCK.9 @@ -46,7 +46,7 @@ or .Fn BUF_TIMELOCK . .Pp Its argument is: -.Bl -tag -xwidth ".Fa bp" +.Bl -tag -width ".Fa bp" .It Fa bp The buffer to unlock. The buffer must already be locked. diff --git a/share/man/man9/cdevsw_add.9 b/share/man/man9/cdevsw_add.9 index 2c2b520841f8..fbb7cded11ff 100644 --- a/share/man/man9/cdevsw_add.9 +++ b/share/man/man9/cdevsw_add.9 @@ -51,7 +51,7 @@ and is less than .Dv NUMCDEVSW . .Pp Its argument is: -.Bl -tag -xwidth ".Fa newentry" +.Bl -tag -width ".Fa newentry" .It Fa newentry The device to add to the table. .El diff --git a/share/man/man9/cdevsw_remove.9 b/share/man/man9/cdevsw_remove.9 index deed55ee9a59..b71e479d20b7 100644 --- a/share/man/man9/cdevsw_remove.9 +++ b/share/man/man9/cdevsw_remove.9 @@ -51,7 +51,7 @@ and is less than .Dv NUMCDEVSW . .Pp Its argument is: -.Bl -tag -xwidth ".Fa oldentry" +.Bl -tag -width ".Fa oldentry" .It Fa oldentry The device to remove from the table. .El diff --git a/share/man/man9/devsw.9 b/share/man/man9/devsw.9 index d2e23a9c9694..ec9208657355 100644 --- a/share/man/man9/devsw.9 +++ b/share/man/man9/devsw.9 @@ -55,7 +55,7 @@ offset into the array is returned. .Pp Its argument is: -.Bl -tag -xwidth ".Fa dev" +.Bl -tag -width ".Fa dev" .It Fa dev The device whose .Vt cdevsw diff --git a/share/man/man9/lockcount.9 b/share/man/man9/lockcount.9 index b51ad53bc194..06e101d5109f 100644 --- a/share/man/man9/lockcount.9 +++ b/share/man/man9/lockcount.9 @@ -45,7 +45,7 @@ The reference count is the sum of exclusive locks and shared locks. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa lkp" +.Bl -tag -width ".Fa lkp" .It Fa lkp The lock to return the reference count on. .El diff --git a/share/man/man9/lockdestroy.9 b/share/man/man9/lockdestroy.9 index 5142f26993ea..cfd0ac3cdc43 100644 --- a/share/man/man9/lockdestroy.9 +++ b/share/man/man9/lockdestroy.9 @@ -44,7 +44,7 @@ function destroys the given lock. (Currently is does nothing!) .Pp Its argument is: -.Bl -tag -xwidth ".Fa lkp" +.Bl -tag -width ".Fa lkp" .It Fa lkp The lock to destroy. .El diff --git a/share/man/man9/lockmgr.9 b/share/man/man9/lockmgr.9 index e3a942d0f6b7..9384d80e9512 100644 --- a/share/man/man9/lockmgr.9 +++ b/share/man/man9/lockmgr.9 @@ -45,12 +45,12 @@ support for shared and exclusive locks, and recursion. Locks can also be upgraded and downgraded. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa interlkp" +.Bl -tag -width ".Fa interlkp" .It Fa lkp A pointer to lock to manipulate. .It Fa flags Flags indicating what action is to be taken. -.Bl -tag -xwidth ".Dv LK_EXCLUPGRADE" +.Bl -tag -width ".Dv LK_EXCLUPGRADE" .It Dv LK_SHARED Aquire a shared lock. If we currently hold an exclusive lock it will be downgraded. diff --git a/share/man/man9/lockmgr_printinfo.9 b/share/man/man9/lockmgr_printinfo.9 index 4bb72f84c363..6a3051a60f69 100644 --- a/share/man/man9/lockmgr_printinfo.9 +++ b/share/man/man9/lockmgr_printinfo.9 @@ -44,7 +44,7 @@ function prints information about the lock including the lock time and the wait count. .Pp Its argument is: -.Bl -tag -xwidth ".Fa lkp" +.Bl -tag -width ".Fa lkp" .It Fa lkp The lock to print. .El diff --git a/share/man/man9/lockstatus.9 b/share/man/man9/lockstatus.9 index a6d5e4c4aeb0..361947cbfbe4 100644 --- a/share/man/man9/lockstatus.9 +++ b/share/man/man9/lockstatus.9 @@ -45,7 +45,7 @@ function returns the status of the lock in relation to the passed to it. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa lkp" +.Bl -tag -width ".Fa lkp" .It Fa lkp The lock to return the status of. .It Fa p @@ -59,7 +59,7 @@ and an exclusive lock is held, is returned. .El .Sh RETURN VALUES -.Bl -tag -xwidth ".Dv LK_EXCLUSIVE" +.Bl -tag -width ".Dv LK_EXCLUSIVE" .It Dv LK_EXCLUSIVE An exclusive lock is held by the process .Fa p diff --git a/share/man/man9/major.9 b/share/man/man9/major.9 index be9e2f7c2e6d..879b0945eb0b 100644 --- a/share/man/man9/major.9 +++ b/share/man/man9/major.9 @@ -42,7 +42,7 @@ The function returns the major device number for the given device. .Pp Its argument is: -.Bl -tag -xwidth ".Fa dev" +.Bl -tag -width ".Fa dev" .It Fa dev The device whose major device number should be returned. .El diff --git a/share/man/man9/minor.9 b/share/man/man9/minor.9 index e2006d8c000b..7af2af9900fa 100644 --- a/share/man/man9/minor.9 +++ b/share/man/man9/minor.9 @@ -42,7 +42,7 @@ The function returns the minor device number for the given device. .Pp Its argument is: -.Bl -tag -xwidth ".Fa dev" +.Bl -tag -width ".Fa dev" .It Fa dev The device whose minor device number should be returned. .El diff --git a/share/man/man9/umajor.9 b/share/man/man9/umajor.9 index eb7ef06706b7..a71e4562ea2e 100644 --- a/share/man/man9/umajor.9 +++ b/share/man/man9/umajor.9 @@ -43,7 +43,7 @@ function returns the major device number form the given raw device number. .Pp Its argument is: -.Bl -tag -xwidth ".Fa dev" +.Bl -tag -width ".Fa dev" .It Fa dev The device number whose major ID should be calculated and returned. .El diff --git a/share/man/man9/uminor.9 b/share/man/man9/uminor.9 index 9e985e856692..3df5e1cc2889 100644 --- a/share/man/man9/uminor.9 +++ b/share/man/man9/uminor.9 @@ -42,7 +42,7 @@ The function returns the minor device number from the raw device number. .Pp Its argument is: -.Bl -tag -xwidth ".Fa dev" +.Bl -tag -width ".Fa dev" .It Fa dev The raw device number from which the minor device number should be calculated. diff --git a/share/man/man9/vfs_busy.9 b/share/man/man9/vfs_busy.9 index c04071d64075..9b1019a3401f 100644 --- a/share/man/man9/vfs_busy.9 +++ b/share/man/man9/vfs_busy.9 @@ -56,14 +56,14 @@ flag is set. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa interlkp" +.Bl -tag -width ".Fa interlkp" .It Fa mp The mount point to busy. .It Fa flags Flags controlling how .Fn vfs_busy should act. -.Bl -tag -xwidth ".Dv LK_NOWAIT" +.Bl -tag -width ".Dv LK_NOWAIT" .It Dv LK_NOWAIT do not sleep if .Dv MNTK_UNMOUNT diff --git a/share/man/man9/vfs_mount.9 b/share/man/man9/vfs_mount.9 index 7e7ee4e893b3..0f196f2cba03 100644 --- a/share/man/man9/vfs_mount.9 +++ b/share/man/man9/vfs_mount.9 @@ -51,7 +51,7 @@ is called directly by the system call. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa fsflags" +.Bl -tag -width ".Fa fsflags" .It Fa p The process responsible for this call. .It Fa fstype diff --git a/share/man/man9/vfs_unbusy.9 b/share/man/man9/vfs_unbusy.9 index 8ff53e2bd5bc..cc3a7b1d31dc 100644 --- a/share/man/man9/vfs_unbusy.9 +++ b/share/man/man9/vfs_unbusy.9 @@ -47,7 +47,7 @@ The lock is typically aquired by calling prior to this call. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa mp" +.Bl -tag -width ".Fa mp" .It Fa mp The mount point to unbusy (unlock). .It Fa p diff --git a/share/man/man9/vinvalbuf.9 b/share/man/man9/vinvalbuf.9 index c7cbef4c85ef..76abe11a7045 100644 --- a/share/man/man9/vinvalbuf.9 +++ b/share/man/man9/vinvalbuf.9 @@ -49,7 +49,7 @@ released. If there is a VM Object associated with the vnode, it is removed. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa spltimeo" +.Bl -tag -width ".Fa spltimeo" .It Fa vp A pointer to the vnode whose buffers will be invalidated. .It Fa flags diff --git a/share/man/man9/vn_isdisk.9 b/share/man/man9/vn_isdisk.9 index b47a322c43b6..ac19e18cb4cf 100644 --- a/share/man/man9/vn_isdisk.9 +++ b/share/man/man9/vn_isdisk.9 @@ -57,7 +57,7 @@ must have set. .Pp Its arguments are: -.Bl -tag -xwidth ".Fa errp" +.Bl -tag -width ".Fa errp" .It Fa vp The vnode to check. .It Fa errp diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index 6b3f75b3c345..f499eaac4adc 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -107,7 +107,7 @@ If the input does not contain any logical page section signalling directives, the text being read is assumed to consist of a single logical page body. .Pp The following options are available: -.Bl -tag -xwidth ".Fl v Ar startnum" +.Bl -tag -width ".Fl v Ar startnum" .It Fl b Ar type Specify the logical page body lines to be numbered. Recognized diff --git a/usr.sbin/digictl/digictl.8 b/usr.sbin/digictl/digictl.8 index eab5463abf17..1636e6fca76a 100644 --- a/usr.sbin/digictl/digictl.8 +++ b/usr.sbin/digictl/digictl.8 @@ -70,7 +70,7 @@ If the driver has been compiled with defined, the following bits from the .Ar debug variable are used to enable diagnostics in the digiboard driver: -.Bl -tag -xwidth ".No 1024 ( Em MODEM )" +.Bl -tag -width ".No 1024 ( Em MODEM )" .It 1 ( Em INIT ) Diagnostics during card attach, detach and initialization. .It 2 ( Em OPEN )