2002-10-03 19:41:44 +04:00
|
|
|
.\" $NetBSD: ttyflags.8,v 1.10 2002/10/03 15:41:48 wiz Exp $
|
1994-03-30 13:29:16 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1994 Christopher G. Demetriou
|
|
|
|
.\" All rights reserved.
|
2001-11-16 13:25:42 +03:00
|
|
|
.\"
|
1994-03-30 13:29:16 +04:00
|
|
|
.\" 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.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
2000-06-14 21:24:02 +04:00
|
|
|
.\" This product includes software developed for the
|
|
|
|
.\" NetBSD Project. See http://www.netbsd.org/ for
|
|
|
|
.\" information about NetBSD.
|
1999-04-07 00:24:37 +04:00
|
|
|
.\" 4. The name of the author may not be used to endorse or promote products
|
2000-06-14 21:24:02 +04:00
|
|
|
.\" derived from this software without specific prior written permission.
|
2001-11-16 13:25:42 +03:00
|
|
|
.\"
|
1994-03-30 13:29:16 +04:00
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2001-11-16 13:25:42 +03:00
|
|
|
.\"
|
2000-06-14 21:24:02 +04:00
|
|
|
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
|
1994-03-30 13:29:16 +04:00
|
|
|
.\"
|
|
|
|
.Dd March 30, 1994
|
|
|
|
.Dt TTYFLAGS 8
|
2001-06-05 15:22:41 +04:00
|
|
|
.Os
|
1994-03-30 13:29:16 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm ttyflags
|
|
|
|
.Nd set device-specific flags for terminals
|
|
|
|
.Sh SYNOPSIS
|
1997-09-15 15:24:41 +04:00
|
|
|
.Nm
|
1994-03-30 13:29:16 +04:00
|
|
|
.Op Fl v
|
|
|
|
.Op Fl a | Ar tty ...
|
|
|
|
.Sh DESCRIPTION
|
1997-09-15 15:24:41 +04:00
|
|
|
.Nm
|
1994-03-30 13:29:16 +04:00
|
|
|
sets the device-specific flags for terminals, based on the flags
|
|
|
|
found on the terminal's line in
|
|
|
|
.Pa /etc/ttys .
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl a
|
|
|
|
Set the flags for all terminals in
|
|
|
|
.Pa /etc/ttys .
|
|
|
|
.It Fl v
|
|
|
|
Be verbose about what the terminals' flags will be set to.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Ar tty
|
|
|
|
arguments are optional, but must not be specified if the
|
|
|
|
.Fl a
|
2002-10-03 19:41:44 +04:00
|
|
|
flag is used.
|
|
|
|
If specified, the
|
1994-03-30 13:29:16 +04:00
|
|
|
.Ar tty
|
|
|
|
arguments should be the base names of
|
|
|
|
the ttys, as found in
|
|
|
|
.Pa /etc/ttys .
|
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /etc/ttys -compact
|
|
|
|
.It Pa /etc/ttys
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr getttyent 3 ,
|
|
|
|
.Xr ttys 5
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1997-09-15 15:24:41 +04:00
|
|
|
.Nm
|
1994-03-30 13:29:16 +04:00
|
|
|
utility appeared in
|
1997-11-24 09:28:50 +03:00
|
|
|
.Nx 1.0 .
|
1994-03-30 13:29:16 +04:00
|
|
|
.Sh BUGS
|
|
|
|
The conditions on which to report an error are ill-defined.
|
1997-09-15 15:24:41 +04:00
|
|
|
.Nm
|
1994-03-30 13:29:16 +04:00
|
|
|
tries to report all significant errors, perhaps going over-board
|
|
|
|
at times.
|