1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/doc/posix-functions/system.texi

21 lines
534 B
Plaintext

@node system
@section @code{system}
@findex system
POSIX specification: @url{http://www.opengroup.org/susv3xsh/system.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), the command processor used by the
@code{system} function is @file{cmd.exe}, not @file{/bin/sh}. Accordingly,
the rules for quoting shell arguments containing spaces, quote or other special
characters are different.
@end itemize