diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 08:32:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 08:32:16 +0000 |
commit | 59c757f559f3f6e379677559f75f06acefcc5e61 (patch) | |
tree | bffc04ea780c12ffee5722301f8249a63e30a17a /usr.sbin/user/useradd.8 | |
parent | 94a3aeb818eabf1912f81edaa7d7135693ef6e9e (diff) |
clarify that user's full name (not username) generally goes in GECOS;
from Jeff Ross.
Diffstat (limited to 'usr.sbin/user/useradd.8')
-rw-r--r-- | usr.sbin/user/useradd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index 027abffe2b8..cfbd2593ea6 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.17 2003/06/15 06:40:15 jmc Exp $ +.\" $OpenBSD: useradd.8,v 1.18 2003/09/04 08:32:15 jmc Exp $ .\" $NetBSD: useradd.8,v 1.26 2003/02/25 10:36:21 wiz Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -178,7 +178,7 @@ option be specified. .It Fl c Ar comment is the comment field (also, for historical reasons known as the GECOS field) which will be added for the user, and typically will include -the username, and, perhaps, contact information for the user. +the user's full name, and, perhaps, contact information for the user. .It Fl d Ar home-directory is the home directory which will be created and populated for the user, should the -m option be specified. |