From: Rical Jasan Date: Thu, 6 Oct 2016 06:49:59 +0000 (+0530) Subject: Manual typos: Processes X-Git-Tag: glibc-2.25~451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbcfebd024344e9be096869f08ee5474b881cbb;p=thirdparty%2Fglibc.git Manual typos: Processes 2016-05-06 Rical Jasan * manual/process.texi: Fix typos in the manual. --- diff --git a/ChangeLog b/ChangeLog index 5e9d168f3b0..72c645fab25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-10-06 Rical Jasan + * manual/process.texi: Fix typos in the manual. + * manual/argp.texi: Fix typos in the manual. * manual/getopt.texi: Likewise. * manual/startup.texi: Likewise. diff --git a/manual/process.texi b/manual/process.texi index 25bdb8ebb8f..67b32371378 100644 --- a/manual/process.texi +++ b/manual/process.texi @@ -497,7 +497,7 @@ information about signals, see @ref{Signal Handling}. File descriptors open in the existing process image remain open in the new process image, unless they have the @code{FD_CLOEXEC} (close-on-exec) flag set. The files that remain open inherit all -attributes of the open file description from the existing process image, +attributes of the open file descriptors from the existing process image, including file locks. File descriptors are discussed in @ref{Low-Level I/O}. Streams, by contrast, cannot survive through @code{exec} functions,