From 477f270656171da1cc69902b6b5917d79e19bd3d Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Mon, 4 Nov 2013 10:04:42 -0600 Subject: [PATCH] doc: Fix livesys output formatting If we indent text here, the formatting codes are not interpreted, and the text is output "raw". So currently, we actually see "I" in this section, which is a bit confusing. Saying the actual output with string substitutions and stuff here doesn't seem very helpful when the output doesn't have any constant text in it. Just describe what the output is instead; an example immediately follows if this is unclear. Change-Id: Ib3e0f0c5143afa2dd41a655ff3908c791026a426 Reviewed-on: http://gerrit.openafs.org/10411 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod1/livesys.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/man-pages/pod1/livesys.pod b/doc/man-pages/pod1/livesys.pod index 80203dd..265bf24 100644 --- a/doc/man-pages/pod1/livesys.pod +++ b/doc/man-pages/pod1/livesys.pod @@ -39,9 +39,8 @@ B. =head1 OUTPUT -The machine's system type appears as a text string: - - I +The machine's system type appears as a text string, by itself, on a single +line. =head1 EXAMPLES -- 1.9.4