cleanup-info.8 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .TH cleanup\-info 8 "2006-02-28" "Debian Project" "dpkg utilities"
  2. .SH NAME
  3. cleanup\-info - clean up the mess that bogus install-info may have done
  4. .
  5. .SH SYNOPSIS
  6. .B cleanup\-info
  7. [\fB\-\-help\fP] [\fB\-\-unsafe\fP] [\fB\-\-version\fP] [\fB\-\-\fP]
  8. [\fI<dirname>\fP]
  9. .
  10. .SH DESCRIPTION
  11. .B cleanup\-info
  12. is a Perl script that tries to clean up the mess that bogus install\-info may
  13. have done. It gathers all sections with the same heading into a single one.
  14. It tries to be smart about cases and trailing colon/spaces.
  15. .br
  16. Other clean-ups include removing of empty sections, and squeezing the blank
  17. lines (in entries part only).
  18. .sp
  19. Order of sections is preserved (the first encountered section counts).
  20. Order of entries within a section is preserved.
  21. .sp
  22. Please be \fBextremely careful\fP when using this utility - it might
  23. not be 100% safe. cleanup\-info tries to be careful with your info dir
  24. file, but only until it writes it. You should back the file up prior
  25. to using this.
  26. .
  27. .SH OPTIONS
  28. .TP
  29. .B \-\-help
  30. Output the help screen and exit successfully.
  31. .TP
  32. .B \-\-unsafe
  33. Set some additional possibly useful options.
  34. .br
  35. .B "Warning: the `\-\-unsafe' option may garble an otherwise correct file!"
  36. .TP
  37. .B \-\-version
  38. Output version and exit successfully.
  39. .
  40. .SH FILES
  41. .TP
  42. .IR /usr/info/dir " or " <dirname>/dir
  43. The info directory file. The lock file is named the same, with ".lock" suffix.
  44. .
  45. .SH BUGS
  46. Probably many.
  47. .
  48. .SH SEE ALSO
  49. .BR install\-info (8),
  50. .BR info (1).
  51. .SH AUTHOR
  52. Copyright (C) 1996 Kim-Minh Kaplan.
  53. .sp
  54. This is free software; see the GNU General Public Licence
  55. version 2 or later for copying conditions. There is NO warranty.