Browse Source

g.extension manual: language fixes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68429 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
12b66a24f6
1 changed files with 2 additions and 4 deletions
  1. 2 4
      scripts/g.extension/g.extension.html

+ 2 - 4
scripts/g.extension/g.extension.html

@@ -46,7 +46,7 @@ environmental variable.
 The flag <b>-s</b> changes this install target directory to the GRASS GIS
 The flag <b>-s</b> changes this install target directory to the GRASS GIS
 installation directory
 installation directory
 (determined by <tt>GISBASE</tt> environmental variable, e.g. <tt>/usr/</tt>)
 (determined by <tt>GISBASE</tt> environmental variable, e.g. <tt>/usr/</tt>)
-rather than the default directory defined via <tt>GRASS_ADDON_BASE</tt> 
+rather than the default directory defined as per  <tt>GRASS_ADDON_BASE</tt> 
 (see also documentation for <a href="variables.html">variables</a>).
 (see also documentation for <a href="variables.html">variables</a>).
 <em>g.extension</em> checks if the user has permission to write to
 <em>g.extension</em> checks if the user has permission to write to
 <tt>GISBASE</tt> or <tt>GRASS_ADDON_BASE</tt>.
 <tt>GISBASE</tt> or <tt>GRASS_ADDON_BASE</tt>.
@@ -54,7 +54,7 @@ rather than the default directory defined via <tt>GRASS_ADDON_BASE</tt>
 <p>
 <p>
 The place where the extensions are installed can be customized by
 The place where the extensions are installed can be customized by
 the option <b>prefix</b>. Ensuring that these extensions will be accessible
 the option <b>prefix</b>. Ensuring that these extensions will be accessible
-in GRASS GIS is in this case the responsibility of the user.
+in GRASS GIS is in this case in the responsibility of the user.
 
 
 
 
 <h3>Source code sources and repositories</h3>
 <h3>Source code sources and repositories</h3>
@@ -117,7 +117,6 @@ MS-Windows.
 
 
 On MS-Windows systems, where compilation tools are typically not readily
 On MS-Windows systems, where compilation tools are typically not readily
 locally installed, <em>g.extension</em> downloads a precompiled executable
 locally installed, <em>g.extension</em> downloads a precompiled executable
-locally installed, <em>g.extension</em> downloads a precompiled executable
 from the GRASS GIS project server. On all other operating systems
 from the GRASS GIS project server. On all other operating systems
 where it is not difficult to install compilation tools,
 where it is not difficult to install compilation tools,
 <em>g.extension</em> downloads the source code of the requested
 <em>g.extension</em> downloads the source code of the requested
@@ -203,7 +202,6 @@ g.extension r.example url=http://example.com/.../r.example?format=zip
 Note that because of MS-Windows operating system architecture,
 Note that because of MS-Windows operating system architecture,
 only official repository is supported on this platform.
 only official repository is supported on this platform.
 
 
-
 <h3>Installing when writing a module locally</h3>
 <h3>Installing when writing a module locally</h3>
 
 
 Having source code of a GRASS module in a directory on disk
 Having source code of a GRASS module in a directory on disk