I have a release on file with the FSF, but don't have SVN write access.

Problem description:
The existing docs have an @xref in the middle of a sentence, resulting in weird capitalization and sentence structure:

"This pragma allows the user to set the visibility for multiple declarations without having to give each a visibility attribute See Function Attributes, for more information about visibility and the attribute syntax."

ChangeLog:
2014-05-14  David Wohlferd <d...@limegreensocks.com>

         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref

dw

Index: extend.texi
===================================================================
--- extend.texi	(revision 210349)
+++ extend.texi	(working copy)
@@ -17075,8 +17075,7 @@
 
 This pragma allows the user to set the visibility for multiple
 declarations without having to give each a visibility attribute
-@xref{Function Attributes}, for more information about visibility and
-the attribute syntax.
+(@pxref{Function Attributes}).
 
 In C++, @samp{#pragma GCC visibility} affects only namespace-scope
 declarations.  Class members and template specializations are not

Reply via email to