From 4bd50f73c80a86852ec0879abdf52202be40892b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 12 Jun 2014 14:34:26 -0400 Subject: Remove indent workaround in man page RST sources docutils 0.10 properly adds indentation to example blocks in man pages, so we do not need to force an extra indentation level. Get rid of the workaround wherever we use it. ticket: 7954 (new) target_version: 1.12.2 tags: pullup --- doc/user/user_config/k5login.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc/user/user_config/k5login.rst') diff --git a/doc/user/user_config/k5login.rst b/doc/user/user_config/k5login.rst index 90e486593..8a9753da3 100644 --- a/doc/user/user_config/k5login.rst +++ b/doc/user/user_config/k5login.rst @@ -18,9 +18,7 @@ EXAMPLES -------- Suppose the user ``alice`` had a .k5login file in her home directory -containing just the following line: - - :: +containing just the following line:: bob@FOOBAR.ORG @@ -35,9 +33,7 @@ machine's default realm to access the ``alice`` account. Let us further suppose that ``alice`` is a system administrator. Alice and the other system administrators would have their principals -in root's .k5login file on each host: - - :: +in root's .k5login file on each host:: alice@BLEEP.COM -- cgit