diff options
| author | Artem Bunichev <tembun@bk.ru> | 2026-02-16 17:21:21 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-16 17:21:44 +0000 |
| commit | e5213ca4a3ca742fd8d3b8db413a561b28fa6989 (patch) | |
| tree | 0b359bf875b5fb7ba0efaa74666cdf3f178155cb | |
| parent | 931d4f0ae4f2dcd088bb92459ff19c8b6aafc2cc (diff) | |
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
| -rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
