summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-09-24 20:15:11 +0000
committerache <ache@FreeBSD.org>2002-09-24 20:15:11 +0000
commitd218d8d076783da2da7b2e270f848abf1ef9a81d (patch)
tree745108d52fa1d596d1cc3266cf46d767bdd25fe9 /usr.sbin/quot
parent106b553336237e6640455cd6e4dc07b388c7f8f7 (diff)
downloadFreeBSD-src-d218d8d076783da2da7b2e270f848abf1ef9a81d.zip
FreeBSD-src-d218d8d076783da2da7b2e270f848abf1ef9a81d.tar.gz
Use POSIX-style sort syntax in example
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r--usr.sbin/quot/quot.82
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud