From 07318a59d6fe1d971b6a5228c4148d467c4e0357 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 May 2014 14:20:26 +0200 Subject: [PATCH] ptrace.2: wfix Signed-off-by: Michael Kerrisk --- man2/ptrace.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 9b445d6c7..40c7bf492 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -1956,7 +1956,7 @@ The size of a "word" is determined by the operating-system variant This page documents the way the .BR ptrace () call works currently in Linux. -Its behavior differs noticeably on other flavors of UNIX. +Its behavior differs significantly on other flavors of UNIX. In any case, use of .BR ptrace () is highly specific to the operating system and architecture.