Page MenuHomeFreeBSD

sh.1: Fix rendering error due to redundant .El
ClosedPublic

Authored by temcbun_gmail.com on Feb 3 2026, 3:12 PM.
Referenced Files
Unknown Object (File)
Fri, Jun 5, 12:57 PM
Unknown Object (File)
Thu, Jun 4, 9:13 PM
Unknown Object (File)
Thu, Jun 4, 4:15 AM
Unknown Object (File)
Thu, Jun 4, 3:44 AM
Unknown Object (File)
Mon, Jun 1, 9:05 AM
Unknown Object (File)
Tue, May 26, 2:07 PM
Unknown Object (File)
Sun, May 17, 10:24 AM
Unknown Object (File)
Sun, May 17, 8:15 AM
Subscribers

Details

Summary

Due to this all the rest of the .It items in the Built-in Commands section were not rendered at all.

Fixes: 2711852bd9ac ("sh.1: Provide detailed job control documentation")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste added a subscriber: emaste.
emaste added inline comments.
bin/sh/sh.1
44

Typically .Dd bump isn't necessary if the meaning doesn't change, but if this caused a section to be missed it makes sense.

This revision is now accepted and ready to land.Feb 3 2026, 3:35 PM
This revision was automatically updated to reflect the committed changes.

@ziaee Since https://reviews.freebsd.org/D49895 has been MFC'ed, I believe this change now has to be MFC'ed too.