summaryrefslogtreecommitdiff
path: root/lib/libc/gen/setjmp.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 03:44:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 03:44:55 +0000
commitc9a0b521314010ea02baa07614fb4825386710bf (patch)
treed9bc53d3338a595a6042e2dbb2157bc6e1e94789 /lib/libc/gen/setjmp.3
parenta6b6d761b41f8d2f36128c8cacb1e747b31ffe05 (diff)
change some .Em/.Va to .Li, looks nicer
Diffstat (limited to 'lib/libc/gen/setjmp.3')
-rw-r--r--lib/libc/gen/setjmp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 4173ad0dec3..c94fb6a3cde 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setjmp.3,v 1.6 1999/05/29 21:24:19 aaron Exp $
+.\" $OpenBSD: setjmp.3,v 1.7 1999/06/05 03:44:54 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -113,7 +113,7 @@ All accessible objects have values as of the time
.Fn longjmp
routine was called, except that the values of objects of automatic storage
invocation duration that do not have the
-.Em volatile
+.Li volatile
type and have been changed between the
.Fn setjmp
invocation and