diff options
| author | Artem Bunichev <tembun@bk.ru> | 2026-02-03 16:14:09 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-03 16:20:26 +0000 |
| commit | 9555d80066c919596e152f923d38d58a740cdb5f (patch) | |
| tree | 4c409d139d52b12dc3b30d1381781a2749bebb4c | |
| parent | c215eef345501ce7dda374909b3195d9d69a4e9f (diff) | |
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
| -rw-r--r-- | bin/sh/sh.1 | 3 |
1 files changed, 1 insertions, 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 |
