diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 08:22:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 08:22:53 +0000 |
commit | 2c19433aa66f0992dacd936f52969dc9449fa0a4 (patch) | |
tree | 618f360fa1cdb7fee8c7f84745bc0cb5656e0f13 /gcc/doc/extend.texi | |
parent | 40fdda5ae1a7579eea754ec18e5fecdd15bb5b0f (diff) | |
download | gcc-2c19433aa66f0992dacd936f52969dc9449fa0a4.tar.gz |
* doc/compat.texi, doc/cpp.texi, doc/cppopts.texi,
doc/extend.texi, doc/install.texi, doc/invoke.texi,
doc/sourcebuild.texi, doc/tm.texi, doc/tree-ssa.texi,
doc/trouble.texi: Use @option around options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87635 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index ccab95a19af..6b70565b325 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2903,7 +2903,7 @@ The @code{shared} attribute is only available on Microsoft Windows@. @cindex @code{tls_model} attribute The @code{tls_model} attribute sets thread-local storage model (@pxref{Thread-Local}) of a particular @code{__thread} variable, -overriding @code{-ftls-model=} command line switch on a per-variable +overriding @option{-ftls-model=} command line switch on a per-variable basis. The @var{tls_model} argument should be one of @code{global-dynamic}, @code{local-dynamic}, @code{initial-exec} or @code{local-exec}. |