]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bracket bug address with <> and append a period
authorJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 04:23:31 +0000 (04:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 04:23:31 +0000 (04:23 +0000)
login-utils/su.c

index 6c8a942fce3d8776863847ff2415bb4195f2de35..cc6e8d2ebee3e64ec5c11c2d53ae93f9671bd9de 100644 (file)
@@ -442,7 +442,7 @@ Change the effective user id and group id to that of USER.\n\
 \n\
 A mere - implies -l.   If USER not given, assume root.\n\
 "));
-      puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu"));
+      puts (_("\nReport bugs to <sh-utils-bugs@gnu.ai.mit.edu>."));
     }
   exit (status);
 }