From 54abd850106b7c1d65da6dbd7683cb48f52935fd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 7 Oct 1997 23:53:10 +0000 Subject: [PATCH] update bug-reporting address --- old/fileutils/ChangeLog | 4 ++++ src/chgrp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 20df53484a..bebb4fbf84 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +1997-10-07 Jim Meyering + + * src/*.c: Update bug-reporting address. + 1997-10-06 Jim Meyering * src/install.c (usage): Add a line describing --verbose. diff --git a/src/chgrp.c b/src/chgrp.c index 9a20e8b71e..801f5ad18b 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -319,7 +319,7 @@ Change the group membership of each FILE to GROUP.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } -- 2.47.3