(scm_system): In docstring, refer to status:exit-val rather than
authorKevin Ryde <user42@zip.com.au>
Tue, 12 Aug 2003 20:24:52 +0000 (20:24 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 12 Aug 2003 20:24:52 +0000 (20:24 +0000)
"functions above".

libguile/simpos.c

index fb0a132..8c4dda5 100644 (file)
@@ -49,8 +49,8 @@ SCM_DEFINE (scm_system, "system", 0, 1, 0,
            "Execute @var{cmd} using the operating system's \"command\n"
            "processor\".  Under Unix this is usually the default shell\n"
            "@code{sh}.  The value returned is @var{cmd}'s exit status as\n"
-           "returned by @code{waitpid}, which can be interpreted using the\n"
-           "functions above.\n"
+           "returned by @code{waitpid}, which can be interpreted using\n"
+           "@code{status:exit-val} and friends.\n"
            "\n"
            "If @code{system} is called without arguments, return a boolean\n"
            "indicating whether the command processor is available.")