[Python-checkins] python/dist/src/Doc/lib libos.tex,1.126,1.127

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 20 May 2003 09:21:59 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv10981

Modified Files:
	libos.tex 
Log Message:
Fix markup nits.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** libos.tex	20 May 2003 16:15:58 -0000	1.126
--- libos.tex	20 May 2003 16:21:51 -0000	1.127
***************
*** 1516,1528 ****
  etc.\ are not reflected in the environment of the executed command.
  
! On \UNIX the return value is the exit status of the process encoded in the
  format specified for \function{wait()}.  Note that \POSIX{} does not
  specify the meaning of the return value of the C \cfunction{system()}
  function, so the return value of the Python function is system-dependent.
  
! On Windows the return value is that returned by the system shell after
  running \var{command}, given by the Windows environment variable
! \code{COMSPEC}: on \code{command.com} systems (Windows 95, 98 and ME)
! this is always \code{0}; on \code{cmd.exe} systems (Windows NT, 2000
  and XP) this is the exit status of the command run; on systems using
  a non-native shell, consult your shell documentation.
--- 1516,1528 ----
  etc.\ are not reflected in the environment of the executed command.
  
! On \UNIX, the return value is the exit status of the process encoded in the
  format specified for \function{wait()}.  Note that \POSIX{} does not
  specify the meaning of the return value of the C \cfunction{system()}
  function, so the return value of the Python function is system-dependent.
  
! On Windows, the return value is that returned by the system shell after
  running \var{command}, given by the Windows environment variable
! \envvar{COMSPEC}: on \program{command.com} systems (Windows 95, 98 and ME)
! this is always \code{0}; on \program{cmd.exe} systems (Windows NT, 2000
  and XP) this is the exit status of the command run; on systems using
  a non-native shell, consult your shell documentation.