mirror of git://sourceware.org/git/glibc.git
Fix some grammar in the manual.
This commit is contained in:
parent
32c76b63be
commit
2056100b80
|
|
@ -1,3 +1,8 @@
|
||||||
|
2011-09-27 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
[BZ #13226]
|
||||||
|
* manual/signal.texi (Longjmp in Handler): Grammar fixes.
|
||||||
|
|
||||||
2011-09-27 Andreas Schwab <schwab@redhat.com>
|
2011-09-27 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
* nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
|
* nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
|
||||||
|
|
|
||||||
|
|
@ -1544,8 +1544,8 @@ for the parts of the program that update important data structures.
|
||||||
Blocking the signal delays its delivery until it is unblocked, once the
|
Blocking the signal delays its delivery until it is unblocked, once the
|
||||||
critical updating is finished. @xref{Blocking Signals}.
|
critical updating is finished. @xref{Blocking Signals}.
|
||||||
|
|
||||||
The other way to re-initialize the crucial data structures in the signal
|
The other way is to re-initialize the crucial data structures in the
|
||||||
handler, or make their values consistent.
|
signal handler, or to make their values consistent.
|
||||||
|
|
||||||
Here is a rather schematic example showing the reinitialization of one
|
Here is a rather schematic example showing the reinitialization of one
|
||||||
global variable.
|
global variable.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue