mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
This commit is contained in:
parent
0d320eb5ed
commit
8a3e58ed61
1 changed files with 0 additions and 5 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue