summaryrefslogtreecommitdiff
path: root/manual/libc.texinfo
diff options
context:
space:
mode:
authorsandra <sandra>1991-08-09 17:11:00 +0000
committersandra <sandra>1991-08-09 17:11:00 +0000
commit3994013741f09c615c76b39459658c706ed09681 (patch)
treea6aee1869a221f3a1329824f21b7999dbbeca584 /manual/libc.texinfo
parentf9258abcfec9745f3ac7b5b791c052e129ff8636 (diff)
Add @include for conf.texinfo
Diffstat (limited to 'manual/libc.texinfo')
-rw-r--r--manual/libc.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/libc.texinfo b/manual/libc.texinfo
index 7eaaa6744e..53a60c17d2 100644
--- a/manual/libc.texinfo
+++ b/manual/libc.texinfo
@@ -23,7 +23,7 @@ This will be free information when it is finished, but isn't finished yet.
@center Andrew Oram
@center Richard M. Stallman
@sp 3
-@center last updated May 6, 1991
+@center last updated Aug 9, 1991
@sp 1
@center for version 0.00
@page
@@ -55,6 +55,8 @@ Contents of the Library
types.
* Floating-Point Limits:: Parameters describing floating-point
data types.
+* System Configuration Limits:: Parameters describing operating
+ system limits.
* Common Definitions:: <stddef.h>.
* Variable Argument Facilities:: How to process variable-length
argument lists.
@@ -114,6 +116,7 @@ Indices
@include errno.texinfo
@include limits.texinfo
@include float.texinfo
+@include conf.texinfo
@include stddef.texinfo
@include stdarg.texinfo
@include memory.texinfo