projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fcc126
)
* src/sort.c (usage): Add angle brackets to make `Report bugs...'
author
Jim Meyering
<jim@meyering.net>
Thu, 30 Jul 1998 12:13:39 +0000
(12:13 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 30 Jul 1998 12:13:39 +0000
(12:13 +0000)
message consistent with all the rest.
src/sort.c
patch
|
blob
|
history
diff --git
a/src/sort.c
b/src/sort.c
index bbc0606c464cccd67a43c407c9aebf36e597afcc..c9882313de1c18be43c438cb1f92006144ff9f25 100644
(file)
--- a/
src/sort.c
+++ b/
src/sort.c
@@
-307,7
+307,7
@@
for that key. If no key given, use the entire line as key. With no\n\
FILE, or when FILE is -, read standard input.\n\
")
, DEFAULT_TMPDIR);
- puts (_("\nReport bugs to
textutils-bugs@gnu.org
"));
+ puts (_("\nReport bugs to
<textutils-bugs@gnu.org>.
"));
}
/* Don't use EXIT_FAILURE here in case it is defined to be 1.
POSIX requires that sort return 1 IFF invoked with -c and