aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/tty.4
diff options
context:
space:
mode:
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