diff --git a/site/source/user-manual/device-guides/limitations/lim-android.rst b/site/source/user-manual/device-guides/limitations/lim-android.rst index 0dbb4b6..5cb556f 100644 --- a/site/source/user-manual/device-guides/limitations/lim-android.rst +++ b/site/source/user-manual/device-guides/limitations/lim-android.rst @@ -10,7 +10,7 @@ Android LAN Access ---------- -Android versions below 12 (as well as some custom ROMs, such as Graphene/Calyx) do not have native support for :ref:`mDNS` and therefore cannot resolve ".local" addresses. +Android versions below 12 do not have native support for :ref:`mDNS` and therefore cannot resolve ".local" addresses. Tor Firefox on LineageOS ------------------------ diff --git a/site/source/user-manual/ssh.rst b/site/source/user-manual/ssh.rst index a2654be..d51c362 100644 --- a/site/source/user-manual/ssh.rst +++ b/site/source/user-manual/ssh.rst @@ -15,7 +15,7 @@ Creating an SSH Key (Linux/Mac) .. code-block:: bash - ssh-keygen -t ed25519 -C "your_email@example.com" + ssh-keygen -t ed25519 You will be asked to ``Enter a file in which to save the key`` - we recommend you press ``Enter`` to use the default location