diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-29 07:05:55 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-01-29 13:51:21 +0100 |
commit | edcf162e3f9a16354459ca694f1228d4d637082e (patch) | |
tree | fdc83cd9d196c123a0e691e28912b2256d1ac823 | |
parent | 992787fe8cb53f7af34120454b6d45c30dbf1fa0 (diff) |
perf_event_open.2, printf.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r-- | man2/perf_event_open.2 | 2 | ||||
-rw-r--r-- | man3/printf.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index d0e21bf11..eaeb9c013 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -72,7 +72,7 @@ A .I sampling event periodically writes measurements to a buffer that can then be accessed via -.BR mmap (2) . +.BR mmap (2) . .SS Arguments .P The diff --git a/man3/printf.3 b/man3/printf.3 index e948bd294..a0a0741da 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -784,7 +784,7 @@ The pointer argument is printed in hexadecimal (as if by .B %#x or -.BR %#lx ). +.BR %#lx ). .TP .B n The number of characters written so far is stored into the integer |