aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-13 00:09:43 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-13 00:09:43 +0200
commit3295cf0e5564423443fd120e2aabe10a9805cef2 (patch)
treedefc01edd4e0d73ff47c9c0ca0c85091ce886fc8
parentfeature-test macros (diff)
downloadslibc-3295cf0e5564423443fd120e2aabe10a9805cef2.tar.gz
slibc-3295cf0e5564423443fd120e2aabe10a9805cef2.tar.bz2
slibc-3295cf0e5564423443fd120e2aabe10a9805cef2.tar.xz
info: hfindex
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--doc/info/chap/introduction.texinfo9
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>}.