Put @{xxx} in one line

* gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one
	line.

From-SVN: r221552
This commit is contained in:
H.J. Lu 2015-03-21 14:26:52 +00:00 committed by H.J. Lu
parent a79b7ec516
commit 2aec4543b1
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2015-03-21 H.J. Lu <hongjiu.lu@intel.com>
* gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one
line.
2015-03-21 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (_gfortran_caf_sync_all, _gfortran_caf_sync_images,

View file

@ -3847,8 +3847,8 @@ an error message; may be NULL
@item @var{errmsg_len} @tab the buffer size of errmsg.
@end multitable
@item @emph{NOTE} A simple implementation could be a simple @code{__asm__
__volatile__ ("":::"memory)} to prevent code movements.
@item @emph{NOTE} A simple implementation could be a simple
@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements.
@end table