summaryrefslogtreecommitdiffstats
path: root/libexec/getty/ttys.5
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-05-05 19:01:13 +0000
committerjoerg <joerg@FreeBSD.org>1996-05-05 19:01:13 +0000
commit289d83e1bca7867454702376e7598825b3bf49a2 (patch)
tree9fcbb1cf60af1a534cd4b1dc67cc99143428a872 /libexec/getty/ttys.5
parentf6bfadad2892ae8e55931c0d104fa2b095ea2676 (diff)
downloadFreeBSD-src-289d83e1bca7867454702376e7598825b3bf49a2.zip
FreeBSD-src-289d83e1bca7867454702376e7598825b3bf49a2.tar.gz
Finally commit the changes that make getty(8) no longer depend on the
COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.) The getty has been running now for several weeks on my modem line, so i feel safe about it. Obtained from: mostly from the NetBSD vendor-branch
Diffstat (limited to 'libexec/getty/ttys.5')
-rw-r--r--libexec/getty/ttys.525
1 files changed, 20 insertions, 5 deletions
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5
index 8d31b23..7b65526 100644
--- a/libexec/getty/ttys.5
+++ b/libexec/getty/ttys.5
@@ -1,5 +1,5 @@
-.\" Copyright (c) 1985, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1985, 1991, 1993
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -29,9 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)ttys.5 6.8 (Berkeley) 5/4/91
-.\"
-.Dd May 4, 1991
+.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
+.\" $Id: ttys.5,v 1.1.1.2 1996/04/13 15:33:16 joerg Exp $
+.\" "
+.Dd June 4, 1993
.Dt TTYS 5
.Os
.Sh NAME
@@ -96,6 +97,18 @@ should (should not) execute the command given in the second field,
while ``secure'' (if ``on'' is also specified) allows users with a
uid of 0 to login on
this line.
+The flags ``local'', ``rtscts'', ``mdmbuf'', and ``softcar''
+modify the default behaviour of the terminal line, and their actions
+are driver dependent.
+The ``local'' flag causes the driver to
+treat the line as if it locally connected.
+The ``rtscts'' flag
+instructs the driver to use RTS/CTS hardware flow control, if
+possible.
+The ``mdmbuf'' flag instructs the driver to use
+DTR/DCD flow control, if possible.
+The ``softcar'' flag causes the driver to ignore
+hardware carrier on the line.
These flag fields should not be quoted.
.Pp
The string ``window='' may be followed by a quoted command
@@ -132,6 +145,8 @@ ttyp1 none network off
.Xr termcap 5 ,
.Xr getty 8 ,
.Xr init 8
+.\".Xr init 8 ,
+.\".Xr ttyflags 8
.Sh HISTORY
A
.Nm
OpenPOWER on IntegriCloud