Sfoglia il codice sorgente

use lowercase HTML tags

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48559 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 anni fa
parent
commit
52e5ced95d

+ 6 - 6
display/d.colors/d.colors.html

@@ -40,7 +40,7 @@ the <em>d.colors</em> screen menu, commands appear in the right half of the
 screen, and the current status of categories appears in the left half of the
 screen, and the current status of categories appears in the left half of the
 screen.
 screen.
 
 
-<PRE>
+<pre>
 CATEGORIES
 CATEGORIES
    0    No Data
    0    No Data
    1    (Category 1 description)
    1    (Category 1 description)
@@ -69,7 +69,7 @@ REPLOTTING SCREEN
    *    Replot screen      Replots the screen
    *    Replot screen      Replots the screen
 QUITTING
 QUITTING
    Q    quit               Quits program
    Q    quit               Quits program
-</PRE>
+</pre>
 
 
 Changing categories - The keys 
 Changing categories - The keys 
 <b>"d, D, u,"</b>
 <b>"d, D, u,"</b>
@@ -159,16 +159,16 @@ Quitting the <em>d.colors</em> program - Pressing the
 <b>Q</b> key will cause you to quit the <em>d.colors</em>
 <b>Q</b> key will cause you to quit the <em>d.colors</em>
 program.  If colors have been modified but not saved,
 program.  If colors have been modified but not saved,
 <em>d.colors</em> will ask:
 <em>d.colors</em> will ask:
-<PRE>
+<pre>
          Colors changed
          Colors changed
          Save the changes? (y/n)
          Save the changes? (y/n)
-</PRE>
+</pre>
 The user should type in <b>y</b> to save changes, 
 The user should type in <b>y</b> to save changes, 
 or <b>n</b> to not save changes, before quitting the program. 
 or <b>n</b> to not save changes, before quitting the program. 
 If the user types <b>n</b>, the program will ask: 
 If the user types <b>n</b>, the program will ask: 
-<PRE>
+<pre>
          Quit anyway? (y/n) 
          Quit anyway? (y/n) 
-</PRE>
+</pre>
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
 <p>
 <p>

+ 6 - 6
display/d.grid/d.grid.html

@@ -52,17 +52,17 @@ The coordinate text may be turned off by using the <em>-t</em> flag.<br>
 <h2>EXAMPLES</h2>
 <h2>EXAMPLES</h2>
 To draw a red geographic grid with 30 minute grid spacing run 
 To draw a red geographic grid with 30 minute grid spacing run 
 either of the following:
 either of the following:
-<PRE>
+<pre>
   d.grid -g size=00:30:00 color=red
   d.grid -g size=00:30:00 color=red
-</PRE>
+</pre>
 or
 or
-<PRE>
+<pre>
   d.grid -g size=0.5 color=255:0:0
   d.grid -g size=0.5 color=255:0:0
-</PRE>
+</pre>
 To draw a blue standard rectangular grid at a 500 (meter) spacing run the following:
 To draw a blue standard rectangular grid at a 500 (meter) spacing run the following:
-<PRE>
+<pre>
   d.grid size=500 color=blue
   d.grid size=500 color=blue
-</PRE>
+</pre>
 <br>
 <br>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>

+ 2 - 2
display/d.his/d.his.html

@@ -86,7 +86,7 @@ should have a gray-scale color table associated with it.
 
 
 The name is misleading. The actual conversion used is
 The name is misleading. The actual conversion used is
 
 
-<PRE>
+<pre>
   <U>H</U>.i.s + <U>G</U>.(1-s)
   <U>H</U>.i.s + <U>G</U>.(1-s)
 
 
 where
 where
@@ -96,7 +96,7 @@ where
   s   is the red value from the saturation map
   s   is the red value from the saturation map
   <U>G</U>   is 50% gray (R = G = B = 0.5)
   <U>G</U>   is 50% gray (R = G = B = 0.5)
 
 
-</PRE>
+</pre>
 
 
 <p>
 <p>
 
 

+ 8 - 8
doc/vector/vector.html

@@ -30,7 +30,7 @@ File is saved in old dig_ascii directory but the name will be probably changed.
 <H3>Head</H3>
 <H3>Head</H3>
 The head of the file is similar as the head file of vector binary
 The head of the file is similar as the head file of vector binary
 format but contains bounding box also. Key words are:<br>
 format but contains bounding box also. Key words are:<br>
-<PRE>
+<pre>
 ORGANIZATION
 ORGANIZATION
 DIGIT DATE
 DIGIT DATE
 DIGIT NAME
 DIGIT NAME
@@ -44,15 +44,15 @@ EAST EDGE
 SOUTH EDGE
 SOUTH EDGE
 NORTH EDGE
 NORTH EDGE
 MAP THRESH
 MAP THRESH
-</PRE>
+</pre>
 
 
 <H3>Body</H3>
 <H3>Body</H3>
 The body begins with the row:
 The body begins with the row:
-<PRE>
+<pre>
 VERTI:
 VERTI:
-</PRE>
+</pre>
 followed by records of lines:
 followed by records of lines:
-<PRE>
+<pre>
 TYPE NUMBER_OF_COORDINATES [NUMBER_OF_CATEGORIES]
 TYPE NUMBER_OF_COORDINATES [NUMBER_OF_CATEGORIES]
  X Y [Z]
  X Y [Z]
 ....
 ....
@@ -60,7 +60,7 @@ TYPE NUMBER_OF_COORDINATES [NUMBER_OF_CATEGORIES]
 [ FIELD CATEGORY]
 [ FIELD CATEGORY]
 ....
 ....
 [ FIELD CATEGORY]
 [ FIELD CATEGORY]
-</PRE>
+</pre>
 
 
 Everything above in <b>[ ]</b> is optional.
 Everything above in <b>[ ]</b> is optional.
 Note the coordinate order in the old version (Y X) has been changed
 Note the coordinate order in the old version (Y X) has been changed
@@ -83,7 +83,7 @@ TYPE may be:<br>
 
 
 <br>
 <br>
 Example of records:
 Example of records:
-<PRE>
+<pre>
 P 1 1
 P 1 1
  1234 3435
  1234 3435
  1 354
  1 354
@@ -92,7 +92,7 @@ L 3 1
  1453 1454
  1453 1454
  1453 4543
  1453 4543
  1 355
  1 355
-</PRE>
+</pre>
 
 
 <HR>
 <HR>
 <h2><A NAME="example">Vector module programming example</A></h2>
 <h2><A NAME="example">Vector module programming example</A></h2>

+ 4 - 4
general/g.tempfile/g.tempfile.html

@@ -21,15 +21,15 @@ It is recommended that $$ be specified as the process-id for
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
 
 
 For /bin/sh scripts the following syntax should be used: 
 For /bin/sh scripts the following syntax should be used: 
-<div class="code"><PRE>
+<div class="code"><pre>
 temp1=`g.tempfile pid=$$`
 temp1=`g.tempfile pid=$$`
 temp2=`g.tempfile pid=$$`
 temp2=`g.tempfile pid=$$`
-</PRE></div>
+</pre></div>
 For /bin/csh scripts, the following can be used: 
 For /bin/csh scripts, the following can be used: 
-<div class="code"><PRE>
+<div class="code"><pre>
 set temp1=`g.tempfile pid=$$`
 set temp1=`g.tempfile pid=$$`
 set temp2=`g.tempfile pid=$$`
 set temp2=`g.tempfile pid=$$`
-</PRE></div>
+</pre></div>
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 

+ 4 - 4
imagery/i.class/i.class.html

@@ -55,7 +55,7 @@ The first screen in the program <em>i.class</em> asks the user for the
 to be analyzed:
 to be analyzed:
 
 
 
 
-<div class="code"><PRE>
+<div class="code"><pre>
 LOCATION: location    SUPERVISED CLASSIFIER     MAPSET: demo
 LOCATION: location    SUPERVISED CLASSIFIER     MAPSET: demo
 
 
      Please select the group and subgroup to be analyzed
      Please select the group and subgroup to be analyzed
