summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-28 13:43:22 +0000
committerru <ru@FreeBSD.org>2002-01-28 13:43:22 +0000
commit2137f05783bd2ec4dd2ff888143f9c6d8dce5791 (patch)
treece7a39d27251260fe3dd3064229f6b4a9e22ffa2 /bin/ps/ps.c
parent6c8ad084e0b2beebee4b2b89037cf295671e7aca (diff)
downloadFreeBSD-src-2137f05783bd2ec4dd2ff888143f9c6d8dce5791.zip
FreeBSD-src-2137f05783bd2ec4dd2ff888143f9c6d8dce5791.tar.gz
Remove a stray `:' after `v' in the getopt() call.
Submitted by: bde
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r--bin/ps/ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 08e3d97..fc08a69 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -152,9 +152,9 @@ main(argc, argv)
memf = nlistf = _PATH_DEVNULL;
while ((ch = getopt(argc, argv,
#if defined(LAZY_PS)
- "aCcefghjLlM:mN:O:o:p:rSTt:U:uv:wxZ")) != -1)
+ "aCcefghjLlM:mN:O:o:p:rSTt:U:uvwxZ")) != -1)
#else
- "aCceghjLlM:mN:O:o:p:rSTt:U:uv:wxZ")) != -1)
+ "aCceghjLlM:mN:O:o:p:rSTt:U:uvwxZ")) != -1)
#endif
switch((char)ch) {
case 'a':
OpenPOWER on IntegriCloud