From fb687520188884363452fbe9af39fda07cceddac Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 1 Jan 2013 11:20:29 -0600 Subject: [PATCH] Properly escape \r in bup-newliner.md. Signed-off-by: Rob Browning --- Documentation/bup-newliner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2