aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-20 07:26:12 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2010-12-20 07:26:12 +0000
commit917e11d7fda32e59f01db97d97d3d9d83895a30b (patch)
treebbeca672c40e18af22fcb37603551094b24bf388 /gcc/doc/extend.texi
parent987977840a808f3745bc6e300fc7c36680238061 (diff)
downloadgcc-917e11d7fda32e59f01db97d97d3d9d83895a30b.zip
gcc-917e11d7fda32e59f01db97d97d3d9d83895a30b.tar.gz
gcc-917e11d7fda32e59f01db97d97d3d9d83895a30b.tar.bz2
doc: @var fixes.
gcc/: * doc/cppopts.texi: Use @var when appropriate. * doc/extend.texi (Structure-Packing Pragmas): Likewise. * doc/gimple.texi (Logical Operators) (Adding a new GIMPLE statement code): Likewise. * doc/invoke.texi (Target Options, Precompiled Headers): Likewise. * doc/plugins.texi (Plugins): Likewise. From-SVN: r168081
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index cbfb440..90f8b7a 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -12989,7 +12989,7 @@ to be a small power of two and specifies the new alignment in bytes.
@item @code{#pragma pack(@var{n})} simply sets the new alignment.
@item @code{#pragma pack()} sets the alignment to the one that was in
effect when compilation started (see also command-line option
-@option{-fpack-struct[=<n>]} @pxref{Code Gen Options}).
+@option{-fpack-struct[=@var{n}]} @pxref{Code Gen Options}).
@item @code{#pragma pack(push[,@var{n}])} pushes the current alignment
setting on an internal stack and then optionally sets the new alignment.
@item @code{#pragma pack(pop)} restores the alignment setting to the one