diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2001-01-14 08:41:19 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2001-01-14 08:41:19 +0000 |
| commit | 120bc356b8c1831558e258f5b55ccdf4358427f1 (patch) | |
| tree | 18bf0e84162941905bb8d7ee83f9b5720fa861ca | |
| parent | 902beb5fb99323c4cf3eaa2f0a4e9a9fb1f7f24a (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pw/pw_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 7fbf51b14e85..058009196c98 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -115,7 +115,7 @@ static char const *comments[_UC_FIELDS] = "\n# Log add/change/remove information in this file\n", "\n# Root directory in which $HOME directory is created\n", "\n# Colon separated list of directories containing valid shells\n", - "\n# Space separated list of available shells (without paths)\n", + "\n# Comma separated list of available shells (without paths)\n", "\n# Default shell (without path)\n", "\n# Default group (leave blank for new group per user)\n", "\n# Extra groups for new users\n", |
