From d218d8d076783da2da7b2e270f848abf1ef9a81d Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 24 Sep 2002 20:15:11 +0000 Subject: Use POSIX-style sort syntax in example --- usr.sbin/quot/quot.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/quot') 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. -- cgit v1.1