Deleted Added
full compact
colldef.1 (68575) colldef.1 (68854)
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 68575 2000-11-10 17:46:15Z ru $
26.\" $FreeBSD: head/usr.bin/colldef/colldef.1 68854 2000-11-17 11:44:16Z ru $
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

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

234are assigned the same primary ordering only.
235.El
236.Pp
237The backslash character
238.Ar \e
239is used for continuation.
240In this case, no characters are permitted
241after the backslash character.
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

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

234are assigned the same primary ordering only.
235.El
236.Pp
237The backslash character
238.Ar \e
239is used for continuation.
240In this case, no characters are permitted
241after the backslash character.
242.Sh EXIT STATUS
242.Sh DIAGNOSTICS
243.Nm Colldef
244exits with the following values:
243.Nm Colldef
244exits with the following values:
245.Ar 0
246No errors were found and the output was successfully created.
247.Ar !=0
245.Bl -tag -width indent
246.It Li 0
247No errors were found and the output was successfully created.
248.It Li !=0
248Errors were found.
249Errors were found.
250.El
249.Sh FILES
250.Ar /usr/share/locale/<language>/LC_COLLATE
251standard shared location for collation orders
252under the locale locale
253.Sh SEE ALSO
254.Xr mklocale 1 ,
255.Xr setlocale 3 ,
256.Xr strcoll 3 ,
257.Xr strxfrm 3
251.Sh FILES
252.Ar /usr/share/locale/<language>/LC_COLLATE
253standard shared location for collation orders
254under the locale locale
255.Sh SEE ALSO
256.Xr mklocale 1 ,
257.Xr setlocale 3 ,
258.Xr strcoll 3 ,
259.Xr strxfrm 3