From 7455c074c86dc10748e0791846ddeb944462e3fe Mon Sep 17 00:00:00 2001 From: jistone Date: Mon, 18 Sep 2006 20:49:51 +0000 Subject: 2006-09-18 Josh Stone PR 3219 From Eugeniy Meshcheryakov : * stapprobes.5.in: Correct misuse of '-' -> '\-' in manpage --- ChangeLog | 6 ++++++ stapprobes.5.in | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ef969d9..fc0fa772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-18 Josh Stone + + PR 3219 + From Eugeniy Meshcheryakov : + * stapprobes.5.in: Correct misuse of '-' -> '\-' in manpage + 2006-09-18 Martin Hunt * 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 -- cgit