diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-08 15:14:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-08 15:14:24 +0000 |
| commit | 5f668f21b41a742d6713e3ec674ecef22707ea0c (patch) | |
| tree | 23aa67d27cf8c11dd5a29cd10785ff00d82d6e76 /usr.bin/colldef/colldef.1 | |
| parent | 9730d1dcf904de2bcf2c69ac663fb2712a778481 (diff) | |
Notes
Diffstat (limited to 'usr.bin/colldef/colldef.1')
| -rw-r--r-- | usr.bin/colldef/colldef.1 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index f36d0b4cc3ce..bfa18f85b1b3 100644 --- a/usr.bin/colldef/colldef.1 +++ b/usr.bin/colldef/colldef.1 @@ -32,7 +32,7 @@ .Nm colldef .Nd convert collation sequence source definition .Sh SYNOPSIS -.Nm colldef +.Nm .Op Fl I Ar map_dir .Op Fl o Ar out_file .Op Ar filename @@ -123,12 +123,11 @@ names are separated from their values by TAB or SPACE characters. symbol-value can be specified in a hexadecimal (\ex\fI??\fR) or octal (\e\fI???\fR) representation, and can be only one character in length. -.Pp +.Bd -literal .Ar symbol-name1 symbol-value1 -.br .Ar symbol-name2 symbol-value2 -.br .Ar ... +.Ed .Pp The .Ar charmap @@ -240,13 +239,15 @@ The backslash character is used for continuation. In this case, no characters are permitted after the backslash character. -.Sh EXIT STATUS +.Sh DIAGNOSTICS .Nm Colldef exits with the following values: -.Ar 0 -No errors were found and the output was successfully created. -.Ar !=0 +.Bl -tag -width indent +.It Li 0 +No errors were found and the output was successfully created. +.It Li !=0 Errors were found. +.El .Sh FILES .Ar /usr/share/locale/<language>/LC_COLLATE standard shared location for collation orders |
