Openpty() manpage
This commit is contained in:
parent
0f48b1885d
commit
7c91a50061
1 changed files with 18 additions and 0 deletions
18
man/man3/openpty.3
Normal file
18
man/man3/openpty.3
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
.TH OPENPTY 3 "May 15, 1985"
|
||||||
|
.AT 3
|
||||||
|
.SH NAME
|
||||||
|
openpty \- library call to obtain a pty
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.nf
|
||||||
|
.ft B
|
||||||
|
#include <libutil.h>
|
||||||
|
|
||||||
|
int openpty(int *\fIamaster\fP, int *\fIaslave\fP, char *\fIname\fP, struct termios *\fItermp\fP, struct winsize *\fIwinp\fP)
|
||||||
|
.ft R
|
||||||
|
.fi
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B Openpty
|
||||||
|
tries to obtain pty file descriptors by opening /dev/ttypX and
|
||||||
|
/dev/ptypX, setting *\fIamaster\fP and *\fIaslave\fP to these fd's,
|
||||||
|
changing ownership of the slave pty to the current process, and making
|
||||||
|
it only group-writable by group tty.
|
Loading…
Reference in a new issue