summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.13
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1
index 94a13d4..8c3e371 100644
--- a/usr.sbin/vidcontrol/vidcontrol.1
+++ b/usr.sbin/vidcontrol/vidcontrol.1
@@ -24,8 +24,7 @@ vidcontrol - a utility for manipulating the syscons video driver.
The
.B vidcontrol
command is used to set various options for the syscons video driver,
-such as video mode, colors, cursor, scrnmaps, font,
-screensaver type and timeout.
+such as video mode, colors, cursor, scrnmaps, font and screensaver timeout.
A new video mode is selected by specifying its name as an argument to
.B vidcontrol
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c
index 5af8e50..786549f 100644
--- a/usr.sbin/vidcontrol/vidcontrol.c
+++ b/usr.sbin/vidcontrol/vidcontrol.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: vidcontrol.c,v 1.8 1995/02/08 01:07:16 dima Exp $
+ * $Id: vidcontrol.c,v 1.9 1995/02/22 13:41:27 sos Exp $
*/
#include <ctype.h>
@@ -66,7 +66,6 @@ usage()
" -l filename (load srceenmap file filename)\n"
" -L (load default screenmap)\n"
" -f DxL filename (load font, D dots wide & L lines high)\n"
-" -s saver | help (set screensaver type or help for a list)\n"
" -t N (set screensaver timeout in seconds)\n"
" -x (use hex numbers for output)\n"
);
OpenPOWER on IntegriCloud