summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-03 09:47:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-03 09:47:22 +0000
commitdbda2cff9602b11ab040fd66449e34d79a9ea682 (patch)
treef44ea0e25ae2d31e5e5f041e14ed94b9d63d303b /share
parente7524e9e672ee1dd02e105cc58d20144d27a2eb0 (diff)
use .Bl for gecos info; lukem
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/passwd.516
1 files changed, 10 insertions, 6 deletions
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 5c7b2460dbe..c850ff76269 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -138,12 +138,16 @@ The
.Ar gecos
field normally contains comma (``,'') separated subfields as follows:
.Pp
-.Bd -unfilled -offset indent
-name user's full name
-office user's office number
-wphone user's work phone number
-hphone user's home phone number
-.Ed
+.Bl -tag -width office -offset indent -compact
+.It name
+user's full name
+.It office
+user's office number
+.It wphone
+user's work phone number
+.It hphone
+user's home phone number
+.El
.Pp
This information is used by the
.Xr finger 1