symlink: Update regarding AIX.
[gnulib.git] / modules / forkpty
index 5bfe0a5..78ba504 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: