summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2018-02-26 17:51:18 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2018-02-26 17:51:18 +0000
commitfe3f4a580a73ffe6ff14ec6a1169912f3ff2d5a2 (patch)
treeddd9000c1cce2857492550e15195d5042afb2074 /libexec
parent89181f2038ae91e5eedc70f1cd909685f76c546a (diff)
downloadsrc-test-fe3f4a580a73ffe6ff14ec6a1169912f3ff2d5a2.tar.gz
src-test-fe3f4a580a73ffe6ff14ec6a1169912f3ff2d5a2.zip
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/getty/gettytab.519
1 files changed, 4 insertions, 15 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index b1ddda2dd5c3d..9131dda3ed816 100644
--- a/libexec/getty/gettytab.5
+++ b/libexec/getty/gettytab.5
@@ -28,7 +28,7 @@
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
.\" $FreeBSD$
.\" "
-.Dd August 23, 2017
+.Dd February 26, 2018
.Dt GETTYTAB 5
.Os
.Sh NAME
@@ -109,9 +109,6 @@ scripts
character
.It "ev str" Ta Dv NULL
.Ta No "initial environment"
-.It "f0 num unused tty mode flags to write messages"
-.It "f1 num unused tty mode flags to read login name"
-.It "f2 num unused tty mode flags to leave terminal as"
.It "fl str" Ta So Li ^O
.Sc Ta No "output flush character"
.It "hc bool false do"
@@ -203,6 +200,9 @@ The following capabilities are no longer supported by
.It "bd num 0 backspace delay"
.It "cb bool false use crt backspace mode"
.It "cd num 0 carriage-return delay"
+.It "f0 num unused tty mode flags to write messages"
+.It "f1 num unused tty mode flags to read login name"
+.It "f2 num unused tty mode flags to leave terminal as"
.It "fd num 0 form-feed (vertical motion) delay"
.It "lc bool false terminal has lower case"
.It "nd num 0 newline (line-feed) delay"
@@ -245,17 +245,6 @@ and
.Va c_oflag
fields, respectively.
Each these sets must be completely specified to be effective.
-The
-.Va \&f0 ,
-.Va \&f1 ,
-and
-.Va \&f2
-are excepted for backwards compatibility with a previous incarnation of
-the TTY sub-system.
-In these flags the bottom 16 bits of the (32 bits)
-value contain the sgttyb
-.Va sg_flags
-field, while the top 16 bits represent the local mode word.
.Pp
Should
.Xr getty 8