Date: Thu, 1 May 2025 19:51:29 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 57ed17ed2cbf - stable/14 - ps(1): Remove internal documentation for '-A' Message-ID: <202505011951.541JpTUF067206@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=57ed17ed2cbf2518c123720758f8764057ac79df commit 57ed17ed2cbf2518c123720758f8764057ac79df Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-03-14 21:46:25 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-05-01 19:37:02 +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 (cherry picked from commit 8a3e58ed618109e7af16c54affb1d5f98e5feb27) --- bin/ps/ps.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/ps/ps.c b/bin/ps/ps.c index cd934918ee37..0d6365b22b3c 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -247,11 +247,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?202505011951.541JpTUF067206>