sort +0n -> sort -n, the former is historical
authorjca <jca@openbsd.org>
Sat, 20 Jun 2015 10:57:42 +0000 (10:57 +0000)
committerjca <jca@openbsd.org>
Sat, 20 Jun 2015 10:57:42 +0000 (10:57 +0000)
usr.sbin/quot/quot.8

index f8c2ff3..30204b9 100644 (file)
@@ -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.