From 2eaf8e846afd71c30f2a6ff6f863a39b1145b8b6 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Wed, 5 Jun 2019 19:40:29 +0530 Subject: Fixing formatting errors in markdown files There are a lot of fromatting error is markdown files peresent under /doc directiory of the project. Fixing formatting errors and sending a patch. Fixes: bz#1718273 Change-Id: I08f938088bbaaafddf634f73616ea0dbfe7aedf3 Signed-off-by: kshithijiyer --- doc/developer-guide/dirops-transactions-in-dht.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/developer-guide/dirops-transactions-in-dht.md') diff --git a/doc/developer-guide/dirops-transactions-in-dht.md b/doc/developer-guide/dirops-transactions-in-dht.md index 83f63be3f45..909a97001aa 100644 --- a/doc/developer-guide/dirops-transactions-in-dht.md +++ b/doc/developer-guide/dirops-transactions-in-dht.md @@ -1,3 +1,4 @@ +# dirops transactions in dht Need for transactions during operations on directories arise from two basic design elements of DHT: @@ -269,4 +270,4 @@ And the examples are: * Both _dst_ and _dst/dst_ have same gfid - _gfid-src_. As observed earlier, symptom might be directory listing being incomplete - mkdir (dst) vs renamedir ("src", "dst") - rmdir (src) vs renamedir ("src", "dst") - - rmdir (dst) vs renamedir ("src", "dst") \ No newline at end of file + - rmdir (dst) vs renamedir ("src", "dst") -- cgit