BSD 3 development
[unix-history] / usr / man / man2 / stty.2
index 2dc8a23..ff45bae 100644 (file)
@@ -1,4 +1,4 @@
-.TH STTY 2 
+.TH STTY 2 11/15/79
 .SH NAME
 stty, gtty \- set and retrieve terminal modes
 .SH SYNOPSIS
 .SH NAME
 stty, gtty \- set and retrieve terminal modes
 .SH SYNOPSIS
@@ -34,7 +34,7 @@ struct sgttyb {
        char    sg_ospeed;
        char    sg_erase;
        char    sg_kill;
        char    sg_ospeed;
        char    sg_erase;
        char    sg_kill;
-       int     sg_flags;
+       short   sg_flags;
 };
 .fi
 .PP
 };
 .fi
 .PP
@@ -125,7 +125,7 @@ RAW 0000040 Raw mode: wake up on all characters
 CRMOD  0000020 Map CR into LF; echo LF or CR as CR-LF
 ECHO   0000010 Echo (full duplex)
 LCASE  0000004 Map upper case to lower on input (e. g. M33)
 CRMOD  0000020 Map CR into LF; echo LF or CR as CR-LF
 ECHO   0000010 Echo (full duplex)
 LCASE  0000004 Map upper case to lower on input (e. g. M33)
-CBREAK 0000002 Return each character as soon as typed
+CBREAK 0000002 Return each character as soon as it is tped
 HUPCL  0000001 Hang up (remove `data terminal ready') on last close
 .DT
 .fi
 HUPCL  0000001 Hang up (remove `data terminal ready') on last close
 .DT
 .fi
@@ -145,7 +145,7 @@ Carriage-return delay type 1 lasts about .08 seconds
 and is suitable for the Terminet 300.
 Delay type 2 lasts about .16 seconds and is suitable
 for the VT05 and the TI 700.
 and is suitable for the Terminet 300.
 Delay type 2 lasts about .16 seconds and is suitable
 for the VT05 and the TI 700.
-Delay type 3 is unimplemented and is 0.
+Delay type 3 is suitable for the Concept 100.
 .PP
 New-line delay type 1 is dependent on the current column
 and is tuned for Teletype model 37's.
 .PP
 New-line delay type 1 is dependent on the current column
 and is tuned for Teletype model 37's.
@@ -185,7 +185,7 @@ files other than terminals,
 but since none of them are part of the standard system
 the specifications will not be given.
 .SH "SEE ALSO"
 but since none of them are part of the standard system
 the specifications will not be given.
 .SH "SEE ALSO"
-stty(1), tty(4)
+stty(1), tty(4), ioctl(2)
 .SH DIAGNOSTICS
 Zero is returned if the call was successful;
 \-1 if the file descriptor does not refer to a terminal.
 .SH DIAGNOSTICS
 Zero is returned if the call was successful;
 \-1 if the file descriptor does not refer to a terminal.