diff options
| author | Sakurai Shun <ssh1326@icloud.com> | 2026-05-17 05:24:44 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-05-25 23:22:46 +0300 |
| commit | f69322f8f8bde6513be5ce09883f825c67df284e (patch) | |
| tree | c4d47e74f4d50de09b7e7301d8854a767583a252 | |
| parent | 8a61b8a71e640225c00de982e722220fe85fe93e (diff) | |
| download | linux-f69322f8f8bde6513be5ce09883f825c67df284e.tar.xz | |
docs: fix typo in user_mode_linux_howto_v2.rst
Replace "privilges" with "privileges"
Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260517022456.5895-1-ssh1326@icloud.com>
| -rw-r--r-- | Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst index c37e8e594d12..9224bea5ee9f 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. For example:: |
