]> arthur.barton.de Git - bup.git/commitdiff
documentation: quote literal * in man pages
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 16 Feb 2020 21:13:03 +0000 (22:13 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 1 Mar 2020 22:54:38 +0000 (16:54 -0600)
For "1024*1024" etc. we need to quote the * so that it
doesn't get used as bold markup, fix that.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-save.md
Documentation/bup-split.md

index 3c5671e38455f0feca4df605f63794d5a4025474..7bbe44e38122755f967b759210b4097e813b2773 100644 (file)
@@ -82,7 +82,7 @@ handling of metadata.
     over large ones (like virtual machine images) which
     take longer.  Then you can back up the large files
     less frequently.  Use a suffix like k, M, or G to
-    specify multiples of 1024, 1024*1024, 1024*1024*1024
+    specify multiples of 1024, 1024\*1024, 1024\*1024\*1024
     respectively.
     
 \--bwlimit=*bytes/sec*
@@ -90,7 +90,7 @@ handling of metadata.
     to the server.  This is good for making your backups
     not suck up all your network bandwidth.  Use a suffix
     like k, M, or G to specify multiples of 1024,
-    1024*1024, 1024*1024*1024 respectively.
+    1024\*1024, 1024\*1024\*1024 respectively.
     
 \--strip
 :   strips the path that is given from all files and directories.
index be083a64cde06fee1eae4a0465514208f2f70d0f..73b418d8df95b525e7d47dc9228f7925c026fec3 100644 (file)
@@ -152,7 +152,7 @@ being the most likely choice.
     to the server.  This is good for making your backups
     not suck up all your network bandwidth.  Use a suffix
     like k, M, or G to specify multiples of 1024,
-    1024*1024, 1024*1024*1024 respectively.
+    1024\*1024, 1024\*1024\*1024 respectively.
 
 -*#*, \--compress=*#*
 :   set the compression level to # (a value from 0-9, where