diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-25 20:50:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-06-25 20:50:06 +0000 |
commit | ecffe71379ed7d0e695f16be47fb512a0dc4883c (patch) | |
tree | 784b17b209ee0511fe815be2903f707784b2ae31 /lib/libc/locale | |
parent | b363588c6260aeab6446505039c27e2271f7195f (diff) | |
download | src-ecffe71379ed7d0e695f16be47fb512a0dc4883c.tar.gz src-ecffe71379ed7d0e695f16be47fb512a0dc4883c.zip |
Describe success return value
Notes
Notes:
svn path=/head/; revision=78775
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/setlocale.3 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 6a31723e975b..2d71bf018f73 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -259,6 +259,12 @@ A .Dv CHAR_MAX result similarly denotes an unavailable value. .Sh "RETURN VALUES +Upon successfull completion +.Fn setlocale +function returns the string associated with the specified +.Fa category +for the requested +.Fa locale. The .Fn setlocale function returns |