diff options
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libfm.tex | 2 | ||||
| -rw-r--r-- | Doc/lib/libstdtypes.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libfm.tex b/Doc/lib/libfm.tex index 765a4d8e0a..0b429e0638 100644 --- a/Doc/lib/libfm.tex +++ b/Doc/lib/libfm.tex @@ -10,7 +10,7 @@ This module provides access to the IRIS \emph{Font Manager} library. \index{Font Manager, IRIS} \index{IRIS Font Manager} It is available only on Silicon Graphics machines. -See also: \emph{4Sight User's Guide}, Section 1, Chapter 5: ``Using +See also: \emph{4Sight User's Guide}, section 1, chapter 5: ``Using the IRIS Font Manager.'' This is not yet a full interface to the IRIS Font Manager. diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 2e134db026..2985b9ec86 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -714,7 +714,7 @@ It is written as \code{Ellipsis}. File objects are implemented using \C{}'s \code{stdio} package and can be created with the built-in function -\function{open()}\bifuncindex{open} described Section +\function{open()}\bifuncindex{open} described section \ref{built-in-funcs}, ``Built-in Functions.'' They are also returned by some other built-in functions and methods, e.g., \function{posix.popen()} and \function{posix.fdopen()} and the |
