about summary refs log tree commit diff
path: root/manual/setjmp.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-04-03 09:43:38 +0200
committerAndreas Jaeger <aj@suse.de>2012-04-03 09:43:38 +0200
commit67f60a26d4a570dde02666851cd13c54a0737336 (patch)
treec7e9d7167a8d0fa4f5828c412bee48702aec0cf7 /manual/setjmp.texi
parentb1aa60f32d34030b28bca04aeee084cd3bedecfa (diff)
downloadglibc-67f60a26d4a570dde02666851cd13c54a0737336.tar.gz
glibc-67f60a26d4a570dde02666851cd13c54a0737336.tar.xz
glibc-67f60a26d4a570dde02666851cd13c54a0737336.zip
Fix typo in manual
[BZ # 13938]
* manual/setjmp.texi (System V contexts): Fix sentence.
Diffstat (limited to 'manual/setjmp.texi')
-rw-r--r--manual/setjmp.texi15
1 files changed, 8 insertions, 7 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index b0cd91ad1d..a5a7ce6523 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -216,13 +216,14 @@ blocked signals.
 @node System V contexts,, Non-Local Exits and Signals, Non-Local Exits
 @section Complete Context Control
 
-The Unix standard one more set of function to control the execution path
-and these functions are more powerful than those discussed in this
-chapter so far.  These function were part of the original @w{System V}
-API and by this route were added to the Unix API.  Beside on branded
-Unix implementations these interfaces are not widely available.  Not all
-platforms and/or architectures @theglibc{} is available on provide
-this interface.  Use @file{configure} to detect the availability.
+The Unix standard provides one more set of functions to control the
+execution path and these functions are more powerful than those
+discussed in this chapter so far.  These function were part of the
+original @w{System V} API and by this route were added to the Unix
+API.  Beside on branded Unix implementations these interfaces are not
+widely available.  Not all platforms and/or architectures @theglibc{}
+is available on provide this interface.  Use @file{configure} to
+detect the availability.
 
 Similar to the @code{jmp_buf} and @code{sigjmp_buf} types used for the
 variables to contain the state of the @code{longjmp} functions the