From: Rob Browning Date: Tue, 1 Jan 2013 17:20:29 +0000 (-0600) Subject: Properly escape \r in bup-newliner.md. X-Git-Tag: bup-0.25-rc2~96 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=fb687520188884363452fbe9af39fda07cceddac Properly escape \r in bup-newliner.md. Signed-off-by: Rob Browning --- diff --git a/Documentation/bup-newliner.md b/Documentation/bup-newliner.md index 8224311..6ae7ee6 100644 --- a/Documentation/bup-newliner.md +++ b/Documentation/bup-newliner.md @@ -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