aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2001-06-15 22:25:18 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2001-06-15 22:25:18 +0000
commit3c6bb1dbfc7d2d87240fdb42dc88f3dae0d9a93b (patch)
tree38d3b3bea0220f5eed92d5c15827ca7ab73d8f2a /gcc/doc
parentc764671cb0645c345b3533ffb9f6d351b8acf0bc (diff)
downloadgcc-3c6bb1dbfc7d2d87240fdb42dc88f3dae0d9a93b.zip
gcc-3c6bb1dbfc7d2d87240fdb42dc88f3dae0d9a93b.tar.gz
gcc-3c6bb1dbfc7d2d87240fdb42dc88f3dae0d9a93b.tar.bz2
* doc/install.texi: Use correct markup hints.
From-SVN: r43411
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index a75fa72..ec5cd1e 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -33,7 +33,7 @@
@settitle Installing GCC: Binaries
@end ifset
-@comment $Id: install.texi,v 1.27 2001/06/15 16:41:04 aj Exp $
+@comment $Id: install.texi,v 1.28 2001/06/15 17:35:48 ro Exp $
@c Copyright (C) 2001 Free Software Foundation, Inc.
@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
@@ -458,12 +458,12 @@ On some systems, this is the default.
In general, the best (and, in many cases, the only known) threading
model available will be configured for use. Beware that on some
systems, gcc has not been taught what threading models are generally
-available for the system. In this case, @samp{--enable-threads} is an
-alias for @samp{--enable-threads=single}.
+available for the system. In this case, @option{--enable-threads} is an
+alias for @option{--enable-threads=single}.
@item --disable-threads
Specify that threading support should be disabled for the system.
-This is an alias for @samp{--enable-threads=single}.
+This is an alias for @option{--enable-threads=single}.
@item --enable-threads=@var{lib}
Specify that
@@ -478,7 +478,7 @@ AIX thread support.
DCE thread support.
@item mach
Generic MACH thread support, known to work on NEXTSTEP. (Please note
-that the file needed to support this configuration, gthr-mach.h, is
+that the file needed to support this configuration, @file{gthr-mach.h}, is
missing and thus this setting will cause a known bootstrap failure.)
@item no
This is an alias for @samp{single}.