Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 18:31:00 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Artem Bunichev <tembun@bk.ru>
Subject:   git: 226c48a4522a - stable/15 - sh.1: Fix ordering of Cm and Aq macros
Message-ID:  <69d941e4.38e0a.3f0a1e3f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=226c48a4522a108ee8a5f50ded42629bd7d06c08

commit 226c48a4522a108ee8a5f50ded42629bd7d06c08
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-02-16 17:21:21 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-04-10 18:26:56 +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
    
    (cherry picked from commit e5213ca4a3ca742fd8d3b8db413a561b28fa6989)
---
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d941e4.38e0a.3f0a1e3f>