From fc308a54914bde69d872c0a560da57fc3a057854 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 18 Dec 2000 01:35:56 +0000 Subject: [PATCH] Make the comment generated in /etc/pw.conf match reality PR: misc/23451 Submitted by: Ben Rosengart, ben@narcissus.net --- usr.sbin/pw/pw_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 7fbf51b14e8..058009196c9 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",