Module Name:    othersrc
Committed By:   wiz
Date:           Wed Apr  2 08:50:43 UTC 2014

Modified Files:
        othersrc/external/bsd/dust/dist: dust.1

Log Message:
Fix typo, whitespace, use .Ex, use EXIT STATUS instead of RETURN VALUES, use
em-dash.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/dust/dist/dust.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/dust/dist/dust.1
diff -u othersrc/external/bsd/dust/dist/dust.1:1.1.1.1 othersrc/external/bsd/dust/dist/dust.1:1.2
--- othersrc/external/bsd/dust/dist/dust.1:1.1.1.1	Wed Apr  2 04:38:22 2014
+++ othersrc/external/bsd/dust/dist/dust.1	Wed Apr  2 08:50:43 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: dust.1,v 1.1.1.1 2014/04/02 04:38:22 agc Exp $
+.\" $NetBSD: dust.1,v 1.2 2014/04/02 08:50:43 wiz Exp $
 .\"
 .\" Copyright (c) 2014 Alistair Crooks <a...@netbsd.org>
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl rs
-.Ar file...
+.Ar file ...
 .Sh DESCRIPTION
 The
 .Nm
@@ -41,21 +41,18 @@ command uses
 to retrieve the sizes on disk of the
 specified files and directories,
 and orders them in size order.
-.Bl -tag -width keyring1234567
+.Bl -tag -width XrX
 .It Fl r
-Reverse the order of the output \- instead of printing
+Reverse the order of the output \(em instead of printing
 the directory entries in smallest to largest order,
 this argument will print the entries in largest to smallest order.
 .It Fl s
 As in
 .Xr du 1 ,
-perform the listing silently, recurisng into directories,
+perform the listing silently, recursing into directories,
 but only printing the results at the topmost level of specification.
-.Sh RETURN VALUES
-The
-.Nm
-utilities will return 0 for success,
-and non-zero for failure.
+.Sh EXIT STATUS
+.Ex -std dust
 .Sh EXAMPLES
 .Bd -literal
 % dust .

Reply via email to