--- /dev/null
+.TH SPLITFONT 1 "2002-02-24" "" "Linux Console"
+
+.SH NAME
+splitfont \- extract characters from an ISO-type font.
+
+.SH SYNOPSIS
+.B
+splitfont
+.I fontfile
+.I <character range>...
+
+.SH DESCRIPTION
+The command
+.splitfont
+removes characters from a given font file; it removes all the
+specified characters from the named font file.
+.P
+This works for Linux console fonts, without PSF headers,
+and containing just 256 characters.
+.P
+The character range is of the form
+.LP
+.RS
+ 17,23-30,
+.RE
+
+.SH "SEE ALSO"
+setfont(8).
-.TH SHOWFONT 1 "2002-02-22" "" "Linux Console"
+.TH SHOWCONSOLEFONT 8 "2002-02-22" "" "Linux Console"
.SH NAME
showconsolefont \- Show the current EGA/VGA console screen font
--- /dev/null
+.TH SETLOGCONS 8 "18 Apr 2004" "Console tools" "Linux User's Manual"
+
+.SH NAME
+setlogcons \- Send kernel messages to console N
+.SH SYNOPSIS
+.BI setlogcons
+.BI N
+
+.SH DESCRIPTION
+The command
+.B setlogcons
+.I N
+sets all kernel messges to the console specified as N.
+.P
+By default kernel messages are sent to the current console.
+.P
+To change the level of messages sent, use
+.B dmesg
+
+.SH "AUTHORS"
+.BI setlogcons
+was originally written by Andries Brouwer for the kbd package.
+.P
+This manual page was written by Alastair McKinstry.
+.SH "SEE ALSO"
+dmesg(1)
--- /dev/null
+.\" Copyright 2003 Alastair McKinstry <mckinstry@computer.org>"
+.\" May be distributed under the GNU General Public License"
+.TH VCSTIME 8 "22 Jan 2003" "Console tools" "Linux User's Manual"
+
+.SH NAME
+vcstime \- Show time in upper right hand corner of the console screen
+
+.SH SYNOPSIS
+.BI vcstime
+
+.SH DESCRIPTION
+.PP
+.B vcstime
+shows the current time in the upper right\-hand corner of the console screen.
+.PP
+This simple program shows the current time in the corner of the console screen.
+.PP
+It needs to be run by root, in order to have write permissions to
+.I /dev/vcsa
+
+
+.SH "AUTHORS"
+.BR vcstime
+was written by Andries Brouwer, based on a suggestion by Miguel de Icaza.
+This manual page was Written by Alastair McKinstry, Debian, Jan 2003.