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 39 40 41 42 43 44 45 46 47 48 49 50
|
--- /dev/null Tue Jul 21 02:45:36 1998
+++ polish.5 Sat Apr 10 23:07:59 1999
@@ -0,0 +1,47 @@
+.TH WORDS 5 "29 Sept 1998" "Linux" "Linux Programmers Manual"
+.SH NAME
+polish \- a list of Polish words
+.SH DESCRIPTION
+.B /usr/share/dict/polish
+is an ASCII file which contains an alphabetic list of words, one per
+line.
+.SH FILES
+.I /etc/alternatives/dictionary
+is a symbolic link to a
+.I /usr/share/dict/<language>
+file.
+.I /usr/share/dict/words
+is a symbolic link to
+.IR /etc/alternatives/dictionary ,
+and is the name by which other software should refer to the
+system word list.
+See
+.BR update-alternatives (8)
+for more information.
+.PP
+The directory
+.I /usr/share/dict
+can contain word lists for many languages, with name of the language
+in English, e.g.,
+.I /usr/share/dict/french
+and
+.I /usr/share/dict/danish
+contain respectively lists of French and Danish words if they exist.
+Such lists should be coded using the ISO 8859-1 character set encoding.
+.SH "SEE ALSO"
+.BR ispell (1),
+.BR update-alternatives (8),
+and the
+.I Filesystem Hierarchy
+.IR Standard .
+.SH HISTORY
+The words lists are not specific, and may be generated from any number
+of sources.
+.PP
+The system word list used to be
+.IR /usr/dict/words .
+For compatibility, software should check that location if
+.I /usr/share/dict/words
+does not exist.
+.SH AUTHOR
+Word lists are collected and maintained by various authors.
|