aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ps/ps.14
-rw-r--r--bin/ps/ps.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 25373adb7d73..bc760c174c11 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -29,7 +29,7 @@
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd June 27, 2020
+.Dd April 25, 2023
.Dt PS 1
.Os
.Sh NAME
@@ -49,7 +49,7 @@
.Op Fl U Ar user Ns Op , Ns Ar user Ns Ar ...
.Nm
.Op Fl -libxo
-.Op Fl L
+.Fl L
.Sh DESCRIPTION
The
.Nm
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 0c656d8a1544..141b57cfd683 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -1463,6 +1463,6 @@ usage(void)
"usage: ps " SINGLE_OPTS " [-O fmt | -o fmt] [-G gid[,gid...]]",
" [-J jid[,jid...]] [-M core] [-N system]",
" [-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]]",
- " ps [-L]");
+ " ps -L");
exit(1);
}