@@ -66,7 +66,7 @@ SUBGROUP:   123________   (list will show available subgroups)
 
 
      AFTER COMPLETING ALL ANSWERS, HIT &lt;ESC&gt; TO CONTINUE
      AFTER COMPLETING ALL ANSWERS, HIT &lt;ESC&gt; TO CONTINUE
                    (OR &lt;Ctrl-C&gt; TO CANCEL)
                    (OR &lt;Ctrl-C&gt; TO CANCEL)
-</PRE></div>
+</pre></div>
 
 
 <p>
 <p>
 
 
@@ -119,7 +119,7 @@ to enter names for the signatures created.
 The display frame layout that <em>i.class</em> uses is
 The display frame layout that <em>i.class</em> uses is
 represented below for reference.
 represented below for reference.
 
 
-<div class="code"><PRE>
+<div class="code"><pre>
 +-----------------------+---------------------------+
 +-----------------------+---------------------------+
 |                       |                           |
 |                       |                           |
 |                       |    Map Display Frame      |
 |                       |    Map Display Frame      |
@@ -142,7 +142,7 @@ represented below for reference.
 +-----------------------+---------------------------+
 +-----------------------+---------------------------+
 |        Menu Frame                                 |
 |        Menu Frame                                 |
 +---------------------------------------------------+
 +---------------------------------------------------+
-</PRE></div>
+</pre></div>
 
 
 
 
 <h2>THE MENUS</h2>
 <h2>THE MENUS</h2>

+ 24 - 24
imagery/i.points/i.points.html

@@ -64,21 +64,21 @@ registered.  Note that if
 before <em>i.points</em>, the <em>i.points</em> program
 before <em>i.points</em>, the <em>i.points</em> program
 will display the following error message:
 will display the following error message:
 
 
-<PRE>
+<pre>
 ERROR: Target information for group [spot] missing
 ERROR: Target information for group [spot] missing
        Please run i.target for group [spot]
        Please run i.target for group [spot]
-</PRE>
+</pre>
 
 
 After entering the group to be registered the terminal screen
 After entering the group to be registered the terminal screen
 displays the message: 
 displays the message: 
 
 
-<PRE>
+<pre>
       Use mouse now...
       Use mouse now...
-</PRE>
+</pre>
 
 
 The graphics monitor displays the following screen:
 The graphics monitor displays the following screen:
 
 
-<PRE>
+<pre>
  ______________________________________________________________
  ______________________________________________________________
 | imagery  filename  (mag)        |  target  filename  (mag)  |
 | imagery  filename  (mag)        |  target  filename  (mag)  |
 |_________________________________|___________________________|
 |_________________________________|___________________________|
@@ -100,13 +100,13 @@ The graphics monitor displays the following screen:
 |_________________________________|___________________________|
 |_________________________________|___________________________|
 | QUIT  ZOOM  PLOT RASTER  ANALYZE|                           |
 | QUIT  ZOOM  PLOT RASTER  ANALYZE|                           |
 |_________________________________|___________________________|
 |_________________________________|___________________________|
-</PRE>
+</pre>
 
 
 A pop-down menu like that shown below will be superimposed on the
 A pop-down menu like that shown below will be superimposed on the
 left half of the screen:
 left half of the screen:
 
 
 
 
-<PRE>
+<pre>
         __________________________________
         __________________________________
        | Double click on raster map layer|
        | Double click on raster map layer|
        |          to be plotted          |
        |          to be plotted          |
@@ -122,7 +122,7 @@ left half of the screen:
               |__________|________|
               |__________|________|
               | spot.3   |        |
               | spot.3   |        |
               |__________|________|
               |__________|________|
-</PRE>
+</pre>
 
 
 Any single raster map layer in the 
 Any single raster map layer in the 
 
 
