diff mbox

[DOC] Incorrect @xref in #pragma visibility

Message ID 537425AC.2030802@LimeGreenSocks.com
State New
Headers show

Commit Message

David Wohlferd May 15, 2014, 2:25 a.m. UTC
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 <dw@LimeGreenSocks.com>

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

dw

Comments

Jeff Law May 16, 2014, 6:20 p.m. UTC | #1
On 05/14/14 20:25, David Wohlferd wrote:
> 2014-05-14  David Wohlferd <dw@LimeGreenSocks.com>
>
>           * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
Approved and installed on your behalf.

Thanks,
jeff
diff mbox

Patch

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