OSDN Git Service

(split) LDP: Update original to LDP v3.41.
[linuxjm/LDP_man-pages.git] / original / man2 / ptrace.2
index 38c4ebd..861aae9 100644 (file)
@@ -752,7 +752,7 @@ and if there is ambiguity in that value, by querying
 .I WSTOPSIG(status)
 macro can't be used to perform this examination,
 because it returns the value
-.IR "(status\>>8)\ &\ 0xff" .)
+.IR "(status>>8)\ &\ 0xff" .)
 .SS Signal-delivery-stop
 When a (possibly multithreaded) process receives any signal except
 .BR SIGKILL ,
@@ -1663,7 +1663,7 @@ might not entirely match with the definition of
 .\" See http://lkml.org/lkml/2008/5/8/375
 .LP
 The size of a "word" is determined by the operating-system variant
-(e.g., for 32-bit Linux it is 32 bits, etc.).
+(e.g., for 32-bit Linux it is 32 bits).
 .LP
 This page documents the way the
 .BR ptrace ()