@@ -153,11 +153,11 @@ To magnify the displayed file, the user must
 place the mouse cross hairs on the word ZOOM.  The following menu
 place the mouse cross hairs on the word ZOOM.  The following menu
 will then be displayed at the bottom of the screen:
 will then be displayed at the bottom of the screen:
 
 
-<PRE>
+<pre>
    ____________________________________________
    ____________________________________________
   | Cancel|  Box|  Point|  Select type of ZOOM|
   | Cancel|  Box|  Point|  Select type of ZOOM|
   |_______|_____|_______|_____________________|
   |_______|_____|_______|_____________________|
-</PRE>
+</pre>
  
  
 
 
 The user has the option of identifying the zoom region
 The user has the option of identifying the zoom region
@@ -178,7 +178,7 @@ image.  The user's terminal will display the following
 menu:
 menu:
 
 
 
 
-<PRE>
+<pre>
  ___________________________________________________________
  ___________________________________________________________
 | Point 1 marked on the image at|                          |
 | Point 1 marked on the image at|                          |
 | East: 1023.77                 |                          |
 | East: 1023.77                 |                          |
@@ -191,7 +191,7 @@ menu:
 |__________________________________________________________|
 |__________________________________________________________|
 | Enter coordinates as east north:                         |
 | Enter coordinates as east north:                         |
 |__________________________________________________________|
 |__________________________________________________________|
-</PRE>
+</pre>
 
 
 The user then enters the easting and northing (separated by
 The user then enters the easting and northing (separated by
 a space) for the point marked on the image.  If the user
 a space) for the point marked on the image.  If the user
@@ -210,11 +210,11 @@ The following line is then displayed at the bottom of the
 graphics monitor:
 graphics monitor:
 
 
 
 
-<PRE>
+<pre>
        ________________________________________________
        ________________________________________________
       | Cancel|  Indicate which side should be plotted|
       | Cancel|  Indicate which side should be plotted|
       |_______|_______________________________________|
       |_______|_______________________________________|
-</PRE>
+</pre>
 
 
 Which side of the graphics monitor is to be plotted
 Which side of the graphics monitor is to be plotted
 is indicated by placing the mouse cross hairs on the 
 is indicated by placing the mouse cross hairs on the 
@@ -223,7 +223,7 @@ and pressing the left mouse button.  The following pop-down
 menu will be superimposed on the half of the screen that was chosen:
 menu will be superimposed on the half of the screen that was chosen:
 
 
 
 
-<PRE>
+<pre>
     _________________________________________
     _________________________________________
    | Double click on raster (cell) map layer|
    | Double click on raster (cell) map layer|
    |              to be plotted             |
    |              to be plotted             |
@@ -247,17 +247,17 @@ menu will be superimposed on the half of the screen that was chosen:
          |______________|______________|
          |______________|______________|
          | roads        |              |
          | roads        |              |
          |______________|______________|
          |______________|______________|
-</PRE>
+</pre>
 
 
 After the raster map layer is displayed the following message appears
 After the raster map layer is displayed the following message appears
 at the bottom of the graphics monitor:
 at the bottom of the graphics monitor:
 
 
 
 
-<PRE>
+<pre>
      ______________________________________
      ______________________________________
      | input method --&gt;|  keyboard|  screen|
      | input method --&gt;|  keyboard|  screen|
      |_________________|__________|________|
      |_________________|__________|________|
-</PRE>
+</pre>
 
 
 If the user wishes to use the plotted raster map layer only
 If the user wishes to use the plotted raster map layer only
 as a comparative reference, then the keyboard can be chosen
 as a comparative reference, then the keyboard can be chosen
@@ -277,7 +277,7 @@ point on the image, the following menu is displayed at the
 terminal:
 terminal:
 
 
 
 
-<PRE>
+<pre>
 ___________________________________________________________
 ___________________________________________________________
 | Point 5 marked on the image at|                          |
 | Point 5 marked on the image at|                          |
 | East: 1023.77                 |                          |
 | East: 1023.77                 |                          |
