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: 2711852bd9 ("sh.1: Provide detailed job control documentation")
MFC after:		3 days
Reviewed by:		emaste, ziaee
Differential Revision:	https://reviews.freebsd.org/D55080
This commit is contained in:
Artem Bunichev
2026-02-03 11:14:09 -05:00
committed by Alexander Ziaee
parent c215eef345
commit 9555d80066
+1 -2
View File
@@ -41,7 +41,7 @@
.\" the referee document. The original Standard can be obtained online at .\" the referee document. The original Standard can be obtained online at
.\" http://www.opengroup.org/unix/online.html. .\" http://www.opengroup.org/unix/online.html.
.\" .\"
.Dd January 27, 2026 .Dd February 3, 2026
.Dt SH 1 .Dt SH 1
.Os .Os
.Sh NAME .Sh NAME
@@ -2600,7 +2600,6 @@ write to the terminal while in the background.
See See
.Xr signal 3 .Xr signal 3
for additional information on the meanings of the aforementioned signals. for additional information on the meanings of the aforementioned signals.
.El
.It Ar command .It Ar command
The associated command that was given to the shell. The associated command that was given to the shell.
.El .El