Remove ncheck in an example; FreeBSD does not have it.

PR:		10158
Submitted by:	Remy Card <card@ens.uvsq.fr>
MFC after:	2 weeks
This commit is contained in:
Jens Schweikhardt 2001-06-16 09:05:24 +00:00
parent 07de0e4353
commit 5935bbab55

View File

@ -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