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)
Mon, Sep 14, 8:25 PM
Unknown Object (File)
Thu, Sep 10, 10:26 PM
Unknown Object (File)
Sun, Aug 30, 2:04 PM
Unknown Object (File)
Sat, Aug 29, 12:34 PM
Unknown Object (File)
Thu, Aug 27, 6:20 PM
Unknown Object (File)
Thu, Aug 27, 5:43 PM
Unknown Object (File)
Thu, Aug 27, 2:03 AM
Unknown Object (File)
Tue, Aug 25, 8:29 PM
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.