diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | stapprobes.5.in | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2006-09-18 Josh Stone <joshua.i.stone@intel.com> + + PR 3219 + From Eugeniy Meshcheryakov <eugen@debian.org>: + * stapprobes.5.in: Correct misuse of '-' -> '\-' in manpage + 2006-09-18 Martin Hunt <hunt@redhat.com> * buildrun.cxx (run_pass): Remove "-m" option to stpd. diff --git a/stapprobes.5.in b/stapprobes.5.in index b56fe432..67070928 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -249,7 +249,7 @@ on the processor to count the number of events occuring on the processor. For more details on the performance monitoring events available on a specific processor use the command perfmon2 command: .SAMPLE -pfmon -l +pfmon \-l .ESAMPLE .TP $counter @@ -830,11 +830,11 @@ which means the following: <3> the signal is successfully added into the sigqueue of receiving process -- return -EAGAIN if the sigqueue is overflow the signal was RT and sent +- return \-EAGAIN if the sigqueue is overflow the signal was RT and sent by user using something other than kill() .RE - Return values for ""send_group_sigqueue" + Return values for "send_group_sigqueue" .RS - return 0 if the signal is either sucessfully added into the @@ -853,7 +853,7 @@ queued so just increment the overrun count - return 1 if this signal is ignored by receiving process -- return -1 if the task is marked exiting, so posix_timer_event +- return \-1 if the task is marked exiting, so posix_timer_event can redirect it to the group leader .RE |