From 98f3e7ccfa854c5e139afc6e7f6cefb3a5b56a81 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 25 Jul 2013 22:38:35 -0400 Subject: [PATCH] perf_event_open.2: Fix indentation of the MMAP layout section The indentation of the MMAP layout section wasn't quite right. I think this improves things but I admit I'm not an expert at the low-level indentation directives. Signed-off-by: Vince Weaver Signed-off-by: Michael Kerrisk --- man2/perf_event_open.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index ef89b05fd..19061c611 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -1749,8 +1749,8 @@ Sample happened in the guest kernel. Sample happened in guest user code. .RE -In addition, one of the following bits can be set: .RS +In addition, one of the following bits can be set: .TP .B PERF_RECORD_MISC_MMAP_DATA This is set when the mapping is not executable; @@ -1766,6 +1766,7 @@ See also .TP .B PERF_RECORD_MISC_EXT_RESERVED This indicates there is extended data available (currently not used). +.RE .TP .I size This indicates the size of the record.