docs: Rename distro to distribution

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32880>
This commit is contained in:
David Heidelberg
2025-01-04 18:19:07 +01:00
parent 5251c82404
commit 9855467ed0
5 changed files with 8 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ Add this to your ``.vimrc`` to automatically format any C & C++ file
If ``/usr/share/clang/clang-format.py`` doesn't exist, try
``/usr/share/clang/clang-format-$CLANG_VERSION/clang-format.py``
(replacing ``$CLANG_VERSION`` with your clang version). If your distro
(replacing ``$CLANG_VERSION`` with your clang version). If your distribution
has put the file somewhere else, look through the files in the package
providing ``clang-format``.
@@ -82,8 +82,8 @@ Add this to your ``.emacs`` to automatically format any C & C++ file
(add-hook 'c++-mode-hook (lambda () (clang-format-save-hook-for-this-buffer)))
If ``/usr/share/clang/clang-format.el`` doesn't exist, look through the
files in the package providing ``clang-format`` in your distro. If you
can't find anything (e.g. on Debian/Ubuntu), refer to `this StackOverflow
files in the package providing ``clang-format`` in your distribution.
If you can't find anything (e.g. on Debian/Ubuntu), refer to `this StackOverflow
answer <https://stackoverflow.com/questions/59690583/how-do-you-use-clang-format-on-emacs-ubuntu/59850773#59850773>`__
to install clang-format through Emacs instead.

View File

@@ -125,8 +125,8 @@ popular and feature-complete.
2.1 What's the easiest way to install Mesa?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you're using a Linux-based system, your distro CD most likely already
has Mesa packages (like RPM or DEB) which you can easily install.
If you're using a Linux-based system, your distribution
most likely already includes Mesa packages.
2.2 I get undefined symbols such as bgnpolygon, v3f, etc...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -66,7 +66,7 @@ Check/install the respective development package as prompted by the
configure error message.
Here are some common ways to retrieve most/all of the dependencies based
on the packaging tool used by your distro.
on the packaging tool used by your distribution.
.. code-block:: sh

View File

@@ -51,7 +51,7 @@ most of these with just one command. On Fedora and similar, ``sudo dnf
builddep mesa`` does the same.
.. note::
All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now.
All these dependencies are for latest Linux distributions and is tested on Ubuntu 24.xx only for now.
Also note, some packages below might not be available in your OS with the exact name, in such case you can search for it and install the distribution specific one.

View File

@@ -413,7 +413,7 @@ Our documentation is written as `reStructuredText`_ files in the
.. code-block:: sh
# Install dependencies (adapt for your distro)
# Install dependencies (adapt for your distribution)
apk add coreutils graphviz py3-clang clang-dev musl-dev linux-headers
pip3 install sphinx===5.1.1 mako===1.2.3 hawkmoth===0.16.0