summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-10-01 10:00:42 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-10-01 10:00:42 +0000
commit9a80ef958e3311ba96337676e9aa0f454a9ebd3f (patch)
treeec3a3354ec5deba2378be0a6395f85405c0cd2f5 /sys
parent68ad54cd3006ad73557c1524c2ef47a31ff826eb (diff)
Update the man page to reflect reality.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.414
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
index 9577222e3a9..930c43c2f64 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.15 1999/09/23 04:12:08 alex Exp $
+.\" $OpenBSD: pcvt.4,v 1.16 1999/10/01 10:00:41 aaron Exp $
.\"
.\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore,
.\" Joerg Wunsch and Holger Veit.
@@ -770,12 +770,12 @@ By default, 8 pages of scrollback buffer are available by navigating with the
.Em LEFT_SHIFT+PGUP/PGDN
keys.
The scrollback buffer is destroyed when
-switching virtual terminals or loading new character sets.
-To increase the number of pages stored, increase the value of
-.Dv SCROLLBACK_PAGES
-in
-.Pa arch/i386/isa/pcvt/pcvt_hdr.h
-and recompile your kernel.
+switching virtual terminals, changing line modes, or switching between 80/132
+columns.
+To increase the number of pages stored, see the
+.Fl b
+option for
+.Xr scon 1 .
Scrollback support was added in
.Ox 2.6 .