forked from cheusov/dictd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdictfmt_index2suffix.1.in
38 lines (38 loc) · 1.08 KB
/
dictfmt_index2suffix.1.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH DICTFMT_INDEX2SUFFIX 1 "January 23, 2003" "LINUX" "Linux User's Manaul"
.SH NAME
dictfmt_index2suffix \- Creates a .suffix file from a
.B DICTD
database .index file
.SH SYNOPSIS
.B dictfmt_index2suffix
.I [OPTIONS]
.B [index_file]
.SH DESCRIPTION
.B dictfmt_index2suffix
creates a suffix index file on stdout for the index file given on stdin or
the command line. A suffix index file is the same as
the .index file except the characters in the headwords are reversed. A
suffix index file is normally named <basename>.suffix, but this is not
mandatory as long as the proper name is used in the
.B dictd
configuration file.
.SH OPTIONS
.TP
.B --help
displays a usage message and exits
.TP
.BI --locale " locale"
use locale for sorting the .suffix file. If this option is omitted,
the default locale "C" is used.
.TP
.B index_file
the .index file to be converted.
.SH AUTHOR
.B dictfmt_index2suffix
was written by Aleksey Cheusov <[email protected]>.
.br
This manual page was written by Robert D. Hilliard <[email protected]>.
.SH "SEE ALSO"
.BR dictd (8),
.BR dictfmt (1),
.BR dictfmt_index2word (1)