summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot/quot.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/quot/quot.8')
-rw-r--r--usr.sbin/quot/quot.82
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8
index d4199fe..c95b347 100644
--- a/usr.sbin/quot/quot.8
+++ b/usr.sbin/quot/quot.8
@@ -70,7 +70,7 @@ the remainder of the input line). This is traditionally used
in the pipe:
.Bd -literal -offset indent
.\" ncheck filesystem | sort +0n | quot -n filesystem
-ls -i | sed -e 's,^ *,,' | sort +0n | quot -n filesystem
+ls -i | sed -e 's,^ *,,' | sort -k 1n | quot -n filesystem
.Ed
.Pp
to get a report of files and their owners.
OpenPOWER on IntegriCloud