@@ -295,7 +295,7 @@ ___________________________________________________________
 |__________________________________________________________|
 |__________________________________________________________|
 | use mouse now...                                         |
 | use mouse now...                                         |
 |__________________________________________________________|
 |__________________________________________________________|
-</PRE>
+</pre>
 
 
 
 
 The user then uses the mouse to mark a corresponding point
 The user then uses the mouse to mark a corresponding point
@@ -314,7 +314,7 @@ error report resembling that shown below is superimposed on
 the graphics monitor:
 the graphics monitor:
 
 
 
 
-<PRE>
+<pre>
 ______________________________________________________________________
 ______________________________________________________________________
 |         error                 image                 target         |
 |         error                 image                 target         |
 |#     row     col    target    east    north      east       north  |
 |#     row     col    target    east    north      east       north  |
@@ -328,15 +328,15 @@ ______________________________________________________________________
 |____________________________________________________________________|
 |____________________________________________________________________|
 |    overall   rms    error:   4.46                                  |
 |    overall   rms    error:   4.46                                  |
 |____________________________________________________________________|
 |____________________________________________________________________|
-</PRE>
+</pre>
  
  
 The following menu then appears at the bottom of the graphics monitor:
 The following menu then appears at the bottom of the graphics monitor:
 
 
-<PRE>
+<pre>
  ____________________________________________________________________
  ____________________________________________________________________
 | DONE|  PRINT FILE|   Double click on point to be included/excluded|
 | DONE|  PRINT FILE|   Double click on point to be included/excluded|
 |_____|____________|________________________________________________|
 |_____|____________|________________________________________________|
-</PRE>
+</pre>
 
 
 The RMS error for the image is given under the column
 The RMS error for the image is given under the column
 TITLEd "error" and subTITLEd "row" and "col".  In the above
 TITLEd "error" and subTITLEd "row" and "col".  In the above

+ 24 - 24
imagery/i.vpoints/i.vpoints.html

@@ -63,13 +63,13 @@ The first prompt in the program asks for the imagery group to
 be registered . . .
 be registered . . .
 
 
 
 
-<PRE>
+<pre>
      Enter imagery group to be registered
      Enter imagery group to be registered
      Enter 'list' for a list of existing imagery groups
      Enter 'list' for a list of existing imagery groups
      Enter 'list -f' for a verbose listing
      Enter 'list -f' for a verbose listing
      Hit RETURN to cancel request
      Hit RETURN to cancel request
      &gt;
      &gt;
-</PRE>
+</pre>
 
 
 For example,   
 For example,   
 
 
@@ -79,14 +79,14 @@ For example,
 
 
 might produce the following response:
 might produce the following response:
 
 
-<PRE>
+<pre>
      &lt;list&gt;
      &lt;list&gt;
      Available groups
      Available groups
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      test
      test
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      hit RETURN to continue --&gt;
      hit RETURN to continue --&gt;
-</PRE>
+</pre>
 whereas,  
 whereas,  
 <dl>
 <dl>
 <dd>&gt;<b>list -f</b>       
 <dd>&gt;<b>list -f</b>       
@@ -94,7 +94,7 @@ whereas,
 
 
 might produce the following response
 might produce the following response
 
 
-<PRE>
+<pre>
      Available groups
      Available groups
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      test
      test
@@ -102,16 +102,16 @@ might produce the following response
          res2 in tifftest
          res2 in tifftest
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      hit RETURN to continue --&gt;
      hit RETURN to continue --&gt;
-</PRE>
+</pre>
 
 
 The imagery group entered above should contain the files
 The imagery group entered above should contain the files
 that you wish to rectify.  After entering the group to be
 that you wish to rectify.  After entering the group to be
 registered, the terminal screen displays the message:
 registered, the terminal screen displays the message:
-<PRE>
+<pre>
      &gt;test
      &gt;test
      &lt;test&gt;
      &lt;test&gt;
      Use mouse now . . .
      Use mouse now . . .
-</PRE>
+</pre>
 And the color graphics monitor displays the following
 And the color graphics monitor displays the following
 screen:
 screen:
 
 
