aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/environmentvars.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-19 23:09:40 +0100
committerKristian Evers <kristianevers@gmail.com>2018-02-19 23:09:40 +0100
commit631145da4d23db670cb378fdae14dc6f3555513b (patch)
tree429db7a5d719d1d88c2e46cb30c7a1199e6416ef /docs/source/usage/environmentvars.rst
parentf63fe1b85d350315ca5ee1bc4b871c8585d05aca (diff)
downloadPROJ-631145da4d23db670cb378fdae14dc6f3555513b.tar.gz
PROJ-631145da4d23db670cb378fdae14dc6f3555513b.zip
Change most occurences of PROJ.4 to PROJ [skip ci]
Diffstat (limited to 'docs/source/usage/environmentvars.rst')
-rw-r--r--docs/source/usage/environmentvars.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/usage/environmentvars.rst b/docs/source/usage/environmentvars.rst
index 38cb46de..0d5d06a8 100644
--- a/docs/source/usage/environmentvars.rst
+++ b/docs/source/usage/environmentvars.rst
@@ -4,7 +4,7 @@
Environment variables
================================================================================
-PROJ.4 can be crontrolled by setting environment variables. Most users will
+PROJ can be crontrolled by setting environment variables. Most users will
have a use for the :envvar:`PROJ_LIB`.
On UNIX systems environment variables can be set for a shell-session with::
@@ -30,14 +30,14 @@ done by setting the variable with no content::
.. envvar:: PROJ_LIB
- The location of PROJ.4 :doc:`resource files<resource_files>`.
+ The location of PROJ :doc:`resource files<resource_files>`.
It is only possible to specify a single library in :envvar:`PROJ_LIB`; e.g. it
- does not behave like PATH. PROJ.4 is hardcoded to look for resource files
+ does not behave like PATH. PROJ is hardcoded to look for resource files
in other locations as well, amongst those are the users home directory,
``/usr/share/proj`` and the current folder.
.. envvar:: PROJ_DEBUG
- Set the debug level of PROJ.4. The default debug level is zero, which results
- in no debug output when using PROJ.4. A number from 1-3, whit 3 being the most
+ Set the debug level of PROJ. The default debug level is zero, which results
+ in no debug output when using PROJ. A number from 1-3, whit 3 being the most
verbose setting.