summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2010-01-11 11:32:27 -0600
committerDavid Smith <dsmith@redhat.com>2010-01-11 11:32:27 -0600
commite9e2c76f32479e2888a1718e60e1fe74be991471 (patch)
tree370ae86a5f8fa827118a566cd5f0201cfbf49a82 /stap.1.in
parentfb16f8fece2a2d96cc66de5738bdf578a21fcaae (diff)
downloadsystemtap-steved-e9e2c76f32479e2888a1718e60e1fe74be991471.tar.gz
systemtap-steved-e9e2c76f32479e2888a1718e60e1fe74be991471.tar.xz
systemtap-steved-e9e2c76f32479e2888a1718e60e1fe74be991471.zip
Fix extra blank lines in man page output.
* stap.1.in: Correct comment syntax to avoid outputting blank lines.
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in60
1 files changed, 30 insertions, 30 deletions
diff --git a/stap.1.in b/stap.1.in
index 6706ad7f..94833a5f 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -215,36 +215,36 @@ If the size of output file will exceed
output files exceed
.B N
, systemtap removes the oldest output file. You can omit the second argument.
-\" PR6864: disable temporarily
-\".TP
-\".B \-\-kelf
-\"For names and addresses of functions to probe,
-\"consult the symbol tables in the kernel and modules.
-\"This can be useful if your kernel and/or modules were compiled
-\"without debugging information, or the function you want to probe
-\"is in an assembly-language file built without debugging information.
-\"See the
-\".B "MAKING DO WITH SYMBOL TABLES"
-\"section for more information.
-\".TP
-\".BI \-\-kmap [=FILE]
-\"For names and addresses of kernel functions to probe,
-\"consult the symbol table in the indicated text file.
-\"The default is /boot/System.map-VERSION.
-\"The contents of this file should be in the form of the default output from
-\".IR nm (1).
-\"Only symbols of type T or t are used.
-\"If you specify /proc/kallsyms or some other file in that format,
-\"where lines for module symbols contain a fourth column,
-\"reading of the symbol table stops with the first module symbol
-\"(which should be right after the last kernel symbol).
-\"As with
-\".BR \-\-kelf ,
-\"the symbol table in each module's .ko file will also be consulted.
-\"See the
-\".B "MAKING DO WITH SYMBOL TABLES"
-\"section for more information.
-\" --ignore-{vmlinux,dwarf} shouldn't be visible
+.\" PR6864: disable temporarily
+.\".TP
+.\".B \-\-kelf
+.\"For names and addresses of functions to probe,
+.\"consult the symbol tables in the kernel and modules.
+.\"This can be useful if your kernel and/or modules were compiled
+.\"without debugging information, or the function you want to probe
+.\"is in an assembly-language file built without debugging information.
+.\"See the
+.\".B "MAKING DO WITH SYMBOL TABLES"
+.\"section for more information.
+.\".TP
+.\".BI \-\-kmap [=FILE]
+.\"For names and addresses of kernel functions to probe,
+.\"consult the symbol table in the indicated text file.
+.\"The default is /boot/System.map-VERSION.
+.\"The contents of this file should be in the form of the default output from
+.\".IR nm (1).
+.\"Only symbols of type T or t are used.
+.\"If you specify /proc/kallsyms or some other file in that format,
+.\"where lines for module symbols contain a fourth column,
+.\"reading of the symbol table stops with the first module symbol
+.\"(which should be right after the last kernel symbol).
+.\"As with
+.\".BR \-\-kelf ,
+.\"the symbol table in each module's .ko file will also be consulted.
+.\"See the
+.\".B "MAKING DO WITH SYMBOL TABLES"
+.\"section for more information.
+.\" --ignore-{vmlinux,dwarf} shouldn't be visible
.TP
.B \-\-skip\-badvars
Ignore out of context variables and substitute with literal 0.