Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2025 12:23:20 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8a3e58ed6181 - main - ps(1): Remove internal documentation for '-A'
Message-ID:  <202504281223.53SCNKCF025153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=8a3e58ed618109e7af16c54affb1d5f98e5feb27

commit 8a3e58ed618109e7af16c54affb1d5f98e5feb27
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-03-14 21:46:25 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-04-28 11:56:07 +0000

    ps(1): Remove internal documentation for '-A'
    
    Now that it is officially documented in the manual page.
    
    Reviewed by:    kib
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D49606
---
 bin/ps/ps.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index bd49fbe3b188..15d4d70eebf5 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -225,11 +225,6 @@ main(int argc, char *argv[])
 	while ((ch = getopt(argc, argv, PS_ARGS)) != -1)
 		switch (ch) {
 		case 'A':
-			/*
-			 * Exactly the same as `-ax'.   This has been
-			 * added for compatibility with SUSv3, but for
-			 * now it will not be described in the man page.
-			 */
 			all = xkeep = 1;
 			break;
 		case 'a':



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504281223.53SCNKCF025153>