From fb844405b161f8c9ef77af7f465f247d515d7329 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 7 Mar 2014 11:53:09 +0100 Subject: [PATCH] locale.7: wfix Signed-off-by: Michael Kerrisk --- man7/locale.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man7/locale.7 b/man7/locale.7 index b51807ca3..65a895584 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -83,7 +83,7 @@ or .BR wctomb (3). .TP .B LC_MONETARY -changes the information returned by +This changes the information returned by .BR localeconv (3) which describes the way numbers are usually printed, with details such as decimal point versus decimal comma. @@ -92,7 +92,7 @@ used by the function .BR strfmon (3). .TP .B LC_MESSAGES -changes the language messages are displayed in and what an affirmative or +This changes the language messages are displayed in and what an affirmative or negative answer looks like. The GNU C-library contains the .BR gettext (3), @@ -108,7 +108,7 @@ if the category is set to a valid locale other than .BR """C""" . .TP .B LC_NUMERIC -changes the information used by the +This changes the information used by the .BR printf (3) and .BR scanf (3) @@ -118,7 +118,7 @@ This information can also be read with the function. .TP .B LC_TIME -changes the behavior of the +This changes the behavior of the .BR strftime (3) function to display the current time in a locally acceptable form; for example, most of Europe uses a 24-hour clock versus the