summaryrefslogtreecommitdiff
path: root/libc/manual
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-05-18 00:51:47 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-05-18 00:51:47 +0000
commiteab7f6089510455a9b26643c64da331749a15650 (patch)
treee069c5f33da7c0cffbb68f47ec07b1b10b6789e4 /libc/manual
parentf9b341f7c8c64a0df8707b3cf29b425a25a52d12 (diff)
downloadeglibc2-eab7f6089510455a9b26643c64da331749a15650.tar.gz
Merge changes between r22954 and r23097 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@23098 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual')
-rw-r--r--libc/manual/message.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/manual/message.texi b/libc/manual/message.texi
index ea5e1a132..bb5b11bc6 100644
--- a/libc/manual/message.texi
+++ b/libc/manual/message.texi
@@ -2,9 +2,9 @@
@c %MENU% How to make the program speak the user's language
@chapter Message Translation
-The program's interface with the human should be designed in a way to
-ease the human the task. One of the possibilities is to use messages in
-whatever language the user prefers.
+The program's interface with the user should be designed to ease the user's
+task. One way to ease the user's task is to use messages in whatever
+language the user prefers.
Printing messages in different languages can be implemented in different
ways. One could add all the different languages in the source code and
@@ -40,7 +40,7 @@ map a given key to the translated message
@end itemize
The two approaches mainly differ in the implementation of this last
-step. The design decisions made for this influences the whole rest.
+step. Decisions made in the last step influence the rest of the design.
@menu
* Message catalogs a la X/Open:: The @code{catgets} family of functions.