From owner-cvs-all@FreeBSD.ORG Fri Jun 3 11:38:35 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3CB416A41C; Fri, 3 Jun 2005 11:38:35 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEE343D1F; Fri, 3 Jun 2005 11:38:35 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j53BcZX1042334; Fri, 3 Jun 2005 11:38:35 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j53BcZbI042333; Fri, 3 Jun 2005 11:38:35 GMT (envelope-from dd) Message-Id: <200506031138.j53BcZbI042333@repoman.freebsd.org> From: Dima Dorfman Date: Fri, 3 Jun 2005 11:38:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/ls ls.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 11:38:35 -0000 dd 2005-06-03 11:38:35 UTC FreeBSD src repository Modified files: bin/ls ls.1 Log: Remove the EXAMPLES section that describes how to sort by size using sort(1). This functionality is provided by the -S option now, and it is useful even though a similar effect is achievable with sort(1), since the latter doesn't work in combination with -h. This option is also present in NetBSD, OpenBSD, and GNU fileutils, so there's clearly a demand for it. Noticed by: asmodai Revision Changes Path 1.89 +0 -15 src/bin/ls/ls.1