From 7a41169104f36588ced2fc8c18c13db436d77bdf Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 11 Mar 2024 00:59:46 +1100 Subject: [PATCH] [doc] consistency fix in example output --- doc/ivshmem_kvmfr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ivshmem_kvmfr.rst b/doc/ivshmem_kvmfr.rst index 155c265d..561b5553 100644 --- a/doc/ivshmem_kvmfr.rst +++ b/doc/ivshmem_kvmfr.rst @@ -118,7 +118,7 @@ change its ownership manually, i.e.: .. code:: bash - sudo chown user:user /dev/kvmfr0 + sudo chown user:kvm /dev/kvmfr0 As an example, you can create a new file in ``/etc/udev/rules.d/99-kvmfr.rules`` with the following contents::