From 8a3e58ed618109e7af16c54affb1d5f98e5feb27 Mon Sep 17 00:00:00 2001 From: Olivier Certner Date: Fri, 14 Mar 2025 22:46:25 +0100 Subject: [PATCH] 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 bd49fbe3b18..15d4d70eebf 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':