From 107821fe9be11d7dc1f65f874a90d74ab33a7585 Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Thu, 24 Apr 2014 09:42:35 +0200 Subject: [PATCH] Fix formatting of header The header was displaying the newline as a simple "n" due to quoting in the doc. Signed-off-by: Christian Theune --- doc/dev/rbd-diff.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/rbd-diff.rst b/doc/dev/rbd-diff.rst index e40124a002f2d..8cba29c30a37e 100644 --- a/doc/dev/rbd-diff.rst +++ b/doc/dev/rbd-diff.rst @@ -7,7 +7,7 @@ two snapshots (or a snapshot and the head) of an RBD image. Header ~~~~~~ -"rbd diff v1\n" +"rbd diff v1\\n" Metadata records ~~~~~~~~~~~~~~~~ -- 2.39.5