X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=exec.c;h=85dbaf9474aa286add74cd761f09d30dc74ad805;hp=5f48436d2b2fe8ff29cdb88a49971acdd5b32acd;hb=da13797a119f8ce621a67145ca1c7acb8d338a3c;hpb=0879c9de4eaf8c78131c243d8e9fec013df0d14a diff --git a/exec.c b/exec.c index 5f48436d..85dbaf94 100644 --- a/exec.c +++ b/exec.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2003-2014 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2003 Andre Noll , see file COPYING. */ /** \file exec.c Helper functions for spawning new processes. */ @@ -117,7 +113,7 @@ err_out: * Exec the given command. * * \param pid Will hold the pid of the created process upon return. - * \param cmdline Holds the command and its arguments, seperated by spaces. + * \param cmdline Holds the command and its arguments, separated by spaces. * \param fds A pointer to a value-result array. * * This function uses fork/exec to create a new process. \a fds must be a @@ -130,7 +126,7 @@ err_out: * - fd[i] > 0: create a pipe and dup i to one end of that pipe. * Upon return, fd[i] contains the file descriptor of the pipe. * - * In any case, all unneeded filedescriptors are closed. + * In any case, all unneeded file descriptors are closed. * * \return Standard. */