diff options
Diffstat (limited to 'lib/libc/gen/setjmp.3')
-rw-r--r-- | lib/libc/gen/setjmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 46e2551f505..6b0d1540f70 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setjmp.3,v 1.2 1996/08/19 08:25:50 tholo Exp $ +.\" $OpenBSD: setjmp.3,v 1.3 1999/03/10 21:25:26 pjanzen Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -95,7 +95,7 @@ and .Fn setjmp and .Fn longjmp -combinations may be used in the same program, however, individual +combinations may be used in the same program. However, individual calls may not, e.g. the .Fa env argument to |