diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 00:09:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 00:09:43 +0200 |
commit | 3295cf0e5564423443fd120e2aabe10a9805cef2 (patch) | |
tree | defc01edd4e0d73ff47c9c0ca0c85091ce886fc8 /doc/info/chap | |
parent | feature-test macros (diff) | |
download | slibc-3295cf0e5564423443fd120e2aabe10a9805cef2.tar.gz slibc-3295cf0e5564423443fd120e2aabe10a9805cef2.tar.bz2 slibc-3295cf0e5564423443fd120e2aabe10a9805cef2.tar.xz |
info: hfindex
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/chap')
-rw-r--r-- | doc/info/chap/introduction.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/info/chap/introduction.texinfo b/doc/info/chap/introduction.texinfo index 1501dc0..c8760e3 100644 --- a/doc/info/chap/introduction.texinfo +++ b/doc/info/chap/introduction.texinfo @@ -133,38 +133,47 @@ with @code{f} or @code{l} are reserved for of corresponding functions. @item +@hfindex dirent.h Names that begin with @code{d_} are reserved for @file{<dirent.h>}. @item +@hfindex fcntl.h Names that begin with @code{F_}, @code{O_}, or @code{l_} are reserved for @file{<fcntl.h>}. @item +@hfindex grp.h Names that begin with @code{gr_} are reserved for @file{<grp.h>}. @item +@hfindex limits.h Names that end with @code{_MAX} are reserved for @file{<limits.h>}. @item +@hfindex pwd.h Names that begin with @code{pw_} are reserved for @file{<pwd.h>}. @item +@hfindex signal.h Names that begin with @code{sa_} or @code{SA_} are reserved for @file{<signal.h>}. @item +@hfindex sys/stat.h Names that begin with @code{S_} or @code{st_} are reserved for @file{<sys/stat.h>}. @item +@hfindex sys/times.h Names that begin with @code{tms_} are reserved for @file{<sys/times.h>}. @item +@hfindex termios.h Names that begin with @code{B} and a digit, @code{I}, @code{O}, @code{TB}, @code{V}, or @code{c_} are reserved for @file{<termios.h>}. |