From dda52b28c5edd5bcf6d80cfad0213423b3b650b2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 2 Mar 2004 19:11:39 +0000 Subject: fix typo; fgsch@ --- lib/libc/gen/setjmp.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 7b8ba2ed6ab..f0c20de7bd7 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setjmp.3,v 1.19 2004/03/02 15:56:24 millert Exp $ +.\" $OpenBSD: setjmp.3,v 1.20 2004/03/02 19:11:38 millert Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -84,7 +84,7 @@ instead of 0. The value specified by .Fa val must be non-zero; a 0 value is treated as 1 to allow the programmer -to differentiate between a direct invovation of +to differentiate between a direct invocation of .Fn setjmp and a return via .Fn longjmp . -- cgit v1.2.3