summaryrefslogtreecommitdiff
path: root/usr.bin/syscons/syscons.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/syscons/syscons.1')
-rw-r--r--usr.bin/syscons/syscons.1103
1 files changed, 0 insertions, 103 deletions
diff --git a/usr.bin/syscons/syscons.1 b/usr.bin/syscons/syscons.1
deleted file mode 100644
index e8a40b14104a..000000000000
--- a/usr.bin/syscons/syscons.1
+++ /dev/null
@@ -1,103 +0,0 @@
-.\"
-.\" syscons - a utility for manipulating the syscons driver
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" @(#)syscons.1
-.\"
-.TH syscons 1 "August 24, 1993" "" "FreeBSD"
-
-.SH NAME
-syscons - a utility for manipulating the syscons VTY driver.
-.SH SYNOPSIS
-.na
-.B syscons
-.RB [options]
-.SH DESCRIPTION
-The
-.B syscons
-command is used to set various options for the syscons console driver,
-such as font, keymap, current screen, etc.
-.SH OPTIONS
-.TP
-The following command line options are supported.
-.TP
-.B \-v
-Turns on verbose output.
-.TP
-.BI "\-s\ " N|off
-Sets the screensaver timeout to
-.I N
-seconds, or turns it
-.I off
-.TP
-.BI "\-V\ " NAME|list
-Sets the screensaver appearance to
-.I NAME .
-Use \-V list to list the available
-.I NAMEs .
-.TP
-.BI "\-m\ " 80x25|80x50
-Set screen size to 80x25 or 80x50 chars.
-.TP
-.BI "\-r\ " [ delay.repeat | slow | fast | normal ]
-Set keyboard
-.I delay
-and
-.I repeat
-rates, or use presets for
-.I slow,
-.I fast
-or
-.I normal.
-.TP
-.BI "\-S\ " scrmap
-Install screen output map file from
-.I scrmap
-.TP
-.BI "\-k\ " mapfile
-Install keyboard map file from
-.I mapfile
-.TP
-.BI "\-f\ " size\ file
-Load font
-.I file
-for
-.I size
-(currently, only 8, 14 or 16).
-.TP
-.BI "\-t\ " scr#
-Set current virtual screen to be
-.I scr#
-.TP
-.BI "\-F\ " FN#\ string
-Set function key
-.I FN#
-to send
-.I string
-.
-.PP
-.SH FILES
-/usr/share/syscons/fonts
-/usr/share/syscons/keymaps
-/usr/share/syscons/scrnmaps
-.PP
-.SH BUGS
-Sure to be some.
-.SH "SEE ALSO"
-.BR keyboard (4) ,
-.BR screen (4) ,
-.BR /sys/i386/conf/SYSCONS
-.SH AUTHORS
-Christoph M. Robitschko
-.TP
-Sxren Schmidt (syscons driver & original code).
-.TP
-Jordan Hubbard (this man page).