From 07e4313f37fa1514faf9b38983370e0172573163 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Thu, 20 Mar 2014 17:01:20 -0500 Subject: [PATCH] Use "EXAMPLES" consistently in the manpages. Signed-off-by: Rob Browning --- Documentation/bup-damage.md | 3 +-- Documentation/bup-drecurse.md | 3 +-- Documentation/bup-fsck.md | 3 +-- Documentation/bup-ftp.md | 3 +-- Documentation/bup-fuse.md | 3 +-- Documentation/bup-help.md | 4 ++-- Documentation/bup-index.md | 3 +-- Documentation/bup-init.md | 3 +-- Documentation/bup-join.md | 3 +-- Documentation/bup-ls.md | 3 +-- Documentation/bup-margin.md | 3 +-- Documentation/bup-memtest.md | 3 +-- Documentation/bup-midx.md | 3 +-- Documentation/bup-restore.md | 4 ++-- Documentation/bup-save.md | 3 +-- Documentation/bup-split.md | 4 ++-- Documentation/bup-tag.md | 4 ++-- Documentation/bup-tick.md | 4 ++-- Documentation/bup-web.md | 2 +- 19 files changed, 24 insertions(+), 37 deletions(-) diff --git a/Documentation/bup-damage.md b/Documentation/bup-damage.md index 52f5284..3d64d28 100644 --- a/Documentation/bup-damage.md +++ b/Documentation/bup-damage.md @@ -71,8 +71,7 @@ actually work. recovery block. (This is also guaranteed if you use `-s 1`.) -# EXAMPLE - +# EXAMPLES # make a backup in case things go horribly wrong cp -a ~/.bup/objects/pack ~/bup-packs.bak diff --git a/Documentation/bup-drecurse.md b/Documentation/bup-drecurse.md index c39c6d5..86477de 100644 --- a/Documentation/bup-drecurse.md +++ b/Documentation/bup-drecurse.md @@ -59,8 +59,7 @@ come after its children, making this easy. : print profiling information upon completion. Useful when testing performance of the traversal algorithms. -# EXAMPLE - +# EXAMPLES bup drecurse -x / # SEE ALSO diff --git a/Documentation/bup-fsck.md b/Documentation/bup-fsck.md index 2f7bb60..aa00f0b 100644 --- a/Documentation/bup-fsck.md +++ b/Documentation/bup-fsck.md @@ -83,8 +83,7 @@ site redundancy). recovery blocks. -# EXAMPLE - +# EXAMPLES # generate recovery blocks for all packs that don't # have them bup fsck -g diff --git a/Documentation/bup-ftp.md b/Documentation/bup-ftp.md index a6117cc..f0fe8a6 100644 --- a/Documentation/bup-ftp.md +++ b/Documentation/bup-ftp.md @@ -62,8 +62,7 @@ quit : exit the `bup ftp` client -# EXAMPLE - +# EXAMPLES $ bup ftp bup> ls mybackup/ yourbackup/ diff --git a/Documentation/bup-fuse.md b/Documentation/bup-fuse.md index b3e42ef..1a9e761 100644 --- a/Documentation/bup-fuse.md +++ b/Documentation/bup-fuse.md @@ -39,8 +39,7 @@ should unmount it with `umount`(8). : permit other users to access the filesystem. Necessary for exporting the filesystem via Samba, for example. -# EXAMPLE - +# EXAMPLES rm -rf /tmp/buptest mkdir /tmp/buptest sudo bup fuse -d /tmp/buptest diff --git a/Documentation/bup-help.md b/Documentation/bup-help.md index 059b04c..7234fd6 100644 --- a/Documentation/bup-help.md +++ b/Documentation/bup-help.md @@ -16,8 +16,8 @@ bup help \ This is currently equivalent to typing `man bup-`. -# EXAMPLE - +# EXAMPLES + $ bup help help (Imagine that this man page was pasted below, recursively. Since that would cause an endless loop diff --git a/Documentation/bup-index.md b/Documentation/bup-index.md index 4f1bb42..9fa9b35 100644 --- a/Documentation/bup-index.md +++ b/Documentation/bup-index.md @@ -184,8 +184,7 @@ does, due to the accommodations described above. is updated; with two `-v`, print each file too. -# EXAMPLE - +# EXAMPLES bup index -vux /etc /var /usr diff --git a/Documentation/bup-init.md b/Documentation/bup-init.md index 1fc13ea..d5d539e 100644 --- a/Documentation/bup-init.md +++ b/Documentation/bup-init.md @@ -27,8 +27,7 @@ is `~/.bup`. `~/.ssh/config` file. -# EXAMPLE - +# EXAMPLES bup init diff --git a/Documentation/bup-join.md b/Documentation/bup-join.md index 2b010c2..e1a708b 100644 --- a/Documentation/bup-join.md +++ b/Documentation/bup-join.md @@ -34,8 +34,7 @@ join` reads them from stdin instead. `~/.ssh/config` file. Even though the data source is remote, a local bup repository is still required. -# EXAMPLE - +# EXAMPLES # split and then rejoin a file using its tree id TREE=$(tar -cvf - /etc | bup split -t) bup join $TREE | tar -tf - diff --git a/Documentation/bup-ls.md b/Documentation/bup-ls.md index cc9b774..259afec 100644 --- a/Documentation/bup-ls.md +++ b/Documentation/bup-ls.md @@ -63,8 +63,7 @@ you can view its contents using `bup join` or `git show`. \--numeric-ids : display numeric IDs (user, group, etc.) rather than names. -# EXAMPLE - +# EXAMPLES bup ls /myserver/latest/etc/profile bup ls -a / diff --git a/Documentation/bup-margin.md b/Documentation/bup-margin.md index 0e5376c..9412ad6 100644 --- a/Documentation/bup-margin.md +++ b/Documentation/bup-margin.md @@ -51,8 +51,7 @@ close to 160 bits. only really useful when used with `--predict`. -# EXAMPLE - +# EXAMPLES $ bup margin Reading indexes: 100.00% (1612581/1612581), done. 40 diff --git a/Documentation/bup-memtest.md b/Documentation/bup-memtest.md index b7b467e..d87e974 100644 --- a/Documentation/bup-memtest.md +++ b/Documentation/bup-memtest.md @@ -56,8 +56,7 @@ what causes an increase in the VmRSS column. searching for existing objects much worse than before. -# EXAMPLE - +# EXAMPLES $ bup memtest -n300 -c5 PackIdxList: using 1 index. VmSize VmRSS VmData VmStk diff --git a/Documentation/bup-midx.md b/Documentation/bup-midx.md index a256c6c..2f1af3a 100644 --- a/Documentation/bup-midx.md +++ b/Documentation/bup-midx.md @@ -54,8 +54,7 @@ commands. be useful for debugging. -# EXAMPLE - +# EXAMPLES $ bup midx -a Merging 21 indexes (2278559 objects). Table size: 524288 (17 bits) diff --git a/Documentation/bup-restore.md b/Documentation/bup-restore.md index e57ecac..ed7cd74 100644 --- a/Documentation/bup-restore.md +++ b/Documentation/bup-restore.md @@ -159,8 +159,8 @@ See the EXAMPLES section for a demonstration. a tty, a progress display is printed that shows the total number of files restored. -# EXAMPLE - +# EXAMPLES + Create a simple test backup set: $ bup index -u /etc diff --git a/Documentation/bup-save.md b/Documentation/bup-save.md index 9b4097e..73f1ae0 100644 --- a/Documentation/bup-save.md +++ b/Documentation/bup-save.md @@ -124,8 +124,7 @@ handling of metadata. is 1 (fast, loose compression) -# EXAMPLE - +# EXAMPLES $ bup index -ux /etc Indexing: 1981, done. diff --git a/Documentation/bup-split.md b/Documentation/bup-split.md index f62d72a..1844da8 100644 --- a/Documentation/bup-split.md +++ b/Documentation/bup-split.md @@ -154,8 +154,8 @@ being the most likely choice. is 1 (fast, loose compression) -# EXAMPLE - +# EXAMPLES + $ tar -cf - /etc | bup split -r myserver: -n mybackup-tar tar: Removing leading /' from member names Indexing objects: 100% (196/196), done. diff --git a/Documentation/bup-tag.md b/Documentation/bup-tag.md index 78fe37e..28d5233 100644 --- a/Documentation/bup-tag.md +++ b/Documentation/bup-tag.md @@ -47,8 +47,8 @@ through /.tag/important as long as the tag is not deleted. : Overwrite the named tag even if it already exists. With -f, don't report a missing tag as an error. -# EXAMPLE - +# EXAMPLES + $ bup tag new-puppet-version hostx-backup $ bup tag diff --git a/Documentation/bup-tick.md b/Documentation/bup-tick.md index a8ed118..e966b94 100644 --- a/Documentation/bup-tick.md +++ b/Documentation/bup-tick.md @@ -21,8 +21,8 @@ ensure a file date will be seen as modified. It is slightly better than `sleep`(1) since it sometimes waits for less than one second. -# EXAMPLE - +# EXAMPLES + $ date; bup tick; date Sat Feb 6 16:59:58 EST 2010 Sat Feb 6 16:59:59 EST 2010 diff --git a/Documentation/bup-web.md b/Documentation/bup-web.md index 11002e5..624c9aa 100644 --- a/Documentation/bup-web.md +++ b/Documentation/bup-web.md @@ -26,7 +26,7 @@ can omit the bind address to bind to all available interfaces: `:8080`. --human-readable : display human readable file sizes (i.e. 3.9K, 4.7M) -# EXAMPLE +# EXAMPLES $ bup web Serving HTTP on 127.0.0.1:8080... -- 2.39.5