diff options
| author | Peter Hawkins <thepish@FreeBSD.org> | 1998-08-14 03:47:38 +0000 |
|---|---|---|
| committer | Peter Hawkins <thepish@FreeBSD.org> | 1998-08-14 03:47:38 +0000 |
| commit | 0914b0d220b0ca7e77e37df88e2ad176e64daeea (patch) | |
| tree | 9121315bc5d95c8fdb616c02ffd3f67bb852c404 /usr.bin | |
| parent | 19ae8d1e564495b3944adbfae866ba14aaf70a50 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/chpass/chpass.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 83a0c2668441..c810f9bffcad 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" $Id: chpass.1,v 1.9 1997/06/25 06:59:54 charnier Exp $ +.\" $Id: chpass.1,v 1.7.2.4 1998/08/14 03:38:01 thepish Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 @@ -79,7 +79,7 @@ option attempts to change the user's shell to .Pp Possible display items are as follows: .Pp -.Bl -tag -width "Home Directory:" -compact -offset indent +.Bl -tag -width "Other Information:" -compact -offset indent .It Login: user's login name .It Password: @@ -106,6 +106,8 @@ user's normal location user's home phone .It Office Phone: user's office phone +.It Other Information: +any locally defined parameters for user .El .Pp The @@ -184,13 +186,15 @@ shell. Non-standard is defined as a shell not found in .Pa /etc/shells . .Pp -The last four fields are for storing the user's +The last five fields are for storing the user's .Ar full name , office location , -and .Ar work and .Ar home telephone -numbers. +numbers and finally +.Ar other information +which is a single comma delimited string to represent any additional +gcos fields (typically used for site specific user information). .Pp Once the information has been verified, .Nm chpass |
