--- simpos.c.~1.49.~ 2003-04-07 08:05:27.000000000 +1000 +++ simpos.c 2003-08-12 19:56:00.000000000 +1000 @@ -48,8 +48,8 @@ "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.")