aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-02-01 05:37:21 +0000
committerBrooks Moses <brooks.moses@codesourcery.com>2007-02-01 05:37:21 +0000
commit158bbadbba3e58aeb95fb1791a68038249425790 (patch)
tree2361765642c8d0f9501f3286e728756d5e982c80 /libgomp
parent267cfb9cb74cd842c4517c0df74c6af930953de2 (diff)
2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libgomp.texi: Fix spacing after abbreviations. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@121458 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog4
-rw-r--r--libgomp/libgomp.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index ab5eb7c7a68..cb7e716dee6 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libgomp.texi: Fix spacing after abbreviations.
+
2007-01-31 Daniel Franke <franke.daniel@gmail.com>
PR libgomp/30546
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index a10836a58b8..c48cf93e089 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -396,7 +396,7 @@ adjustment of team sizes and @code{false} disables it.
@section @code{omp_set_nested} -- Enable/disable nested parallel regions
@table @asis
@item @emph{Description}:
-Enable or disable nested parallel regions, i. e. whether team members
+Enable or disable nested parallel regions, i.e., whether team members
are allowed to create new teams. The function takes the language-specific
equivalent of @code{true} and @code{false}, where @code{true} enables
dynamic adjustment of team sizes and @code{false} disables it.
@@ -741,7 +741,7 @@ in the unlocked state and its nesting count must equal zero.
@section @code{omp_get_wtick} -- Get timer precision
@table @asis
@item @emph{Description}:
-Gets the timer precision, i. e. the number of seconds between two
+Gets the timer precision, i.e., the number of seconds between two
successive clock ticks.
@item @emph{C/C++}:
@@ -839,7 +839,7 @@ disabled by default.
@cindex Implementation specific setting
@table @asis
@item @emph{Description}:
-Enable or disable nested parallel regions, i. e. whether team members
+Enable or disable nested parallel regions, i.e., whether team members
are allowed to create new teams. The value of this environment variable
shall be @code{TRUE} or @code{FALSE}. If undefined, nested parallel
regions are disabled by default.
@@ -1139,7 +1139,7 @@ The @var{FN} argument is the subfunction to be run in parallel.
The @var{DATA} argument is a pointer to a structure used to
communicate data in and out of the subfunction, as discussed
-above wrt FIRSTPRIVATE et al.
+above with respect to FIRSTPRIVATE et al.
The @var{NUM_THREADS} argument is 1 if an IF clause is present
and false, or the value of the NUM_THREADS clause, if