aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1995-03-03 21:21:24 +0000
committerDima Ruban <dima@FreeBSD.org>1995-03-03 21:21:24 +0000
commit50d387a36ede6e99cbe92e6d6d66d6ce4d1c7991 (patch)
treed9ac9fefb8ee7c8a0f7f10b76e5aeebd0e017621 /usr.sbin
parentfe8d7aae57289fc25e455eee12d1de4c285f3b2a (diff)
downloadsrc-50d387a36ede6e99cbe92e6d6d66d6ce4d1c7991.tar.gz
src-50d387a36ede6e99cbe92e6d6d66d6ce4d1c7991.zip
remove option "-s saver" from usage()
Notes
Notes: svn path=/head/; revision=6862
Diffstat (limited to 'usr.sbin')
-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 94a13d44e8d8..8c3e37100e57 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 5af8e5057114..786549fba772 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"
);