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)
Sun, May 17, 10:24 AM
Unknown Object (File)
Sun, May 17, 8:15 AM
Unknown Object (File)
Sun, May 17, 4:42 AM
Unknown Object (File)
Thu, May 14, 8:35 AM
Unknown Object (File)
Mon, May 11, 4:06 PM
Unknown Object (File)
Mon, May 11, 2:23 PM
Unknown Object (File)
Mon, May 11, 4:19 AM
Unknown Object (File)
Mon, May 11, 4:05 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.