Skip to content

Use "Unix" instead of "UNIX" consistently #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ TextMate
--------

`TextMate <http://macromates.com/>`_ 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.

Expand Down
4 changes: 2 additions & 2 deletions docs/dev/pip-virtualenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/starting/install/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://brew.sh>`_ fills this void.

Expand Down
2 changes: 1 addition & 1 deletion docs/starting/install3/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://brew.sh>`_ fills this void.

Expand Down