]> arthur.barton.de Git - bup.git/commitdiff
Properly escape \r in bup-newliner.md.
authorRob Browning <rlb@defaultvalue.org>
Tue, 1 Jan 2013 17:20:29 +0000 (11:20 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 12 Jan 2013 20:08:02 +0000 (14:08 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-newliner.md

index 8224311506a53ff4fe5bc8def582f81abfa37160..6ae7ee6534872452257e9e99439197e63e2fe2f3 100644 (file)
@@ -16,7 +16,7 @@ bup-newliner - make sure progress messages don't overlap with output
 need it unless you're using it in some other program.
 
 Progress messages emitted by bup (and some other tools) are
-of the form "Message ### content\r", that is, a status
+of the form "Message ### content\\r", that is, a status
 message containing a variable-length number, followed by a
 carriage return character and no newline.  If these
 messages are printed more than once, they overwrite each