From 1e166133b521f81c749815926e935dc6545ba242 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Dec 1996 14:08:26 +0000 Subject: Slightly improve the wording of a ``not yet there'' message. --- usr.sbin/sysinstall/user.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/sysinstall/user.c') diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c index e87ac7c..c2d82cf 100644 --- a/usr.sbin/sysinstall/user.c +++ b/usr.sbin/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id$ + * $Id: user.c,v 1.1 1996/12/09 06:02:33 jkh Exp $ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. @@ -204,7 +204,8 @@ verifyGroupSettings(void) return 0; } #ifndef notyet /* XXX */ - feepout("Sorry, this feature is currently not yet implemented.\n"); + feepout("Sorry, the group member list feature\n" + "is currently not yet implemented."); return 0; #endif } -- cgit v1.1