summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2015-06-20 10:57:43 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2015-06-20 10:57:43 +0000
commita2405751060ece8f45e9ad2baca1585163aab2e7 (patch)
treea312f1ba27ba456b293b0cc5a25c7d925921c348 /usr.sbin
parent162ad01b5f1eb98ef384cfda2674fc828d1a4321 (diff)
sort +0n -> sort -n, the former is historical
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/quot/quot.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/quot/quot.8 b/usr.sbin/quot/quot.8
index f8c2ff33b7d..30204b9ab44 100644
--- a/usr.sbin/quot/quot.8
+++ b/usr.sbin/quot/quot.8
@@ -27,9 +27,9 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: quot.8,v 1.11 2007/05/31 19:20:28 jmc Exp $
+.\" $Id: quot.8,v 1.12 2015/06/20 10:57:42 jca Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 20 2015 $
.Dt QUOT 8
.Os
.Sh NAME
@@ -69,7 +69,7 @@ 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 -n | quot -n filesystem
.Ed
.Pp
to get a report of files and their owners.