summaryrefslogtreecommitdiff
path: root/share/man/man4/termios.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/termios.4')
-rw-r--r--share/man/man4/termios.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 362b63171aa..7ee8f737051 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termios.4,v 1.35 2011/08/19 19:59:51 jmc Exp $
+.\" $OpenBSD: termios.4,v 1.36 2014/01/21 03:15:46 schwarze Exp $
.\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)termios.4 8.4 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: August 19 2011 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TERMIOS 4
.Os
.Sh NAME
@@ -801,7 +801,7 @@ Routines that need to control certain terminal
.Tn I/O
characteristics
do so by using the termios structure as defined in the header
-.Aq Pa termios.h .
+.In termios.h .
This structure contains minimally four scalar elements of bit flags
and one array of special characters.
The scalar flag elements are
@@ -1500,7 +1500,7 @@ The special control characters values are defined by the array
This table lists the array index, the corresponding special character,
and the system default value.
For an accurate list of the system defaults, consult the header file
-.Aq Pa sys/ttydefaults.h .
+.In sys/ttydefaults.h .
.Bl -column "Index Name" "Special Character" -offset indent
.It Em "Index Name" Ta Em "Special Character" Ta Em "Default Value"
.It Dv VEOF Ta EOF Ta \&^D
@@ -1545,7 +1545,7 @@ array.
.Pp
The initial values of the flags and control characters
after open() is set according to the values in the header
-.Aq Pa sys/ttydefaults.h .
+.In sys/ttydefaults.h .
.Sh SEE ALSO
.Xr tcgetattr 3 ,
.Xr tcsetattr 3