diff mbox series

[for-5.2,9/9] docs/system/pr-manager.rst: Fix minor docs nits

Message ID 20201112144041.32278-10-peter.maydell@linaro.org
State New
Headers show
Series docs: Move orphan top-level .rst files into manuals | expand

Commit Message

Peter Maydell Nov. 12, 2020, 2:40 p.m. UTC
Fix a couple of nits in pr-manager.rst:
 * the title marker for the top level heading is overlength
 * stray capital 'R' in the middle of a sentence

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 docs/system/pr-manager.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Alex Bennée Nov. 12, 2020, 6:32 p.m. UTC | #1
Peter Maydell <peter.maydell@linaro.org> writes:

> Fix a couple of nits in pr-manager.rst:
>  * the title marker for the top level heading is overlength
>  * stray capital 'R' in the middle of a sentence
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
diff mbox series

Patch

diff --git a/docs/system/pr-manager.rst b/docs/system/pr-manager.rst
index 3f5b9f94dcd..b19a0c15e66 100644
--- a/docs/system/pr-manager.rst
+++ b/docs/system/pr-manager.rst
@@ -1,8 +1,8 @@ 
-======================================
+===============================
 Persistent reservation managers
-======================================
+===============================
 
-SCSI persistent Reservations allow restricting access to block devices
+SCSI persistent reservations allow restricting access to block devices
 to specific initiators in a shared storage setup.  When implementing
 clustering of virtual machines, it is a common requirement for virtual
 machines to send persistent reservation SCSI commands.  However,