Deleted Added
full compact
colldef.1 (95124) colldef.1 (102299)
1.\" Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua>
2.\" at Electronni Visti IA, Kiev, Ukraine.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 1995 Alex Tatmanjants <alex@elvisti.kiev.ua>
2.\" at Electronni Visti IA, Kiev, Ukraine.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/usr.bin/colldef/colldef.1 95124 2002-04-20 12:18:28Z charnier $
26.\" $FreeBSD: head/usr.bin/colldef/colldef.1 102299 2002-08-23 04:18:26Z ache $
27.\"
28.Dd January 27, 1995
29.Dt COLLDEF 1
30.Os
31.Sh NAME
32.Nm colldef
33.Nd convert collation sequence source definition
34.Sh SYNOPSIS

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

170ways:
171.Bl -bullet
172.It
173The symbol itself (for example,
174.Ar a
175for the lower-case letter
176.Ar a )
177.It
27.\"
28.Dd January 27, 1995
29.Dt COLLDEF 1
30.Os
31.Sh NAME
32.Nm colldef
33.Nd convert collation sequence source definition
34.Sh SYNOPSIS

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

170ways:
171.Bl -bullet
172.It
173The symbol itself (for example,
174.Ar a
175for the lower-case letter
176.Ar a )
177.It
178The symbol chain (for example,
179.Ar abc )
180.It
181In octal representation (for example,
178The symbol in octal representation (for example,
182.Ar \e141
183for the letter
184.Ar a )
185.It
179.Ar \e141
180for the letter
181.Ar a )
182.It
186In hexadecimal representation (for example,
183The symbol in hexadecimal representation (for example,
187.Ar \ex61
188for the letter
189.Ar a )
190.It
191The symbol name as defined in the
192.Ar charmap
193file (for example,
184.Ar \ex61
185for the letter
186.Ar a )
187.It
188The symbol name as defined in the
189.Ar charmap
190file (for example,
194.Ar <abc>
191.Ar <letterA>
195for
192for
196.Ar abc \e023
193.Ar letterA \e023
197record in
198.Ar charmapfile ) .
199If character map name have
200.Ar >
201character, it must be escaped as
202.Ar /> ,
203single
204.Ar /

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

209.Ar \ea ,
210.Ar \eb ,
211.Ar \ef ,
212.Ar \en ,
213.Ar \er ,
214.Ar \ev
215are permitted in its usual C-language meaning
216.It
194record in
195.Ar charmapfile ) .
196If character map name have
197.Ar >
198character, it must be escaped as
199.Ar /> ,
200single
201.Ar /

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

206.Ar \ea ,
207.Ar \eb ,
208.Ar \ef ,
209.Ar \en ,
210.Ar \er ,
211.Ar \ev
212are permitted in its usual C-language meaning
213.It
214The symbol chain (for example:
215.Ar abc ,
216.Ar <letterA><letterB> ,
217.Ar \exf1\exf2 )
218.It
217The symbol range (for example,
218.Ar a;...;z )
219.It
220Comma-separated symbols, ranges and chains enclosed in parenthesis (for example
221.Ar \&(
222.Ar sym1 ,
223.Ar sym2 ,
224.Ar ...

--- 38 unchanged lines hidden ---
219The symbol range (for example,
220.Ar a;...;z )
221.It
222Comma-separated symbols, ranges and chains enclosed in parenthesis (for example
223.Ar \&(
224.Ar sym1 ,
225.Ar sym2 ,
226.Ar ...

--- 38 unchanged lines hidden ---