diff options
author | 2003-06-02 12:55:59 +0000 | |
---|---|---|
committer | 2003-06-02 12:55:59 +0000 | |
commit | fbaa3c828ad6a1d259ebe946e4492c9988f488f7 (patch) | |
tree | c4b74efb0d6365645da886a20baaf2db180ae8cd | |
parent | - sort an Xr to self (diff) | |
download | wireguard-openbsd-fbaa3c828ad6a1d259ebe946e4492c9988f488f7.tar.xz wireguard-openbsd-fbaa3c828ad6a1d259ebe946e4492c9988f488f7.zip |
section reorder;
-rw-r--r-- | libexec/getty/getty.8 | 10 | ||||
-rw-r--r-- | libexec/getty/gettytab.5 | 12 | ||||
-rw-r--r-- | libexec/getty/ttys.5 | 10 |
3 files changed, 16 insertions, 16 deletions
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index baed5add9c4..722621be9b5 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getty.8,v 1.9 2001/11/13 14:06:10 mpech Exp $ +.\" $OpenBSD: getty.8,v 1.10 2003/06/02 12:55:59 jmc Exp $ .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -104,6 +104,10 @@ with a process priority, umask, and resource limits based on the .Dq default entry in .Pa /etc/login.conf . +.Sh FILES +.Bl -tag -width /etc/gettytab -compact +.It Pa /etc/gettytab +.El .Sh DIAGNOSTICS .Bl -diag .It "ttyxx: No such device or address." @@ -118,10 +122,6 @@ or the special file in .Pa /dev does not exist. .El -.Sh FILES -.Bl -tag -width /etc/gettytab -compact -.It Pa /etc/gettytab -.El .Sh SEE ALSO .Xr login 1 , .Xr ioctl 2 , diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index b60a47ef5a0..4422dd02bc9 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gettytab.5,v 1.14 2003/01/18 23:40:58 deraadt Exp $ +.\" $OpenBSD: gettytab.5,v 1.15 2003/06/02 12:55:59 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -388,6 +388,11 @@ This can be used to handle incoming PPP calls. .Xr uname 3 , .Xr termcap 5 , .Xr getty 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 .Xr login 1 . @@ -414,8 +419,3 @@ capability is stupid. 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 31dff4b4a2c..a71b3cacb67 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ttys.5,v 1.7 2001/11/13 14:06:10 mpech Exp $ +.\" $OpenBSD: ttys.5,v 1.8 2003/06/02 12:55:59 jmc Exp $ .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -128,6 +128,10 @@ may be followed by a quoted command string which will execute .Em before starting the command specified by the second field. +.Sh FILES +.Bl -tag -width /etc/ttys -compact +.It Pa /etc/ttys +.El .Sh EXAMPLES .Bd -literal # root login on console at 1200 baud @@ -144,10 +148,6 @@ ttyv0 "/usr/new/xterm -L :0" vs100 on window="/usr/new/Xvs100 0" ttyp0 none network ttyp1 none network off .Ed -.Sh FILES -.Bl -tag -width /etc/ttys -compact -.It Pa /etc/ttys -.El .Sh SEE ALSO .Xr login 1 , .Xr getttyent 3 , |