Deleted Added
full compact
mklocale.1 (131491) mklocale.1 (131507)
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Paul Borman at Krystal Technologies.
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.\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94
1.\" Copyright (c) 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Paul Borman at Krystal Technologies.
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.\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94
36.\" $FreeBSD: head/usr.bin/mklocale/mklocale.1 131491 2004-07-02 22:22:35Z ru $
36.\" $FreeBSD: head/usr.bin/mklocale/mklocale.1 131507 2004-07-03 00:24:45Z ru $
37.\"
38.Dd November 8, 2003
39.Dt MKLOCALE 1
40.Os
41.Sh NAME
42.Nm mklocale
43.Nd make LC_CTYPE locale files
44.Sh SYNOPSIS

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

222.It Dv MAPUPPER
223Defines the toupper mappings.
224.Dv RUNE2
225is the upper case representation of
226.Dv RUNE1 .
227.It Dv TODIGIT
228Defines a map from runes to their digit value.
229.Dv RUNE2
37.\"
38.Dd November 8, 2003
39.Dt MKLOCALE 1
40.Os
41.Sh NAME
42.Nm mklocale
43.Nd make LC_CTYPE locale files
44.Sh SYNOPSIS

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

222.It Dv MAPUPPER
223Defines the toupper mappings.
224.Dv RUNE2
225is the upper case representation of
226.Dv RUNE1 .
227.It Dv TODIGIT
228Defines a map from runes to their digit value.
229.Dv RUNE2
230is the integer value represented by
230is the integer value represented by
231.Dv RUNE1 .
232For example, the ASCII character
233.Ql 0
234would map to the decimal value 0.
235Only values up to 255
236are allowed.
237.El
238.Pp

--- 76 unchanged lines hidden ---
231.Dv RUNE1 .
232For example, the ASCII character
233.Ql 0
234would map to the decimal value 0.
235Only values up to 255
236are allowed.
237.El
238.Pp

--- 76 unchanged lines hidden ---