diff mbox

[24/37] Manual typos: Processes

Message ID 1462521305-19409-25-git-send-email-ricaljasan@pacific.net
State New
Headers show

Commit Message

Rical Jasan May 6, 2016, 7:54 a.m. UTC
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/process.texi: Fix typos in the manual.
---
 manual/process.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Leonard May 30, 2016, 4:21 p.m. UTC | #1
+1

cjl

On Fri, May 6, 2016 at 3:54 AM,  <ricaljasan@pacific.net> wrote:
> 2016-05-06  Rical Jasan  <ricaljasan@pacific.net>
>
>         * manual/process.texi: Fix typos in the manual.
> ---
>  manual/process.texi |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
diff mbox

Patch

diff --git a/manual/process.texi b/manual/process.texi
index 25bdb8e..67b3237 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,