diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 19:36:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 19:36:30 +0000 |
commit | 0fe78c149cfb690e1a2d88b1f5b60e6e6e5079ad (patch) | |
tree | 1087db2c842a56c1cb2a987d049dc91cbfb0d782 /share/man/man4 | |
parent | 69f0ac8eb00f7ddb2deb05e2fde760337c2a92d7 (diff) |
.Er Dv -> .Er
from wiz@netbsd
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/termios.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 6a5834f05b1..4969a6bbd06 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.22 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: termios.4,v 1.23 2003/06/26 19:36:29 jmc Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -180,7 +180,7 @@ signal, or if the process group of the reading process is orphaned, the returns -1 with .Va errno set to -.Er Dv EIO +.Er EIO and no signal is sent. The default action of the @@ -215,7 +215,7 @@ the returns -1 with .Va errno set to -.Er Dv EIO +.Er EIO and no signal is sent. .Pp Certain calls that set terminal parameters are treated in the same |