diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-04 10:53:15 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-04 10:53:15 +0000 |
| commit | f80eb0cb149efd77490eb3d048e17c299d795b77 (patch) | |
| tree | 75a8890d6601ed417c95534db77edf8218265b18 | |
| parent | 3d1455a39d290169032e3a91367342b2df061810 (diff) | |
Notes
| -rw-r--r-- | lib/libc/locale/setlocale.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 2d71bf018f73..5c1659a3ce52 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -258,13 +258,13 @@ a value that is not in the current locale. A .Dv CHAR_MAX result similarly denotes an unavailable value. -.Sh "RETURN VALUES -Upon successfull completion +.Sh RETURN VALUES +Upon successful completion, .Fn setlocale -function returns the string associated with the specified +returns the string associated with the specified .Fa category for the requested -.Fa locale. +.Fa locale . The .Fn setlocale function returns @@ -291,7 +291,7 @@ locale file for the locale and the category .Em category . .El -.Sh "SEE ALSO +.Sh SEE ALSO .Xr colldef 1 , .Xr mklocale 1 , .Xr catopen 3 , |
