]>
Commit | Line | Data |
---|---|---|
1 | --- _SB/Libc/locale/FreeBSD/setlocale.3 2004-11-25 11:38:19.000000000 -0800 | |
2 | +++ _SB/Libc/locale/FreeBSD/setlocale.3.edit 2006-06-28 16:55:51.000000000 -0700 | |
3 | @@ -46,7 +46,10 @@ | |
4 | .Sh SYNOPSIS | |
5 | .In locale.h | |
6 | .Ft char * | |
7 | -.Fn setlocale "int category" "const char *locale" | |
8 | +.Fo setlocale | |
9 | +.Fa "int category" | |
10 | +.Fa "const char *locale" | |
11 | +.Fc | |
12 | .Sh DESCRIPTION | |
13 | The | |
14 | .Fn setlocale | |
15 | @@ -105,14 +108,14 @@ | |
16 | function. | |
17 | .El | |
18 | .Pp | |
19 | -Only three locales are defined by default, | |
20 | +Only three locales are defined by default: | |
21 | the empty string | |
22 | .Li "\&""\|"" | |
23 | -which denotes the native environment, and the | |
24 | +(which denotes the native environment) and the | |
25 | .Li "\&""C"" | |
26 | and | |
27 | .Li "\&""POSIX"" | |
28 | -locales, which denote the C language environment. | |
29 | +locales (which denote the C-language environment). | |
30 | A | |
31 | .Fa locale | |
32 | argument of |