From e6d6e47b460a2d78fe6abeec00301023e2a30555 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Tue, 18 Dec 2018 00:33:12 -0500 Subject: [PATCH] Use "Unix" instead of "UNIX" consistently --- docs/dev/env.rst | 2 +- docs/dev/pip-virtualenv.rst | 4 ++-- docs/starting/install/osx.rst | 2 +- docs/starting/install3/osx.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index de67a9ae9..788234f9c 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -109,7 +109,7 @@ TextMate -------- `TextMate `_ brings Apple's approach to operating - systems into the world of text editors. By bridging UNIX underpinnings and + systems into the world of text editors. By bridging Unix underpinnings and GUI, TextMate cherry-picks the best of both worlds to the benefit of expert scripters and novice users alike. diff --git a/docs/dev/pip-virtualenv.rst b/docs/dev/pip-virtualenv.rst index 6971be876..ff0414bfb 100644 --- a/docs/dev/pip-virtualenv.rst +++ b/docs/dev/pip-virtualenv.rst @@ -105,7 +105,7 @@ need any configuration. When using older versions, you can configure pip in such a way that it tries to reuse already installed packages, too. -On UNIX systems, you can add the following line to your :file:`.bashrc` or +On Unix systems, you can add the following line to your :file:`.bashrc` or :file:`.bash_profile` file. .. code-block:: console @@ -124,7 +124,7 @@ add the following line to your :file:`pip.ini` file under ``[global]`` settings: download-cache = %HOME%\pip\cache -Similarly, on UNIX systems you should simply add the following line to your +Similarly, on Unix systems you should simply add the following line to your :file:`pip.conf` file under ``[global]`` settings: .. code-block:: console diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index df39fe66e..6efcdaa25 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -48,7 +48,7 @@ package. commandline tools by running ``xcode-select --install`` on the terminal. -While OS X comes with a large number of UNIX utilities, those familiar with +While OS X comes with a large number of Unix utilities, those familiar with Linux systems will notice one key component missing: a decent package manager. `Homebrew `_ fills this void. diff --git a/docs/starting/install3/osx.rst b/docs/starting/install3/osx.rst index 82b534932..bc4ea3e63 100644 --- a/docs/starting/install3/osx.rst +++ b/docs/starting/install3/osx.rst @@ -41,7 +41,7 @@ package. If you perform a fresh install of Xcode, you will also need to add the commandline tools by running ``xcode-select --install`` on the terminal. -While OS X comes with a large number of UNIX utilities, those familiar with +While OS X comes with a large number of Unix utilities, those familiar with Linux systems will notice one key component missing: a package manager. `Homebrew `_ fills this void.