Improve English wording (use "with which" instead of clause without

conjunction).
This commit is contained in:
Sheldon Hearn 2001-08-08 18:22:58 +00:00
parent bef2f61da3
commit dc6669eeb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81296

View File

@ -192,8 +192,8 @@ Assert data terminal ready (DTR).
.It Dv TIOCCDTR Fa void
Clear data terminal ready (DTR).
.It Dv TIOCGPGRP Fa int *tpgrp
Return the current process group the terminal is associated
with in the integer pointed to by
Return the current process group with which the terminal is associated
in the integer pointed to by
.Fa tpgrp .
This is the underlying call that implements the
.Xr termios 4