This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to GCC man page


This patch fixes a bug where the part of the man apge that documents the
"-m" options for x86 processors is formatted incorrectly:

     These `-m' options are defined for the Intel 80386 family of
     computers:  -m486
 
     -mno-486
          Control whether or not code is optimized for a 486  in-
          stead  of an 386.  Code generated for a 486 will run on
          a 386 and vice versa.

by adding a ".TP" before the "-m486" option.

ChangeLog entry:

Mon Sep 20 14:23:34 PDT 1999 Guy Harris  <guy@netapp.com>

	* gcc.1: Fix a formatting error.

Patch:

*** gcc.1.dist	Mon Sep 20 14:21:08 1999
--- gcc.1	Mon Sep 20 14:21:51 1999
*************** assembler files (with a `\|\c
*** 3570,3575 ****
--- 3570,3576 ----
  These `\|\c
  .B \-m\c
  \&\|' options are defined for the Intel 80386 family of computers:
+ .TP
  .B \-m486
  .TP
  .B \-mno\-486


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]