(SLIB): Index entry for replacement `system'.
authorKevin Ryde <user42@zip.com.au>
Wed, 11 Feb 2004 22:14:32 +0000 (22:14 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 11 Feb 2004 22:14:32 +0000 (22:14 +0000)
And use findex for `require'.

doc/ref/slib.texi

index eefb6f0..6094a6d 100644 (file)
@@ -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