git: 9555d80066c9 - main - sh.1: Fix rendering error due to redundant .El

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Tue, 03 Feb 2026 16:21:11 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=9555d80066c919596e152f923d38d58a740cdb5f

commit 9555d80066c919596e152f923d38d58a740cdb5f
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-02-03 16:14:09 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-03 16:20:26 +0000

    sh.1: Fix rendering error due to redundant .El
    
    Due to this all the rest of the items in the Built-in Commands section
    were not rendered at all.
    
    Fixes: 2711852bd9ac ("sh.1: Provide detailed job control documentation")
    MFC after:              3 days
    Reviewed by:            emaste, ziaee
    Differential Revision:  https://reviews.freebsd.org/D55080
---
 bin/sh/sh.1 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index dc3ebfb17215..3113c1cf6166 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -41,7 +41,7 @@
 .\" the referee document.  The original Standard can be obtained online at
 .\"     http://www.opengroup.org/unix/online.html.
 .\"
-.Dd January 27, 2026
+.Dd February 3, 2026
 .Dt SH 1
 .Os
 .Sh NAME
@@ -2600,7 +2600,6 @@ write to the terminal while in the background.
 See
 .Xr signal 3
 for additional information on the meanings of the aforementioned signals.
-.El
 .It Ar command
 The associated command that was given to the shell.
 .El