about summary refs log tree commit diff
path: root/manual/process.texi
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2016-10-06 12:19:59 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-10-06 12:20:00 +0530
commit9cbcfebd024344e9be096869f08ee5474b881cbb (patch)
tree41f60689ca056c0420916361fd139a0aac65d4dc /manual/process.texi
parent954cbda0faae0f8e5d47b3a536ef37d8fb2c2626 (diff)
downloadglibc-9cbcfebd024344e9be096869f08ee5474b881cbb.tar.gz
glibc-9cbcfebd024344e9be096869f08ee5474b881cbb.tar.xz
glibc-9cbcfebd024344e9be096869f08ee5474b881cbb.zip
Manual typos: Processes
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/process.texi: Fix typos in the manual.
Diffstat (limited to 'manual/process.texi')
-rw-r--r--manual/process.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/process.texi b/manual/process.texi
index 25bdb8ebb8..67b3237137 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,