From 32c075e1f01849e161724bbd400ba77244e482cc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:33:18 +0000 Subject: . --- nis/nis_print_group_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nis/nis_print_group_entry.c') diff --git a/nis/nis_print_group_entry.c b/nis/nis_print_group_entry.c index 11680ae7dc..91e6399b90 100644 --- a/nis/nis_print_group_entry.c +++ b/nis/nis_print_group_entry.c @@ -162,7 +162,7 @@ nis_print_group_entry (const_nis_name group) fputs (_(" No implicit nonmembers\n"), stdout); if (nomem_rec_cnt) { - fputs (_(" Recursive nonmembers:\n"), stdout); + fputs (_(" Explicit nonmembers:\n"), stdout); for (i = 0; i < nomem_rec_cnt; ++i) printf ("\t%s=n", &nomem_rec[i][2]); } -- cgit v1.2.3