summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2000-12-18 01:35:56 +0000
committerDoug Barton <dougb@FreeBSD.org>2000-12-18 01:35:56 +0000
commitcdd8b5ecc009757429996294bef19ad8797e9972 (patch)
treedd332a0c76945677edd3669bfcdfea938fcadbb8 /pw/pw_conf.c
parent4dbf59b1474960e1f74f5f236e5a301b1584d38c (diff)
downloadpw-darwin-cdd8b5ecc009757429996294bef19ad8797e9972.tar.gz
pw-darwin-cdd8b5ecc009757429996294bef19ad8797e9972.tar.zst
pw-darwin-cdd8b5ecc009757429996294bef19ad8797e9972.zip
Make the comment generated in /etc/pw.conf match reality
PR: misc/23451 Submitted by: Ben Rosengart, ben@narcissus.net
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index 7fbf51b..0580091 100644
--- a/pw/pw_conf.c
+++ b/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",