diff options
author | jistone <jistone> | 2006-08-22 20:55:59 +0000 |
---|---|---|
committer | jistone <jistone> | 2006-08-22 20:55:59 +0000 |
commit | 13d2ecdb6895bc9f2e0d1db9db478a953f3c1efe (patch) | |
tree | 8b5e860cfa2f32a36dd7cd75b41844e99f8fbdc3 /stapfuncs.5.in | |
parent | a7fe5d78564079419d3084a6fee9e523a1b41f65 (diff) | |
download | systemtap-steved-13d2ecdb6895bc9f2e0d1db9db478a953f3c1efe.tar.gz systemtap-steved-13d2ecdb6895bc9f2e0d1db9db478a953f3c1efe.tar.xz systemtap-steved-13d2ecdb6895bc9f2e0d1db9db478a953f3c1efe.zip |
2006-08-22 Josh Stone <joshua.i.stone@intel.com>
PR 3094
From Eugeniy Meshcheryakov <eugen@debian.org>:
* stap.1.in: In groff, '-' produces a Unicode hyphen. Use '\-'
where a plain-old minus sign is desired, e.g., code examples.
* lket.5.in, stapex.5.in, stapfuncs.5.in, stapprobes.5.in: ditto
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index c95a9fad..74f65969 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -10,7 +10,7 @@ function is described with a signature, and its behavior/restrictions. The signature line includes the name of the function, the type of its return value (if any), and the names and types of all parameters. The syntax is the same as printed with the -.IR stap " option " -p2 . +.IR stap " option " \-p2 . Examples: .TP |