Re: [PATCH] docs: UML: user_mode_linux_howto_v2: Fix bracket
From: Randy Dunlap
Date: Wed Sep 09 2026 - 12:46:31 EST
[adding Renzo]
On 9/9/26 7:00 AM, Manuel Ebner wrote:
> Add missing ')'.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
> ---
> 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 9224bea5e..13acac1c1 100644
> --- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> +++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst
> @@ -580,7 +580,7 @@ https://github.com/virtualsquare/sshlirp
> ``vec0:transport=vde,vnl=vxvde://234.0.0.1``
>
> connect to a local area cloud (all the UML nodes using the same
> -multicast address running on hosts in the same multicast domain (LAN)
> +multicast address) running on hosts in the same multicast domain (LAN)
> will be automagically connected together to a virtual LAN.
I would put the closing parenthesis at the end:
to a virtual LAN.)
@Renzo, comments?
>
> ***********
--
~Randy