Improve wording a bit; from John Heasley in PR lib/15194.

This commit is contained in:
kleink 2002-01-09 22:17:34 +00:00
parent 4d16c47eac
commit 52544dc3f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tcsetattr.3,v 1.6 2001/09/16 01:35:41 wiz Exp $
.\" $NetBSD: tcsetattr.3,v 1.7 2002/01/09 22:17:34 kleink Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -204,7 +204,7 @@ The
function copies the parameters associated with the terminal referenced
by
.Fa fd
in the termios structure referenced by
to the termios structure referenced by
.Fa tp .
This function is allowed from a background process, however, the terminal
attributes may be subsequently changed by a foreground process.