aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/tty.4
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-08-08 18:22:58 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-08-08 18:22:58 +0000
commitdc6669eeb2843c45c7225accadc08d9eccdac921 (patch)
tree4121ed260cfff009ef08617326ab372ae4c39bc3 /share/man/man4/tty.4
parentbef2f61da36707c5d13b9d4ba459b4fcaa1a1a5b (diff)
downloadsrc-dc6669eeb2843c45c7225accadc08d9eccdac921.tar.gz
src-dc6669eeb2843c45c7225accadc08d9eccdac921.zip
Improve English wording (use "with which" instead of clause without
conjunction).
Notes
Notes: svn path=/head/; revision=81296
Diffstat (limited to 'share/man/man4/tty.4')
-rw-r--r--share/man/man4/tty.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index ba2b3cd49308..dde89e18795f 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -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