summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 12:00:44 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 12:00:44 +0000
commit0af7dd8231bef67e47c220a7bacf8f1eedabba47 (patch)
treeebee5d9abfa6081337b2c756b2b394aea04b85ae /sys
parent987ea750df0c9c8c98007c079bbbb7a7092e3989 (diff)
Use .Va macro when referring to the global variable errno.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.44
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
index 079c482559c..58c3f6b67cd 100644
--- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
+++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcvt.4,v 1.20 2000/01/19 15:51:54 aaron Exp $
+.\" $OpenBSD: pcvt.4,v 1.21 2000/01/22 12:00:41 aaron Exp $
.\"
.\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore,
.\" Joerg Wunsch and Holger Veit.
@@ -665,7 +665,7 @@ its parameter is a pointer to an integer containing either a value of 80,
or a value of 132. Note that setting the number of columns to 132 is
only supported on VGA adaptors. Any unsupported numbers cause the ioctl
to fail with
-.Em errno
+.Va errno
.Pq see Xr intro 2
being set to
.Em EINVAL .