diff options
Diffstat (limited to 'usr.sbin/user')
-rw-r--r-- | usr.sbin/user/useradd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/user/usermod.8 | 4 |
2 files changed, 4 insertions, 4 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. diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8 index 5d166391d4f..82ec182cfd8 100644 --- a/usr.sbin/user/usermod.8 +++ b/usr.sbin/user/usermod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usermod.8,v 1.15 2003/06/15 06:40:15 jmc Exp $ +.\" $OpenBSD: usermod.8,v 1.16 2003/09/04 08:32:15 jmc Exp $ .\" $NetBSD: usermod.8,v 1.17 2003/02/14 16:11:37 grant Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -77,7 +77,7 @@ file. .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 sets the home directory to .Ar home-directory |