diff options
Diffstat (limited to 'lib/libc/termios/tcgetpgrp.3')
-rw-r--r-- | lib/libc/termios/tcgetpgrp.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/termios/tcgetpgrp.3 b/lib/libc/termios/tcgetpgrp.3 index 3cf01375026..9b57241950a 100644 --- a/lib/libc/termios/tcgetpgrp.3 +++ b/lib/libc/termios/tcgetpgrp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcgetpgrp.3,v 1.9 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: tcgetpgrp.3,v 1.10 2013/12/12 22:44:22 millert Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -27,14 +27,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: December 12 2013 $ .Dt TCGETPGRP 3 .Os .Sh NAME .Nm tcgetpgrp .Nd get foreground process group ID .Sh SYNOPSIS -.In sys/types.h .In unistd.h .Ft pid_t .Fn tcgetpgrp "int fd" |