diff mbox series

ref-manual: replace "naive" with "simple"

Message ID 20217fb6-04ea-6f25-37fa-5cdd6d62a92f@crashcourse.ca
State New
Headers show
Series ref-manual: replace "naive" with "simple" | expand

Commit Message

Robert P. J. Day May 11, 2026, 10:08 a.m. UTC
Replace the word "naive" as it potentially comes across as a bit
patronizing.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/ref-manual/ubuntu-debian-host-packages-nodocs.rst b/documentation/ref-manual/ubuntu-debian-host-packages-nodocs.rst
index 99a1ffdd7..1c99a9e35 100644
--- a/documentation/ref-manual/ubuntu-debian-host-packages-nodocs.rst
+++ b/documentation/ref-manual/ubuntu-debian-host-packages-nodocs.rst
@@ -18,7 +18,7 @@  If this is not the case, you can reconfigure the ``locales`` package to add it
    -  If you are not in an interactive shell, ``dpkg-reconfigure`` will
       not work as expected. To add the locale you will need to edit
       ``/etc/locale.gen`` file to add/uncomment the ``en_US.UTF-8`` locale.
-      A naive way to do this as root is::
+      A simple way to do this as root is::

          $ echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
          $ locale-gen