summaryrefslogtreecommitdiffstats
path: root/share/man/man4/pcvt.4
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/pcvt.4
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man4/pcvt.4')
-rw-r--r--share/man/man4/pcvt.430
1 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man4/pcvt.4 b/share/man/man4/pcvt.4
index e30cdd5..add327c 100644
--- a/share/man/man4/pcvt.4
+++ b/share/man/man4/pcvt.4
@@ -1,9 +1,9 @@
-.\"
+.\"
.\" Copyright (c) 1992, 2000 Hellmuth Michaelis, Brian Dunford-Shore,
.\" Joerg Wunsch and Holger Veit.
-.\"
+.\"
.\" All rights reserved.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -43,7 +43,7 @@
.Sh NAME
.Nm pcvt ,
.Nm vt
-.Nd VT220 virtual screen system console
+.Nd VT220 virtual screen system console
.Sh SYNOPSIS
.Cd "device vt0 at isa?"
.Sh DESCRIPTION
@@ -81,7 +81,7 @@ Completely independent virtual terminals for MDA/HGC/CGA/EGA and VGA
.It
Fully remappable keyboard to support national keyboards
.It
-All VT220 character sets plus ISO Latin-1 and DEC technical supported
+All VT220 character sets plus ISO Latin-1 and DEC technical supported
.It
VT220 downloadable character set supported when run on EGA/VGA
.It
@@ -96,7 +96,7 @@ Support for MDA, CGA, EGA and VGA display adaptors
.It
Support for 132 column operation on some VGA chipsets
.It
-X Window Support for XFree86
+X Window Support for XFree86
.Po
requires
.Em XSERVER
@@ -127,7 +127,7 @@ support
.Ss Scrollback
Each virtual
.Nm
-virtual terminal has 8 pages of memory attached which are used as a
+virtual terminal has 8 pages of memory attached which are used as a
scrollback buffer.
By using
.Em SHIFT-PageUp
@@ -375,7 +375,7 @@ caps shift - swaps case of letter,
ASCII code generating key,
.It KBD_SCROLL
stop output,
-.It KBD_FUNC
+.It KBD_FUNC
function key,
.It KBD_KP
keypad keys,
@@ -527,7 +527,7 @@ struct screeninfo {
int pure_vt_mode; /* flag, pure VT mode or HP/VT mode */
/* on write, if -1, no change */
int screen_size; /* screen size */
- /* on write, if -1, no change */
+ /* on write, if -1, no change */
int force_24lines; /* force 24 lines if 25 lines VT mode */
/* or 28 lines HP mode to get pure */
/* VT220 screen size */
@@ -557,7 +557,7 @@ sets the number of columns for the current screen,
.Pp
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
+Note that setting the number of columns to 132 is only supported on
some VGA adaptors.
Any unsupported numbers cause the ioctl to fail with
.Va errno
@@ -609,7 +609,7 @@ struct pcvtid {
int rmajor; /* revision number, major */
#define PCVTIDMAJOR 3
int rminor; /* revision number, minor */
-#define PCVTIDMINOR 00
+#define PCVTIDMINOR 00
};
.Ed
.Pp
@@ -669,7 +669,7 @@ option
supports a subset of the USL-style commands used to control
the virtual terminal interface.
This feature is mainly intended to allow
-.Em XFree86
+.Em XFree86
to switch between virtual screens even when
running an X server.
They are ugly with respect to the implied semantics
@@ -724,14 +724,14 @@ with much help from
and
.An J\(:org Wunsch Aq joerg@FreeBSD.org .
.Pp
-This driver is based on several people's previous work, notably
-the historic
+This driver is based on several people's previous work, notably
+the historic
.Xr pccons 4
implementation by
.An William Jolitz Aq ljolitz@cardio.ucsf.edu
and
.An Don Ahn ,
-and the keyboard mapping code from
+and the keyboard mapping code from
.An Holger Veit Aq veit@first.gmd.de .
.Sh SEE ALSO
.Xr cursor 1 ,
OpenPOWER on IntegriCloud