From 13d2ecdb6895bc9f2e0d1db9db478a953f3c1efe Mon Sep 17 00:00:00 2001 From: jistone Date: Tue, 22 Aug 2006 20:55:59 +0000 Subject: 2006-08-22 Josh Stone PR 3094 From Eugeniy Meshcheryakov : * 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 --- stapfuncs.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stapfuncs.5.in') 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 -- cgit