]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp/libgomp.texi: Fix @node order in @menu
authorTobias Burnus <tburnus@baylibre.com>
Tue, 12 Mar 2024 14:42:50 +0000 (15:42 +0100)
committerTobias Burnus <tburnus@baylibre.com>
Tue, 12 Mar 2024 14:42:50 +0000 (15:42 +0100)
While texinfo 7.0.3 does not warn, an older texinfo did complain about:
libgomp.texi:1964: warning: node next `omp_target_memcpy' in menu
`omp_target_memcpy_rect' and in sectioning `omp_target_memcpy_async' differ

libgomp/

* libgomp.texi (Device Memory Routines): Swap item order to match
the order of the '@node's of the '@subsection's.

libgomp/libgomp.texi

index bf5c7a76fc99238e7f6d178573d6bf408d865985..57165e0e9813c580a7539777fda5e35f3608ed65 100644 (file)
@@ -1783,8 +1783,8 @@ pointers on devices. They have C linkage and do not throw exceptions.
 * omp_target_is_present:: Check whether storage is mapped
 * omp_target_is_accessible:: Check whether memory is device accessible
 * omp_target_memcpy:: Copy data between devices
-* omp_target_memcpy_rect:: Copy a subvolume of data between devices
 * omp_target_memcpy_async:: Copy data between devices asynchronously
+* omp_target_memcpy_rect:: Copy a subvolume of data between devices
 * omp_target_memcpy_rect_async:: Copy a subvolume of data between devices asynchronously
 @c * omp_target_memset:: <fixme>/TR12
 @c * omp_target_memset_async:: <fixme>/TR12