summaryrefslogtreecommitdiff
path: root/lib/libc/termios/tcsetpgrp.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/termios/tcsetpgrp.3')
-rw-r--r--lib/libc/termios/tcsetpgrp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/termios/tcsetpgrp.3 b/lib/libc/termios/tcsetpgrp.3
index dd90cc91bfb..c88c3b73169 100644
--- a/lib/libc/termios/tcsetpgrp.3
+++ b/lib/libc/termios/tcsetpgrp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcsetpgrp.3,v 1.3 1997/05/30 07:48:36 deraadt Exp $
+.\" $OpenBSD: tcsetpgrp.3,v 1.4 1997/07/22 20:26:43 deraadt Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -89,7 +89,7 @@ argument does not match the process group ID of a process in the same
session as the calling process.
.El
.Sh SEE ALSO
-.Xr setpgid 3 ,
+.Xr setpgid 2 ,
.Xr setsid 2 ,
.Xr tcgetpgrp 3
.Sh STANDARDS