From: Jon Dowland Date: Wed, 28 Apr 2010 14:41:05 +0000 (+0100) Subject: adjust .md files to make lexgrog happy X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=17aacd6cf4b749e189e1f869daa98d0ffef9dc7d;p=packages%2Fb%2Fbup.git 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 --- diff --git a/Documentation/bup-damage.1.md b/Documentation/bup-damage.1.md index 7d604d8..868902d 100644 --- a/Documentation/bup-damage.1.md +++ b/Documentation/bup-damage.1.md @@ -4,7 +4,7 @@ # NAME -bup damage - randomly destroy blocks of a file +bup-damage - randomly destroy blocks of a file # SYNOPSIS diff --git a/Documentation/bup-drecurse.1.md b/Documentation/bup-drecurse.1.md index 118d5fa..13db28d 100644 --- a/Documentation/bup-drecurse.1.md +++ b/Documentation/bup-drecurse.1.md @@ -4,7 +4,7 @@ # NAME -bup drecurse - recursively list files in your filesystem +bup-drecurse - recursively list files in your filesystem # SYNOPSIS diff --git a/Documentation/bup-fsck.1.md b/Documentation/bup-fsck.1.md index 90d837e..da3cfc5 100644 --- a/Documentation/bup-fsck.1.md +++ b/Documentation/bup-fsck.1.md @@ -4,7 +4,7 @@ # NAME -bup fsck - verify or repair a bup repository +bup-fsck - verify or repair a bup repository # SYNOPSIS diff --git a/Documentation/bup-ftp.1.md b/Documentation/bup-ftp.1.md index 835e452..ba11b48 100644 --- a/Documentation/bup-ftp.1.md +++ b/Documentation/bup-ftp.1.md @@ -4,7 +4,7 @@ # NAME -bup ftp - ftp-like client for navigating bup repositories +bup-ftp - ftp-like client for navigating bup repositories # SYNOPSIS diff --git a/Documentation/bup-fuse.1.md b/Documentation/bup-fuse.1.md index a32dd8d..25c23b4 100644 --- a/Documentation/bup-fuse.1.md +++ b/Documentation/bup-fuse.1.md @@ -4,7 +4,7 @@ # NAME -bup fuse - mount a bup repository as a filesystem +bup-fuse - mount a bup repository as a filesystem # SYNOPSIS diff --git a/Documentation/bup-help.1.md b/Documentation/bup-help.1.md index f9f29f0..9799279 100644 --- a/Documentation/bup-help.1.md +++ b/Documentation/bup-help.1.md @@ -4,7 +4,7 @@ # NAME -bup help - open the documentation for a given bup command +bup-help - open the documentation for a given bup command # SYNOPSIS diff --git a/Documentation/bup-index.1.md b/Documentation/bup-index.1.md index cb8b95e..9b72a00 100644 --- a/Documentation/bup-index.1.md +++ b/Documentation/bup-index.1.md @@ -4,7 +4,7 @@ # NAME -bup index - print and/or update the bup filesystem index +bup-index - print and/or update the bup filesystem index # SYNOPSIS diff --git a/Documentation/bup-init.1.md b/Documentation/bup-init.1.md index 6a5e205..d3e645b 100644 --- a/Documentation/bup-init.1.md +++ b/Documentation/bup-init.1.md @@ -4,7 +4,7 @@ # NAME -bup init - initialize a bup repository +bup-init - initialize a bup repository # SYNOPSIS diff --git a/Documentation/bup-join.1.md b/Documentation/bup-join.1.md index 68239a4..921b92f 100644 --- a/Documentation/bup-join.1.md +++ b/Documentation/bup-join.1.md @@ -4,7 +4,7 @@ # NAME -bup join - concatenate files from a bup repository +bup-join - concatenate files from a bup repository # SYNOPSIS diff --git a/Documentation/bup-ls.1.md b/Documentation/bup-ls.1.md index 361fe37..a838165 100644 --- a/Documentation/bup-ls.1.md +++ b/Documentation/bup-ls.1.md @@ -4,7 +4,7 @@ # NAME -bup ls - list the contents of a bup repository +bup-ls - list the contents of a bup repository # SYNOPSIS diff --git a/Documentation/bup-margin.1.md b/Documentation/bup-margin.1.md index 7547aee..042c182 100644 --- a/Documentation/bup-margin.1.md +++ b/Documentation/bup-margin.1.md @@ -4,7 +4,7 @@ # NAME -bup margin - figure out your deduplication safety margin +bup-margin - figure out your deduplication safety margin # SYNOPSIS diff --git a/Documentation/bup-memtest.1.md b/Documentation/bup-memtest.1.md index 6d81759..108a5a1 100644 --- a/Documentation/bup-memtest.1.md +++ b/Documentation/bup-memtest.1.md @@ -4,7 +4,7 @@ # NAME -bup memtest - test bup memory usage statistics +bup-memtest - test bup memory usage statistics # SYNOPSIS diff --git a/Documentation/bup-midx.1.md b/Documentation/bup-midx.1.md index e71d91d..829a74a 100644 --- a/Documentation/bup-midx.1.md +++ b/Documentation/bup-midx.1.md @@ -4,7 +4,7 @@ # NAME -bup midx - create a multi-index (.midx) file from several .idx files +bup-midx - create a multi-index (.midx) file from several .idx files # SYNOPSIS diff --git a/Documentation/bup-newliner.1.md b/Documentation/bup-newliner.1.md index 62112b0..8224311 100644 --- a/Documentation/bup-newliner.1.md +++ b/Documentation/bup-newliner.1.md @@ -4,7 +4,7 @@ # NAME -bup newliner - make sure progress messages don't overlap with output +bup-newliner - make sure progress messages don't overlap with output # SYNOPSIS diff --git a/Documentation/bup-random.1.md b/Documentation/bup-random.1.md index a963ba5..fe710f1 100644 --- a/Documentation/bup-random.1.md +++ b/Documentation/bup-random.1.md @@ -4,7 +4,7 @@ # NAME -bup random - generate a stream of random output +bup-random - generate a stream of random output # SYNOPSIS diff --git a/Documentation/bup-save.1.md b/Documentation/bup-save.1.md index 363cef4..394855d 100644 --- a/Documentation/bup-save.1.md +++ b/Documentation/bup-save.1.md @@ -4,7 +4,7 @@ # NAME -bup save - create a new bup backup set +bup-save - create a new bup backup set # SYNOPSIS diff --git a/Documentation/bup-server.1.md b/Documentation/bup-server.1.md index dd215ba..a8c8a4c 100644 --- a/Documentation/bup-server.1.md +++ b/Documentation/bup-server.1.md @@ -4,7 +4,7 @@ # NAME -bup server - the server side of the bup client-server relationship +bup-server - the server side of the bup client-server relationship # SYNOPSIS diff --git a/Documentation/bup-split.1.md b/Documentation/bup-split.1.md index 3c6f9d8..41a5731 100644 --- a/Documentation/bup-split.1.md +++ b/Documentation/bup-split.1.md @@ -4,7 +4,7 @@ # NAME -bup split - save individual files to bup backup sets +bup-split - save individual files to bup backup sets # SYNOPSIS diff --git a/Documentation/bup-tick.1.md b/Documentation/bup-tick.1.md index 56b8b7e..a8ed118 100644 --- a/Documentation/bup-tick.1.md +++ b/Documentation/bup-tick.1.md @@ -4,7 +4,7 @@ # NAME -bup tick - wait for up to one second +bup-tick - wait for up to one second # SYNOPSIS