summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-22 20:26:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-22 20:26:44 +0000
commite634fcd1d7c659a05823543a14aadec0c3ef7979 (patch)
treeaa81285b0bebdbb719d19bd3dca164a209dfe87c /lib/libc
parent39a01fc61fd490bd4c869b932d38150b4d57fc9c (diff)
setpgid 2
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/termios/tcgetpgrp.34
-rw-r--r--lib/libc/termios/tcsetpgrp.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/termios/tcgetpgrp.3 b/lib/libc/termios/tcgetpgrp.3
index 62b0d8827fd..01fc9e6884f 100644
--- a/lib/libc/termios/tcgetpgrp.3
+++ b/lib/libc/termios/tcgetpgrp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcgetpgrp.3,v 1.3 1997/05/30 07:48:34 deraadt Exp $
+.\" $OpenBSD: tcgetpgrp.3,v 1.4 1997/07/22 20:26:42 deraadt Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -68,7 +68,7 @@ underlying terminal device represented by
is not the controlling terminal.
.El
.Sh SEE ALSO
-.Xr setpgid 3 ,
+.Xr setpgid 2 ,
.Xr setsid 2 ,
.Xr tcsetpgrp 3
.Sh STANDARDS
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