--- doc/cfengine-Reference.texinfo 2005-02-01 18:15:14.000000000 -0600 +++ doc/cfengine-Reference.texinfo.orig 2005-02-01 18:12:35.000000000 -0600 @@ -283,8 +283,8 @@ @node Evaluated classes and special functions, Filenames and paths, Hard classes, Reference introduction @section Evaluated classes and special functions -Cfengine provides a number of built-in functions for evaluating classes, -based on file tests. Using these built-in functions is quicker than +Cfengine provides a number of in-built functions for evaluating classes, +based on file tests. Using these internal functions is quicker than calling the shell @code{test} function. The time functions place their arguments in chronological order. @@ -343,7 +343,7 @@ gotinit = ( PrepModule(startup2,"arg1 arg2") ) @end smallexample -@cindex Classes, built-in functions +@cindex Classes, inbuilt functions @cindex Testing files @cindex File types @cindex Comparing file objects @@ -704,10 +704,10 @@ summary. @item -H -(@code{--no-hard-classes}). Prevents cfengine from generating any built-in +(@code{--no-hard-classes}). Prevents cfengine from generating any internal class name information. Can be used for emulation purposes. @cindex Internal classes, switching off -@cindex Switching off built-in classes +@cindex Switching off internal classes @item -i (@code{--no-ifconfig}) Do not attempt to configure the local area @@ -776,7 +776,7 @@ variable contains a summary of all the currently defined classes at any given time. This option causes some system 5 systems to generate a Bus Error or segmentation fault. The same information is available from the -cfengine built-in variable @code{$(allclasses)} and can be passed as a +cfengine internal variable @code{$(allclasses)} and can be passed as a parameter to scripts. @cindex Environment variable CFALLCLASSES @vindex CFALLCLASSES @@ -901,11 +901,11 @@ @noindent This sets the variable `listing' to the output of the command in the quotes. -@cindex Built-in functions -@cindex Functions, built-in +@cindex In-built functions +@cindex Functions, in-built @cindex Random numbers -Some other built-in functions are +Some other internal functions are @table @code @item A(@var{X},@var{Y}) @@ -946,7 +946,7 @@ @item ExecResult(@var{command}) Executes the named shell command and inserts the output into the -variable. Note that, when this is used in cfengine built-in list +variable. Note that, when this is used in cfengine internal list variables, any spaces are interpreted as list separators. In other lists, normal rules for iteration apply. @@ -1123,7 +1123,7 @@ your taste. You can use the forms @code{$(variable)} or @code{$@{variable@}}. The variable in braces or parentheses can be the name of any user defined macro, environment variable or one of the -following special built-in variables. +following special internal variables. @table @code @@ -2404,14 +2404,14 @@ @noindent Parentheses are required when making a declaring information in cfengine. -Note that a limited number of built-in functions exists: +Note that a limited number of in-built functions exists: @cindex RandomInt() function @cindex ReadFile() function @itemize @bullet @item @code{ExecResult}(@var{command}) Executes the named shell command and inserts the output into the variable. Note that, when this is used in -cfengine built-in list variables, any spaces are interpreted as list +cfengine internal list variables, any spaces are interpreted as list separators. In other lists, normal rules for iteration apply. @item @code{RandomInt(a,b)}