Deleted Added
sdiff udiff text old ( 104711 ) new ( 104828 )
full compact
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Donn Seeley at BSDI.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)setlocale.3 8.1 (Berkeley) 6/9/93
36.\" $FreeBSD: head/lib/libc/locale/setlocale.3 104711 2002-10-09 09:19:28Z tjr $
37.\"
38.Dd October 5, 2002
39.Dt SETLOCALE 3
40.Os
41.Sh NAME
42.Nm setlocale ,
43.Nm localeconv
44.Nd natural language formatting for C

--- 284 unchanged lines hidden (view full) ---

329.Xr catopen 3 ,
330.Xr ctype 3 ,
331.Xr mbrune 3 ,
332.Xr multibyte 3 ,
333.Xr rune 3 ,
334.Xr strcoll 3 ,
335.Xr strxfrm 3 ,
336.Xr euc 4 ,
337.Xr utf2 4
338.Sh STANDARDS
339The
340.Fn setlocale
341and
342.Fn localeconv
343functions conform to
344.St -isoC-99 .
345.Sh HISTORY
346The
347.Fn setlocale
348and
349.Fn localeconv
350functions first appeared in
351.Bx 4.4 .