diff options
Diffstat (limited to 'man3/setlocale.3')
-rw-r--r-- | man3/setlocale.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/setlocale.3 b/man3/setlocale.3 index 4ebadb0a..319c7421 100644 --- a/man3/setlocale.3 +++ b/man3/setlocale.3 @@ -80,7 +80,7 @@ required setting of .IR category . Such a string is either a well-known constant like "C" or "da_DK" (see below), or an opaque string that was returned by another call of -.BR setlocale . +.BR setlocale (). .PP If .I locale @@ -103,7 +103,7 @@ and finally the environment variable LANG. The first existing environment variable is used. If its value is not a valid locale specification, the locale is unchanged, and -.B setlocale +.BR setlocale () returns NULL. .\" The environment variable LANGUAGE may contain several, colon-separated, .\" locale names. |