summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-06-16 09:05:24 +0000
committerschweikh <schweikh@FreeBSD.org>2001-06-16 09:05:24 +0000
commit13b243ec3ca56bd54a5ca47ec2e0dd4a0081e037 (patch)
tree8450af3aa45a983d156b6dd3361238edf202bbe9 /usr.sbin/quot
parent116337ea171d96880b44a09b714494a22d9ca738 (diff)
downloadFreeBSD-src-13b243ec3ca56bd54a5ca47ec2e0dd4a0081e037.zip
FreeBSD-src-13b243ec3ca56bd54a5ca47ec2e0dd4a0081e037.tar.gz
Remove ncheck in an example; FreeBSD does not have it.
PR: 10158 Submitted by: Remy Card <card@ens.uvsq.fr> MFC after: 2 weeks
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