tiny.han 801 B

12345678910111213141516171819202122232425
  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 = *," "
  5. delimiter = header,bottom
  6. # the command is on the first line. Define a line identifier for the
  7. # line
  8. line line1 = 1
  9. # the name of the command begins in column 3, and the length is variable,
  10. # so we define a field identifier from column 3 to the end of the word
  11. field command1 = line1,"",3,eow
  12. # the abstract will have a constant prefix
  13. constant preabs = "Man Pages for "
  14. abstract = fields preabs + command1
  15. # all keys must have an identifying character
  16. keychar = M
  17. key = command1
  18. # Provide date equiv to rlse date of original man pages
  19. constant datecons = "199411011101"
  20. date = datecons