diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 09:29:40 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 09:29:40 +0000 |
| commit | a3ac07a54e824889c4b8ae5fb79e1f32350f7a68 (patch) | |
| tree | b2ec9bb1af64367c92334972a8d5aea0b7f05b72 /libexec/getty | |
| parent | f0f77f69d7f74daedb26ad8ea00b4d06e43d29af (diff) | |
Notes
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/getty.8 | 10 | ||||
| -rw-r--r-- | libexec/getty/gettytab.5 | 10 | ||||
| -rw-r--r-- | libexec/getty/ttys.5 | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 0d65b0315fdf..4ab5501b3f9a 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -94,6 +94,11 @@ The utility can be set to timeout after some interval, which will cause dial up lines to hang up if the login name is not entered reasonably quickly. +.Sh FILES +.Bl -tag -width /etc/gettytab -compact +.It Pa /etc/gettytab +.It Pa /etc/ttys +.El .Sh DIAGNOSTICS .Bl -diag .It "ttyxx: No such device or address." @@ -109,11 +114,6 @@ or the special file in .Pa /dev does not exist. .El -.Sh FILES -.Bl -tag -width /etc/gettytab -compact -.It Pa /etc/gettytab -.It Pa /etc/ttys -.El .Sh SEE ALSO .Xr login 1 , .Xr ioctl 2 , diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index a20cebbd4046..7b475b191781 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -513,6 +513,11 @@ which all of the connection data has been sent by the modem. .Xr termcap 5 , .Xr getty 8 , .Xr telnetd 8 +.Sh HISTORY +The +.Nm +file format appeared in +.Bx 4.2 . .Sh BUGS The special characters (erase, kill, etc.) are reset to system defaults by @@ -535,8 +540,3 @@ The .Xr termcap 5 format is horrid, something more rational should have been chosen. -.Sh HISTORY -The -.Nm -file format appeared in -.Bx 4.2 . diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index fcb0921a87bb..169e9c40a49e 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -135,6 +135,10 @@ Words are separated by any combinations of tabs and spaces. Arguments containing whitespace should be enclosed in single quotes .Pq Li ' . Note that no shell-style globbing or other variable substitution occurs. +.Sh FILES +.Bl -tag -width /etc/ttys -compact +.It Pa /etc/ttys +.El .Sh EXAMPLES .Bd -literal # root login on console at 1200 baud @@ -151,10 +155,6 @@ ttyv0 "/usr/new/xterm -L :0" vs100 on window="/usr/new/Xvs100 0" ttyp0 none network group=pty ttyp1 none network off group=pty .Ed -.Sh FILES -.Bl -tag -width /etc/ttys -compact -.It Pa /etc/ttys -.El .Sh SEE ALSO .Xr login 1 , .Xr getttyent 3 , |
