Re: [PATCH] docs: fix typo in user_mode_linux_howto_v2.rst

Jonathan Corbet <[email protected]> Mon, 25 May 2026 14:23:26 -0600
Newsgroups org.infradead.lists.linux-um,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Sakurai Shun <[email protected]> writes:

> Replace "privilges" with "privileges"
>
> Signed-off-by: Sakurai Shun <[email protected]>
> ---
>  Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> index c37e8e594..9224bea5e 100644
> --- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> +++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> @@ -234,7 +234,7 @@ an ioctl to setup the tun interface and/or use raw sockets where needed.
>  This can be achieved by granting the user a particular capability instead
>  of running UML as root.  In case of vector transport, a user can add the
>  capability ``CAP_NET_ADMIN`` or ``CAP_NET_RAW`` to the uml binary.
> -Thenceforth, UML can be run with normal user privilges, along with
> +Thenceforth, UML can be run with normal user privileges, along with
>  full networking.

Applied, thanks.

jon