Deleted Added
full compact
vidcontrol.1 (95127) vidcontrol.1 (99705)
1.\"
2.\" vidcontrol - a utility for manipulating the syscons video driver
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" @(#)vidcontrol.1
1.\"
2.\" vidcontrol - a utility for manipulating the syscons video driver
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" @(#)vidcontrol.1
14.\" $FreeBSD: head/usr.sbin/vidcontrol/vidcontrol.1 95127 2002-04-20 12:27:18Z charnier $
14.\" $FreeBSD: head/usr.sbin/vidcontrol/vidcontrol.1 99705 2002-07-10 03:31:25Z dd $
15.\"
15.\"
16.Dd May 27, 2001
16.Dd May 27, 2002
17.Dt VIDCONTROL 1
18.Os
19.Sh NAME
20.Nm vidcontrol
21.Nd system console control and configuration utility
22.Sh SYNOPSIS
23.Nm
24.Op Fl CdLPpx

--- 6 unchanged lines hidden (view full) ---

31.Oc
32.Op Fl g Ar geometry
33.Op Fl h Ar size
34.Op Fl i Cm adapter | mode
35.Op Fl l Ar screen_map
36.Op Fl M Ar char
37.Op Fl m Cm on | off
38.Op Fl r Ar foreground Ar background
17.Dt VIDCONTROL 1
18.Os
19.Sh NAME
20.Nm vidcontrol
21.Nd system console control and configuration utility
22.Sh SYNOPSIS
23.Nm
24.Op Fl CdLPpx

--- 6 unchanged lines hidden (view full) ---

31.Oc
32.Op Fl g Ar geometry
33.Op Fl h Ar size
34.Op Fl i Cm adapter | mode
35.Op Fl l Ar screen_map
36.Op Fl M Ar char
37.Op Fl m Cm on | off
38.Op Fl r Ar foreground Ar background
39.Op Fl S Cm on | off
39.Op Fl s Ar number
40.Op Fl t Ar N | Cm off
41.Op Ar mode
42.Op Ar foreground Op Ar background
43.Op Cm show
44.Sh DESCRIPTION
45The
46.Nm

--- 161 unchanged lines hidden (view full) ---

208but dump contents of the video buffer in a plain text format
209ignoring nonprintable characters and information about text
210attributes.
211.It Fl r Ar foreground background
212Change reverse mode colors to
213.Ar foreground
214and
215.Ar background .
40.Op Fl s Ar number
41.Op Fl t Ar N | Cm off
42.Op Ar mode
43.Op Ar foreground Op Ar background
44.Op Cm show
45.Sh DESCRIPTION
46The
47.Nm

--- 161 unchanged lines hidden (view full) ---

209but dump contents of the video buffer in a plain text format
210ignoring nonprintable characters and information about text
211attributes.
212.It Fl r Ar foreground background
213Change reverse mode colors to
214.Ar foreground
215and
216.Ar background .
217.It Fl S Cm on | off
218Turn vty switching on or off.
219When vty switching is off,
220attempts to switch to a different virtual terminal will fail.
221(The default is to permit vty switching.)
216.It Fl s Ar number
217Set the current vty to
218.Ar number .
219.It Fl t Ar N | Cm off
220Set the screensaver timeout to
221.Ar N
222seconds, or turns it
223.Cm off .

--- 289 unchanged lines hidden ---
222.It Fl s Ar number
223Set the current vty to
224.Ar number .
225.It Fl t Ar N | Cm off
226Set the screensaver timeout to
227.Ar N
228seconds, or turns it
229.Cm off .

--- 289 unchanged lines hidden ---