]> arthur.barton.de Git - bup.git/commit
adjust .md files to make lexgrog happy
authorJon Dowland <jmtd@debian.org>
Wed, 28 Apr 2010 14:41:05 +0000 (15:41 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 28 Apr 2010 18:17:33 +0000 (14:17 -0400)
commit17aacd6cf4b749e189e1f869daa98d0ffef9dc7d
treea16c379dfc9804ea571a87648d37b33aa749caa3
parent5726c086ca3e4c0abeeae1962eee41b3db93e32d
adjust .md files to make lexgrog happy

the whatis(1) tool cannot parse the bup manpages, because there
are two words before the '-' separator. This patch joins the words
using another '-', in the same fashion as git, to overcome this
limitation.

Before:

$ whatis bup fuse
bup (1)              - Backup program using rolling checksums and git file fo...
fuse: nothing appropriate.
$ whatis bup-fuse
bup-fuse: nothing appropriate.

After:

$ whatis bup-fuse
bup-fuse (1)         - mount a bup repository as a filesystem

Signed-off-by: Jon Dowland <jmtd@debian.org>
19 files changed:
Documentation/bup-damage.1.md
Documentation/bup-drecurse.1.md
Documentation/bup-fsck.1.md
Documentation/bup-ftp.1.md
Documentation/bup-fuse.1.md
Documentation/bup-help.1.md
Documentation/bup-index.1.md
Documentation/bup-init.1.md
Documentation/bup-join.1.md
Documentation/bup-ls.1.md
Documentation/bup-margin.1.md
Documentation/bup-memtest.1.md
Documentation/bup-midx.1.md
Documentation/bup-newliner.1.md
Documentation/bup-random.1.md
Documentation/bup-save.1.md
Documentation/bup-server.1.md
Documentation/bup-split.1.md
Documentation/bup-tick.1.md