@@ -161,29 +161,29 @@ layer.
 "refresh" or re-draw the displayed vector data. This function will
 "refresh" or re-draw the displayed vector data. This function will
 erase all outlines showing the limits of previously zoomed areas. 
 erase all outlines showing the limits of previously zoomed areas. 
 A "yes/no" roompt will appear:
 A "yes/no" roompt will appear:
-<PRE>
+<pre>
      Refresh Map ?       NO   YES
      Refresh Map ?       NO   YES
-</PRE>
+</pre>
 <p>
 <p>
 <b>Zoom</b>
 <b>Zoom</b>
 <p>
 <p>
      To enlarge a raster or vector image, place the mouse cross
      To enlarge a raster or vector image, place the mouse cross
 hairs on the word zoom on the main menu and press the left button. 
 hairs on the word zoom on the main menu and press the left button. 
 The following menu will be displayed at the bottom. of the screen:
 The following menu will be displayed at the bottom. of the screen:
-<PRE>
+<pre>
      CANCEL   BOX   POINT      Select type of zoom
      CANCEL   BOX   POINT      Select type of zoom
-</PRE>
+</pre>
 You have the option to identify the map extent of the zoom window
 You have the option to identify the map extent of the zoom window
 using either the mouse to define a box, or the mouse to mark a
 using either the mouse to define a box, or the mouse to mark a
 center point from which to enlarge the image.  The box option first
 center point from which to enlarge the image.  The box option first
 prompts you to identify a starting corner for the zoom region and
 prompts you to identify a starting corner for the zoom region and
 then allows you to define the area to be zoomed using a rubber band
 then allows you to define the area to be zoomed using a rubber band
 box.  The prompts appear as follows...
 box.  The prompts appear as follows...
-<PRE>
+<pre>
      CANCEL    Mark the first corner of region
      CANCEL    Mark the first corner of region
 
 
      CANCEL     Define the region
      CANCEL     Define the region
-</PRE>
+</pre>
 After marking the first corner of the region to be enlarged, hold
 After marking the first corner of the region to be enlarged, hold
 down the left button and move the mouse to change the size and
 down the left button and move the mouse to change the size and
 shape of the rubber band box.  After defining the area to be
 shape of the rubber band box.  After defining the area to be
@@ -225,13 +225,13 @@ point on the image to be marked (you will probably have to ZOOM to
 find the exact spot) and press the left hand button on the mouse. 
 find the exact spot) and press the left hand button on the mouse. 
 A diamond shaped symbol will be marked on the image.  The text
 A diamond shaped symbol will be marked on the image.  The text
 monitor will display the following screen:
 monitor will display the following screen:
-<PRE>
+<pre>
           Point 1 marked on the image at
           Point 1 marked on the image at
           East:  1023.77
           East:  1023.77
           North:  -164.41
           North:  -164.41
 
 
           Enter coordinates as east north:
           Enter coordinates as east north:
-</PRE>
+</pre>
 <b>Analyze</b>
 <b>Analyze</b>
 <p>
 <p>
 
 
@@ -241,7 +241,7 @@ order), the RMS error of the points marked on the image can be
 checked.  This is done by placing the cross hairs on the word
 checked.  This is done by placing the cross hairs on the word
 ANALYZE on the main menu at the bottom of the monitor.  The
 ANALYZE on the main menu at the bottom of the monitor.  The
 following error report is superimposed on the monitor:
 following error report is superimposed on the monitor:
-<PRE>
+<pre>
 
 
    error                      image                target
    error                      image                target
   #    col  row target   east      north       east      north 
   #    col  row target   east      north       east      north 
@@ -252,7 +252,7 @@ following error report is superimposed on the monitor:
   .
   .
   .
   .
           Overall rms error  76.85
           Overall rms error  76.85
-</PRE>
+</pre>
 
 
      The RMS error for the image being rectified is recorded under
      The RMS error for the image being rectified is recorded under
 the column "error" and subTITLEd "row' and "col".  In the above
 the column "error" and subTITLEd "row' and "col".  In the above
