diff options
author | ru <ru@FreeBSD.org> | 2001-07-13 09:09:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-07-13 09:09:52 +0000 |
commit | 5001e16d304f1dc48eee48271fff50e06d0033ab (patch) | |
tree | 0a98eeb48574a1566a9735f523683d6de46e4f74 /lib/libpam/modules/pam_unix/pam_unix.8 | |
parent | 197e331e58c818f571d204fcb7ee9cbf870d83fd (diff) | |
download | FreeBSD-src-5001e16d304f1dc48eee48271fff50e06d0033ab.zip FreeBSD-src-5001e16d304f1dc48eee48271fff50e06d0033ab.tar.gz |
mdoc(7) police: -xwidth has been fold into -width.
Diffstat (limited to 'lib/libpam/modules/pam_unix/pam_unix.8')
-rw-r--r-- | lib/libpam/modules/pam_unix/pam_unix.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpam/modules/pam_unix/pam_unix.8 b/lib/libpam/modules/pam_unix/pam_unix.8 index 07a637f..c1fd295 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 |