diff options
| author | wiz <wiz@NetBSD.org> | 2003-01-19 19:31:10 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-01-19 19:31:10 +0000 |
| commit | 29192bf8663ed8a5bbc7d9fc047b1c16b93db9fd (patch) | |
| tree | 86b2bc676613d640bd0bb9fdb25e2a5bdf5a1064 /lib/libc/sys | |
| parent | e81ee90ff4bb3299dbad3f9c99fa57fc7a5e91c3 (diff) | |
Fix typo.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/getcontext.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getcontext.2 b/lib/libc/sys/getcontext.2 index 1cda719aa12..cba207497f8 100644 --- a/lib/libc/sys/getcontext.2 +++ b/lib/libc/sys/getcontext.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getcontext.2,v 1.2 2003/01/18 11:33:03 thorpej Exp $ +.\" $NetBSD: getcontext.2,v 1.3 2003/01/19 19:31:10 wiz Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -78,7 +78,7 @@ If .Fa ucp was initialized by the .Fn getcontext -function, program execution continues as if the curresponding invocation of +function, program execution continues as if the corresponding invocation of .Fn getcontext had just returned (successfully). If |
