From bf3c8a5270cd356123a1b207794b5ed9b60403df Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 24 Sep 2002 20:15:11 +0000 Subject: [PATCH] Use POSIX-style sort syntax in example --- usr.sbin/quot/quot.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8 index d4199fe11678..c95b34706a58 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.