unictype/bidi*: Rename modules.
[pspp] / modules / forkpty
index 5bfe0a5dea9c254529b64c2456e35e1cf178ad98..78ba5043a5aee02dbe955a404ff6d730b12502e1 100644 (file)
@@ -1,14 +1,18 @@
 Description:
-Provide the forkpty() function.
+forkpty() function: Open a pseudo-terminal, fork, and connect the child process
+to the pseudo-terminal's slave.
 
 Files:
+lib/forkpty.c
 m4/pty.m4
 
 Depends-on:
 pty
+openpty
+login_tty
 
 configure.ac:
-gl_FORKPTY
+gl_FUNC_FORKPTY
 gl_PTY_MODULE_INDICATOR([forkpty])
 
 Makefile.am: