Skip to content

Commit

Permalink
r.profile: Fix typos in the manual (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Feb 18, 2023
1 parent 731505b commit 001bf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raster/r.profile/r.profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>NOTES</h2>
r.profile input=dgm12.5 coordinates=3570631,5763556 2>/dev/null
</pre></div>

This filters out the everything except the numbers.
This filters out everything except the numbers.

<h2>EXAMPLES</h2>

Expand Down Expand Up @@ -111,7 +111,7 @@ <h3>Extraction of values along profile defined by coordinates (variant 1)</h3>

<h3>Extraction of values along profile defined by coordinates (variant 2)</h3>

Coordinate pairs can also being "piped" into <em>r.profile</em> (variant 2a):
Coordinate pairs can also be "piped" into <em>r.profile</em> (variant 2a):

<div class="code"><pre>
r.profile elevation resolution=1000 file=- &lt;&lt; EOF
Expand All @@ -123,7 +123,7 @@ <h3>Extraction of values along profile defined by coordinates (variant 2)</h3>
</pre></div>

<p>
Coordinate pairs can also being "piped" into <em>r.profile</em> (variant 2b):
Coordinate pairs can also be "piped" into <em>r.profile</em> (variant 2b):

<div class="code"><pre>
echo "641712,226095
Expand Down

0 comments on commit 001bf57

Please sign in to comment.