diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-02-01 08:13:06 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-02-01 08:13:06 +0000 |
commit | d3535d307a51e7bc6bdd095559ad0377a0cae9c8 (patch) | |
tree | 77dbc0a24263d5db011e22182164c389d67eef8c /lib/libc/sys/ptrace.2 | |
parent | fdbd5c9db5bb7c145eb1ca0c1191f84e6b84aac8 (diff) |
mi ptrace
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index b3590325cb5..2596924be74 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.3 1996/10/08 01:20:12 michaels Exp $ +.\" $OpenBSD: ptrace.2,v 1.4 1999/02/01 08:13:01 d Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -303,7 +303,7 @@ to return .Li -1 as a non-error value; to disambiguate, .Va errno -can be set to 0 before the call and checked afterwards. The possible +is set to zero and this should be checked. The possible errors are: .Bl -tag -width 4n .It Bq Er ESRCH |