summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/cursor/cursor.14
-rw-r--r--usr.sbin/pcvt/ispcvt/ispcvt.86
-rw-r--r--usr.sbin/pcvt/kcon/kcon.112
-rw-r--r--usr.sbin/pcvt/keycap/man5/keycap.58
-rw-r--r--usr.sbin/pcvt/loadfont/loadfont.14
-rw-r--r--usr.sbin/pcvt/scon/scon.114
-rw-r--r--usr.sbin/pcvt/vgaio/vgaio.84
7 files changed, 26 insertions, 26 deletions
diff --git a/usr.sbin/pcvt/cursor/cursor.1 b/usr.sbin/pcvt/cursor/cursor.1
index e184a4c..e9eb7f3 100644
--- a/usr.sbin/pcvt/cursor/cursor.1
+++ b/usr.sbin/pcvt/cursor/cursor.1
@@ -32,14 +32,14 @@
.Nm cursor
.Nd set cursor shape for the pcvt VT220 video driver
.Sh SYNOPSIS
-.Nm cursor
+.Nm
.Op Fl d Ar device
.Op Fl n Ar screenno
.Op Fl s Ar lineno
.Op Fl e Ar lineno
.Sh DESCRIPTION
The
-.Nm cursor
+.Nm
utility allows the user to set the cursor shape in a given virtual screen
of the above mentioned driver.
.Pp
diff --git a/usr.sbin/pcvt/ispcvt/ispcvt.8 b/usr.sbin/pcvt/ispcvt/ispcvt.8
index 01c17c9..efc5d86 100644
--- a/usr.sbin/pcvt/ispcvt/ispcvt.8
+++ b/usr.sbin/pcvt/ispcvt/ispcvt.8
@@ -32,20 +32,20 @@
.Nm ispcvt
.Nd verify if current video driver is pcvt driver
.Sh SYNOPSIS
-.Nm ispcvt
+.Nm
.Op Fl c
.Op Fl d Ar device
.Op Fl n
.Op Fl v
.Sh DESCRIPTION
The
-.Nm ispcvt
+.Nm
utility allows the user to check whether the current video driver compiled
into the kernel is a pcvt driver.
The major and minor release numbers of
the driver are also checked.
Furthermore
-.Nm ispcvt
+.Nm
is also able to print out the values of all the
.Dq Ar PCVT_XXXXXX
compile time options, the driver in the current running kernel was
diff --git a/usr.sbin/pcvt/kcon/kcon.1 b/usr.sbin/pcvt/kcon/kcon.1
index 3b3debe..a576ca9 100644
--- a/usr.sbin/pcvt/kcon/kcon.1
+++ b/usr.sbin/pcvt/kcon/kcon.1
@@ -32,7 +32,7 @@
.Nm kcon
.Nd pcvt keyboard control and remapping
.Sh SYNOPSIS
-.Nm kcon
+.Nm
.Op Fl d Ar delay
.Op Fl l
.Op Fl m Ar map
@@ -44,7 +44,7 @@
.Op Fl t Ns Ar +/-
.Op Fl x
.Sh DESCRIPTION
-.Nm kcon
+.Nm
is used for controlling all aspects of keyboard configuration for the 'pcvt'
video driver.
.Pp
@@ -59,7 +59,7 @@ Valid values are 0..3 corresponding to delays of 250, 500, 750 and
Displays the current keyboard map in use by the driver.
.It Fl m Ar map
Specifies the map entry to be searched in the keyboard capabilities database
-.Nm keycap.
+.Nm keycap .
The database is searched for the entry and if found, the mapping
is loaded and is used in the driver from then on.
.It Fl o
@@ -102,15 +102,15 @@ Keyboard raw device.
.Xr keycap 3 ,
.Xr keycap 5
.Sh BUGS
-.Nm kcon
+.Nm
detects several inconsistencies in the keycap database.
In case of errors
-.Nm kcon
+.Nm
exits with an error message.
If this happens, the keyboard may remain in
an undefined state.
To recover from such situation, execute
-.Nm kcon -m default
+.Dq Li kcon -m default .
.Sh EXAMPLES
The command
.Dq Li kcon -m gb
diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5
index cb4dfbb..68c308f 100644
--- a/usr.sbin/pcvt/keycap/man5/keycap.5
+++ b/usr.sbin/pcvt/keycap/man5/keycap.5
@@ -42,16 +42,16 @@
.Nm keycap
.Nd keyboard mapping data base
.Sh SYNOPSIS
-.Nm keycap
+.Nm
.Sh DESCRIPTION
The
-.Nm keycap
+.Nm
file
is a data base describing keyboard mappings, used by
.Xr kcon 1 .
.Pp
Entries in
-.Nm keycap
+.Nm
consist of a number of `:'-separated fields.
The first entry for each mapping gives the names that are known for the
mapping, separated by `|' characters.
@@ -91,7 +91,7 @@ A string parameter may have up to 15 characters.
.Ss A Sample Entry
The following entry, which describes a test entry, is among the very
easy entries in the
-.Nm keycap
+.Nm
file as of this writing.
.Pp
.Bd -literal
diff --git a/usr.sbin/pcvt/loadfont/loadfont.1 b/usr.sbin/pcvt/loadfont/loadfont.1
index 1e599ac..bac6524 100644
--- a/usr.sbin/pcvt/loadfont/loadfont.1
+++ b/usr.sbin/pcvt/loadfont/loadfont.1
@@ -32,14 +32,14 @@
.Nm loadfont
.Nd pcvt utility for loading fonts into VGA/EGA boards
.Sh SYNOPSIS
-.Nm loadfont
+.Nm
.Op Fl c Ar charsetno
.Op Fl d Ar devicefile
.Op Fl f Ar fontfilename
.Op Fl i
.Sh DESCRIPTION
The
-.Nm loadfont
+.Nm
utility is used to load fonts needed for proper operation of the pcvt
VT220 driver on EGA and VGA boards into the font ram of this boards.
.Pp
diff --git a/usr.sbin/pcvt/scon/scon.1 b/usr.sbin/pcvt/scon/scon.1
index c522c7a..a270657 100644
--- a/usr.sbin/pcvt/scon/scon.1
+++ b/usr.sbin/pcvt/scon/scon.1
@@ -33,7 +33,7 @@
.Nm scon
.Nd controls screen modes for pcvt video driver
.Sh SYNOPSIS
-.Nm scon
+.Nm
.Op Fl a
.Op Fl c Ar screenno
.Op Fl d Ar device
@@ -45,27 +45,27 @@
.Op Fl v
.Op Fl V
.Op Fl s Ar lines
-.Nm scon
+.Nm
.Op Fl v
.Op Fl d Ar device
.Fl p Ar entry,red,green,blue
-.Nm scon
+.Nm
.Op Fl v
.Op Fl d Ar device
.Fl p Ar default
-.Nm scon
+.Nm
.Op Fl v
.Op Fl d Ar device
.Fl p Ar list
-.Nm scon
+.Nm
.Op Fl v
.Fl t Ar timeout
-.Nm scon
+.Nm
.Op Fl v
.Fl 1 | Fl 8
.Sh DESCRIPTION
The
-.Nm scon
+.Nm
utility controls several aspects of the runtime behaviour of the pcvt vt220
driver.
.Pp
diff --git a/usr.sbin/pcvt/vgaio/vgaio.8 b/usr.sbin/pcvt/vgaio/vgaio.8
index 0c54a42..07d124b 100644
--- a/usr.sbin/pcvt/vgaio/vgaio.8
+++ b/usr.sbin/pcvt/vgaio/vgaio.8
@@ -40,7 +40,7 @@
.Nm vgaio
.Nd perform input/output on a Video Graphics Array
.Sh SYNOPSIS
-.Nm vgaio
+.Nm
.Op Fl d
.Sh DESCRIPTION
.Ss Purpose
@@ -48,7 +48,7 @@
is used to perform register-level input/output on a Video Graphics Array.
Since some of the sequences required to access those registers are very
silly,
-.Nm vgaio
+.Nm
cares of all the things necessary and allows the user to access the
registers of several register groups with their symbolic names.
OpenPOWER on IntegriCloud