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)
Tue, Jul 7, 2:26 AM
Unknown Object (File)
Mon, Jul 6, 6:15 AM
Unknown Object (File)
Fri, Jun 26, 6:19 PM
Unknown Object (File)
Mon, Jun 22, 10:36 PM
Unknown Object (File)
Jun 5 2026, 12:57 PM
Unknown Object (File)
Jun 4 2026, 9:13 PM
Unknown Object (File)
Jun 4 2026, 4:15 AM
Unknown Object (File)
Jun 4 2026, 3:44 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.