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 fb9753a..d59fb89 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -90,7 +90,7 @@ call had just returned the value specified by .Fa val , instead of 0. .Pp -Pairs of calls may be intermixed, i.e. both +Pairs of calls may be intermixed, i.e., both .Fn sigsetjmp and .Fn siglongjmp @@ -99,7 +99,7 @@ and and .Fn longjmp combinations may be used in the same program, however, individual -calls may not, e.g. the +calls may not, e.g.\& the .Fa env argument to .Fn setjmp |