From 8418f0c74088ef24c4729e3b909acca95a599e56 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 11 Feb 2004 22:14:32 +0000 Subject: [PATCH] (SLIB): Index entry for replacement `system'. And use findex for `require'. --- doc/ref/slib.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/slib.texi b/doc/ref/slib.texi index eefb6f05b..6094a6dde 100644 --- a/doc/ref/slib.texi +++ b/doc/ref/slib.texi @@ -16,7 +16,7 @@ must be executed: (use-modules (ice-9 slib)) @end smalllisp -@cindex @code{require} +@findex require @code{require} can then be used in the usual way (@pxref{Requesting Features,,, slib, The SLIB Manual}). For example, @@ -27,6 +27,7 @@ Features,,, slib, The SLIB Manual}). For example, @result{} #t @end example +@findex system Note that @code{(ice-9 slib)} provides a new definition of @code{system}, one giving a plain exit code return value, as per the SLIB specification (@pxref{System Interface,,, slib, The SLIB