diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-11 13:08:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 13:08:06 +0100 |
| commit | 0630ff4abd866943a671ace45d29592107430d0b (patch) | |
| tree | 4cd32286d7be050d48d045df12f0c10566048784 | |
| parent | 1b7df035f9084096d7ffd49c26618dc0d8ac1c94 (diff) | |
| parent | 0fde103a3ef73d2693659b88da2be67a8fedc41f (diff) | |
| download | PROJ-0630ff4abd866943a671ace45d29592107430d0b.tar.gz PROJ-0630ff4abd866943a671ace45d29592107430d0b.zip | |
Merge pull request #1840 from anbj/fix-missing-word
Fix missing word in cct.rst and cct.1
| -rw-r--r-- | docs/source/apps/cct.rst | 2 | ||||
| -rw-r--r-- | man/man1/cct.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst index 33c716fe..a4cc690c 100644 --- a/docs/source/apps/cct.rst +++ b/docs/source/apps/cct.rst @@ -18,7 +18,7 @@ Synopsis Description *********** -:program:`cct` a 4D equivalent to the :program:`proj` projection program, +:program:`cct` is a 4D equivalent to the :program:`proj` projection program, performs transformation coordinate systems on a set of input points. The coordinate system transformation can include translation between projected and geographic coordinates as well as the application of datum shifts. diff --git a/man/man1/cct.1 b/man/man1/cct.1 index 47705d83..68bbc03b 100644 --- a/man/man1/cct.1 +++ b/man/man1/cct.1 @@ -38,7 +38,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .UNINDENT .SH DESCRIPTION .sp -\fBcct\fP a 4D equivalent to the \fBproj\fP projection program, +\fBcct\fP is a 4D equivalent to the \fBproj\fP projection program, performs transformation coordinate systems on a set of input points. The coordinate system transformation can include translation between projected and geographic coordinates as well as the application of datum shifts. |
