Commit graph

5 commits

Author SHA1 Message Date
rillig
8ba3dc01c0 - Don't use the .pkglist cache anymore, as the cache is quite cheap to
regenerate. This change makes printdepends and printindex more
  independent, because before this change, printindex could use the
  cache provided by printdepends, but not the other way round.

- Fixed the section "Sanity checks, part 2" by allowing newline
  characters in the list of packages from which the index is built.
  This bug just hasn't been noticed because the list taken from the
  cache did not have newlines at all.

  The '-' character is not included in the $allowed variable because it
  is handled specially and differently by sh(1) and tr(1).

- Updated the printindex man page.
2005-11-28 01:14:35 +00:00
rillig
36386eb147 Put literal strings into .Ql quotes. 2005-11-20 15:46:48 +00:00
wiz
493edd5bb5 Macro usage fixes, use more macros, grammar improvement. 2005-11-20 01:44:32 +00:00
rillig
c192f7204c Fixed the documentation in the DIAGNOSTICS section. 2005-11-19 11:19:57 +00:00
rillig
1616b1c475 - Moved the "man page" comment into a real man page.
- Added more sanity checks.
2005-11-19 10:55:45 +00:00