This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/8] man stap.1: escape minus sign properly


---
 man/stap.1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/stap.1 b/man/stap.1
index 5beb481..fcf86c0 100644
--- a/man/stap.1
+++ b/man/stap.1
@@ -97,7 +97,7 @@ there and interpreted first.  ($SYSTEMTAP_DIR defaults to $HOME/.systemtap if un
 .TP
 .B \-
 Use standard input instead of a given FILENAME as probe language input,
-unless -e SCRIPT is given.
+unless \-e SCRIPT is given.
 .TP
 .B \-h \-\-help
 Show help message.
-- 
1.7.2.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]