mirror of git://sourceware.org/git/glibc.git
Manual typos: Processes
2016-05-06 Rical Jasan <ricaljasan@pacific.net> * manual/process.texi: Fix typos in the manual.
This commit is contained in:
parent
954cbda0fa
commit
9cbcfebd02
|
@ -1,5 +1,7 @@
|
||||||
2016-10-06 Rical Jasan <ricaljasan@pacific.net>
|
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/argp.texi: Fix typos in the manual.
|
||||||
* manual/getopt.texi: Likewise.
|
* manual/getopt.texi: Likewise.
|
||||||
* manual/startup.texi: Likewise.
|
* manual/startup.texi: Likewise.
|
||||||
|
|
|
@ -497,7 +497,7 @@ information about signals, see @ref{Signal Handling}.
|
||||||
File descriptors open in the existing process image remain open in the
|
File descriptors open in the existing process image remain open in the
|
||||||
new process image, unless they have the @code{FD_CLOEXEC}
|
new process image, unless they have the @code{FD_CLOEXEC}
|
||||||
(close-on-exec) flag set. The files that remain open inherit all
|
(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}.
|
including file locks. File descriptors are discussed in @ref{Low-Level I/O}.
|
||||||
|
|
||||||
Streams, by contrast, cannot survive through @code{exec} functions,
|
Streams, by contrast, cannot survive through @code{exec} functions,
|
||||||
|
|
Loading…
Reference in New Issue