]> git.saurik.com Git - apple/libc.git/blobdiff - gen/tcgetpgrp.3
Libc-498.tar.gz
[apple/libc.git] / gen / tcgetpgrp.3
index b155763412f1694f6deff94f612fde7ea034aad9..9df905fb1601af1512b02775f37f757685da6521 100644 (file)
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In sys/types.h
 .In unistd.h
 .Ft pid_t
-.Fn tcgetpgrp "int fd"
+.Fo tcgetpgrp
+.Fa "int fildes"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn tcgetpgrp
@@ -62,18 +63,26 @@ is set to indicate the error, as follows:
 .Bl -tag -width Er
 .It Bq Er EBADF
 The
-.Fa fd
+.Fa fildes
 argument is not a valid file descriptor.
 .It Bq Er ENOTTY
 The calling process does not have a controlling terminal or the
 underlying terminal device represented by
-.Fa fd
+.Fa fildes
 is not the controlling terminal.
 .El
+.Sh LEGACY SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <unistd.h>
+.Pp
+The include file
+.In sys/types.h
+is necessary.
 .Sh SEE ALSO
 .Xr setpgid 2 ,
 .Xr setsid 2 ,
-.Xr tcsetpgrp 3
+.Xr tcsetpgrp 3 ,
+.Xr compat 5
 .Sh STANDARDS
 The
 .Fn tcgetpgrp