From owner-cvs-src@FreeBSD.ORG Thu Aug 25 00:55:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D3E16A41F; Thu, 25 Aug 2005 00:55:53 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E532D43D48; Thu, 25 Aug 2005 00:55:52 +0000 (GMT) (envelope-from rodrigc@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 j7P0tqBZ093512; Thu, 25 Aug 2005 00:55:52 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7P0tqPb093511; Thu, 25 Aug 2005 00:55:52 GMT (envelope-from rodrigc) Message-Id: <200508250055.j7P0tqPb093511@repoman.freebsd.org> From: Craig Rodrigues Date: Thu, 25 Aug 2005 00:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/bin/ls ls.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2005 00:55:53 -0000 rodrigc 2005-08-25 00:55:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/ls ls.1 Log: MFC 1.89: Remove EXAMPLES section which gives a non-POSIX compliant use of the sort command. The -S flag to ls does the same thing. PR: standards/83919 Revision Changes Path 1.82.2.2 +0 -15 src/bin/ls/ls.1