]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Manual typos: Processes
authorRical Jasan <ricaljasan@pacific.net>
Thu, 6 Oct 2016 06:49:59 +0000 (12:19 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 6 Oct 2016 06:50:00 +0000 (12:20 +0530)
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

* manual/process.texi: Fix typos in the manual.

ChangeLog
manual/process.texi

index 5e9d168f3b06c55bb8ec038c8449741e2f0b148c..72c645fab25e8152705bde1d2c54b58029a75817 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
 
+       * manual/process.texi: Fix typos in the manual.
+
        * manual/argp.texi: Fix typos in the manual.
        * manual/getopt.texi: Likewise.
        * manual/startup.texi: Likewise.
index 25bdb8ebb8f7d0521dc60911947eafd0a037efa8..67b32371378387426dc5293021c1586a8f248003 100644 (file)
@@ -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,