X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Funlockpt.3;fp=original%2Fman3%2Funlockpt.3;h=0000000000000000000000000000000000000000;hb=2460a0b8024ceb8570acdbc9208713d79458efcb;hp=4849c699ffc812c736da6ca716c8ed208af0394e;hpb=83f9e5d087c3464d5131604d3c9893479e6228eb;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/unlockpt.3 b/original/man3/unlockpt.3 deleted file mode 100644 index 4849c699..00000000 --- a/original/man3/unlockpt.3 +++ /dev/null @@ -1,67 +0,0 @@ -.\" %%%LICENSE_START(PUBLIC_DOMAIN) -.\" This page is in the public domain. - aeb -.\" %%%LICENSE_END -.\" -.TH UNLOCKPT 3 2013-12-09 "" "Linux Programmer's Manual" -.SH NAME -unlockpt \- unlock a pseudoterminal master/slave pair -.SH SYNOPSIS -.nf -.BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" -.br -.B #include -.sp -.BI "int unlockpt(int " fd ");" -.fi -.SH DESCRIPTION -The -.BR unlockpt () -function unlocks the slave pseudoterminal device -corresponding to the master pseudoterminal referred to by -.IR fd . -.PP -.BR unlockpt () -should be called before opening the slave side of a pseudoterminal. -.SH RETURN VALUE -When successful, -.BR unlockpt () -returns 0. -Otherwise, it returns \-1 and sets -.I errno -appropriately. -.SH ERRORS -.TP -.B EBADF -The -.I fd -argument is not a file descriptor open for writing. -.TP -.B EINVAL -The -.I fd -argument is not associated with a master pseudoterminal. -.SH VERSIONS -.BR unlockpt () -is provided in glibc since version 2.1. -.SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The -.BR unlockpt () -function is thread-safe. -.SH CONFORMING TO -POSIX.1-2001. -.SH SEE ALSO -.BR grantpt (3), -.BR posix_openpt (3), -.BR ptsname (3), -.BR pts (4), -.BR pty (7) -.SH COLOPHON -This page is part of release 3.79 of the Linux -.I man-pages -project. -A description of the project, -information about reporting bugs, -and the latest version of this page, -can be found at -\%http://www.kernel.org/doc/man\-pages/.