summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r--usr.sbin/quot/quot.84
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8
index 6b5f6d8..1f9201e 100644
--- a/usr.sbin/quot/quot.8
+++ b/usr.sbin/quot/quot.8
@@ -67,7 +67,8 @@ in the standard input, for each file print out the owner (plus
the remainder of the input line). This is traditionally used
in the pipe:
.Bd -literal -offset indent
-ncheck filesystem | sort +0n | quot -n filesystem
+.\" ncheck filesystem | sort +0n | quot -n filesystem
+ls -i | sed -e 's,^ *,,' | sort +0n | quot -n filesystem
.Ed
.Pp
to get a report of files and their owners.
@@ -87,6 +88,7 @@ size block.
.El
.Sh BUGS
.Xr ncheck
+(which would be a lot more useful than ls -i in the example above)
does not exist in
.Fx .
.Sh SEE ALSO
OpenPOWER on IntegriCloud