The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=e5213ca4a3ca742fd8d3b8db413a561b28fa6989
commit e5213ca4a3ca742fd8d3b8db413a561b28fa6989 Author: Artem Bunichev <[email protected]> AuthorDate: 2026-02-16 17:21:21 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-16 17:21:44 +0000 sh.1: Fix ordering of Cm and Aq macros MFC after: 3 days Reviewed by: ziaee Fixes: 2711852bd9ac (sh.1: Provide detailed job control documentation) Differential Revision: https://reviews.freebsd.org/D55194 --- bin/sh/sh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index f4340fab6cdc..dfe5419479a3 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -2554,7 +2554,7 @@ commands. .It Cm - Identifies the job that would become the default if the current default job were to exit. -.It Cm Aq space +.It Aq Cm space For all other jobs that are neither marked with .Cm + nor