@@ -282,10 +282,10 @@ transformation matrix.  However, it can be retrieved within
 described above.
 described above.
 <p>
 <p>
 The following menu appears at the bottom of the monitor:
 The following menu appears at the bottom of the monitor:
-<PRE>
+<pre>
    DONE   PRINT   FILE   OVERLAY   DELETE ON       Transformation -
    DONE   PRINT   FILE   OVERLAY   DELETE ON       Transformation -
 -&gt;   1st ORDER   Double click on point to be DELETED
 -&gt;   1st ORDER   Double click on point to be DELETED
-</PRE>
+</pre>
 Selecting DELETE ON will toggle the option to DELETE OFF, the
 Selecting DELETE ON will toggle the option to DELETE OFF, the
 toggle option is used to allow the user to physically remove a
 toggle option is used to allow the user to physically remove a
 control point from the POINTS file instead of just flagging it as
 control point from the POINTS file instead of just flagging it as
@@ -299,14 +299,14 @@ the selected vector map data on top of the raster image contained
 in the upper left window of the color screen.  An inverse
 in the upper left window of the color screen.  An inverse
 coordinate transformation is performed using the currently active
 coordinate transformation is performed using the currently active
 order of transformation (i.e., first, second, or third).
 order of transformation (i.e., first, second, or third).
-<PRE>
+<pre>
      Overlay vectors on raster image   NO   YES
      Overlay vectors on raster image   NO   YES
-</PRE>
+</pre>
 By selecting the 1st ORDER option, the user may select the order of
 By selecting the 1st ORDER option, the user may select the order of
 transformation desired:
 transformation desired:
-<PRE>
+<pre>
      Select order of transformation --&gt; 1st Order 2nd Order 3rd Order
      Select order of transformation --&gt; 1st Order 2nd Order 3rd Order
-</PRE>
+</pre>
 The program will immediately recalculate the RMSE and the number of
 The program will immediately recalculate the RMSE and the number of
 points required.
 points required.
 <p>
 <p>

File diff suppressed because it is too large
+ 133 - 133
ps/ps.map/ps.map.html


+ 1 - 1
scripts/g.manual/g.manual.html

@@ -6,7 +6,7 @@ format.
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 
 
 The name of the HTML browser is defined in the environment variable
 The name of the HTML browser is defined in the environment variable
-<tt>GRASS_HTML_BROWSER</TT>. For most platforms this should be an
+<tt>GRASS_HTML_BROWSER</tt>. For most platforms this should be an
 executable in your PATH, or the full path to an executable. See
 executable in your PATH, or the full path to an executable. See
 <a href="variables.html">variables</a> for details.
 <a href="variables.html">variables</a> for details.
 
 

+ 2 - 2
vector/v.label/v.label.html

@@ -61,7 +61,7 @@ location refers.  If placement is unspecified, the label is
 centered (<em>center</em>), by default.  Label placement
 centered (<em>center</em>), by default.  Label placement
 may be specified as:
 may be specified as:
 
 
-<PRE>
+<pre>
 	lower left	(lower left corner of the text)
 	lower left	(lower left corner of the text)
 	lower right	(lower right corner of the text)
 	lower right	(lower right corner of the text)
 	lower center	(bottom center of the text)
 	lower center	(bottom center of the text)
@@ -72,7 +72,7 @@ may be specified as:
 
 
 	center	(center of the text)
 	center	(center of the text)
 
 
-</PRE>
+</pre>
 
 
 
 
 <dt><b>FONT</b>:
 <dt><b>FONT</b>:

+ 0 - 1
vector/v.univar/v.univar.html

@@ -7,7 +7,6 @@ Variance and standard deviation is calculated only for points if
 <tt>type=point</tt> is defined.
 <tt>type=point</tt> is defined.
 
 
 <p>
 <p>
-
 Extended statistics adds median, 1st and 3rd quartiles, and 90th
 Extended statistics adds median, 1st and 3rd quartiles, and 90th
 percentile.
 percentile.