From f37db7a3605cea8ba81f54a0a197df62945c34d2 Mon Sep 17 00:00:00 2001 From: jca Date: Sat, 20 Jun 2015 10:57:42 +0000 Subject: [PATCH] sort +0n -> sort -n, the former is historical --- usr.sbin/quot/quot.8 | 6 +++--- 1 file 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. -- 2.20.1