Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtSearch / tiny.han
1 # all records are delimited by ^L
2 #  define a line with that description, and declare it to be the delimiter
3 # (Note that there is a real Ctrl-L between the quotes in the line below).
4 line header = *,"\f"
5 delimiter = header,bottom
6
7 # the command is on the first line.  Define a line identifier for the 
8 #  line
9 line line1 = 1
10
11 # the name of the command begins in column 3, and the length is variable,
12 #  so we define a field identifier from column 3 to the end of the word
13 field command1 = line1,"",3,eow
14
15 # the abstract will have a constant prefix
16 constant preabs = "Man Pages for "
17 abstract = fields preabs + command1
18
19 # all keys must have an identifying character
20 keychar = M
21 key = command1
22
23 # Provide date equiv to rlse date of original man pages
24 constant datecons = "199411011101"
25 date = datecons