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:
committed by
Alexander Ziaee
parent
c215eef345
commit
9555d80066
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user