X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fgnulib.texi;h=1665e312b19f4c10a6cd7e9c0fade5bc8c64bd04;hb=bab19390fb6043d6a0a9c1a345b91b2c789b225d;hp=3efbcb02a5e425eff2d58bafdcb24b75330b41d3;hpb=964a52336aad0cf4a4d6c08c128560c87742c921;p=gnulib.git diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 3efbcb02a..1665e312b 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -17,7 +17,7 @@ This manual is for GNU Gnulib (updated @value{UPDATED}), which is a library of common routines intended to be shared at the source level. -Copyright @copyright{} 2004-2009 Free Software Foundation, Inc. +Copyright @copyright{} 2004-2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -3265,6 +3265,7 @@ This list of functions is sorted according to the header that declares them. * Glibc obstack.h:: * Glibc printf.h:: * Glibc pthread.h:: +* Glibc pty.h:: * Glibc pwd.h:: * Glibc regex.h:: * Glibc regexp.h:: @@ -4171,8 +4172,16 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/pthread_rwlockattr_setkind_np.texi @include glibc-functions/pthread_yield.texi -@c @node Glibc pty.h -@c @section Glibc @code{} +@node Glibc pty.h +@section Glibc @code{} + +@menu +* forkpty:: +* openpty:: +@end menu + +@include glibc-functions/forkpty.texi +@include glibc-functions/openpty.texi @node Glibc pwd.h @section Glibc Extensions to @code{}