[PATCH] Properly quote minus sign in man pages
Timo Juhani Lindfors
timo.lindfors@iki.fi
Mon Feb 6 13:35:00 GMT 2012
---
stap-server.8 | 4 ++--
stap.1 | 6 +++---
stappaths.7.in | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/stap-server.8 b/stap-server.8
index b8823e8..daa874d 100644
--- a/stap-server.8
+++ b/stap-server.8
@@ -212,8 +212,8 @@ to each server specified. If more servers are specified than
.TP
\fB\-\-ssl\fR \fIcertificate\-db\-path\fR
This option allows the specification of a separate NSS certificate database
-for each server. Each --ssl option is added to a list which will be applied,
-in turn, to each server specified. If more servers are specified than --ssl
+for each server. Each \-\-ssl option is added to a list which will be applied,
+in turn, to each server specified. If more servers are specified than \-\-ssl
options, the default certificate database
(see \fBFILES\fR) for subsequent servers.
diff --git a/stap.1 b/stap.1
index 9dd6e01..314629d 100644
--- a/stap.1
+++ b/stap.1
@@ -1686,7 +1686,7 @@ The following scripting language features are unavailable to all unprivileged us
.RS
.IP \(bu 4
-any feature enabled by the Guru Mode (-g) option.
+any feature enabled by the Guru Mode (\-g) option.
.IP \(bu 4
embedded C code.
.RE
@@ -1712,11 +1712,11 @@ to all unprivileged users:
.RS
.IP \(bu 4
--g may not be specified.
+\-g may not be specified.
.IP \(bu 4
The following options may not be used by the compile-server client:
.SAMPLE
- -a, -B, -D, -I, -r, -R
+ \-a, \-B, \-D, \-I, \-r, \-R
.ESAMPLE
.RE
diff --git a/stappaths.7.in b/stappaths.7.in
index 19bb785..9f00dda 100644
--- a/stappaths.7.in
+++ b/stappaths.7.in
@@ -49,7 +49,7 @@ The Systemtap module input and output handler.
.TP
sdt.h Path: @oldincludedir@/include/sys/std.h
.TP
-Kernel debuginfo Path: /usr/lib/debug/lib/modules/$(uname -r)/
+Kernel debuginfo Path: /usr/lib/debug/lib/modules/$(uname \-r)/
The location of kernel debugging information when packaged into the
.IR kernel\-debuginfo
RPM, unless overridden by the
--
1.7.2.5
More information about the Systemtap
mailing list