[PATCH] docs: UML: user_mode_linux_howto_v2: Fix bracket

Manuel Ebner posted 1 patch 2 weeks, 2 days ago
Documentation/virt/uml/user_mode_linux_howto_v2.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: UML: user_mode_linux_howto_v2: Fix bracket
Posted by Manuel Ebner 2 weeks, 2 days ago
Add missing ')'.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 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.
 
 ***********
-- 
2.54.0
Re: [PATCH] docs: UML: user_mode_linux_howto_v2: Fix bracket
Posted by Randy Dunlap 2 weeks, 2 days ago
[adding Renzo]

On 9/9/26 7:00 AM, Manuel Ebner wrote:
> Add missing ')'.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
> ---
>  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