aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2011-12-31man/*: formatting cleanupDavid Bremner
Fix some problems with indentation (controlled by markup) and whitespace. - notmuch.1: reformat Use .SS macro to make "notmuch setup" a subsection. Introduce another subsection for the remaining commands. - notmuch-config.1: reformat Put all the syntax in the synopsis. Supposedly this is the the UNIX way. - notmuch-reply.1: fix formatting issues. Give nicer formatting for synopsis. Insert missing SEE ALSO header. - notmuch-dump.1: reformat using subsections These seems more natural, although, as mentioned, it does require referring back to the synopsis. Or maybe copying parts of the synopsis
2011-12-31man: add symlinks for notmuch-restore.1 and notmuch-setup.1David Bremner
These are just for the convenience of testers using $src/man as an element of MANPATH. They are intentionally omitted from MAN1, so that they do not interfere with the install.
2011-12-31remove notmuch-part from documentation.David Bremner
This should have been done when "notmuch part" was deprecated and replaced by notmuch show --part, but it slipped through the cracks.
2011-12-31initial splitting of notmuch.1David Bremner
We mostly just cut and paste the command descriptions into individual files, with a short header added to each one. The splitting into subdirectories is to support the use of ./man as an element in MANPATH, e.g. for testing.