From owner-cvs-all Wed Jun 21 14:50: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1D3937C098; Wed, 21 Jun 2000 14:49:57 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA79867; Wed, 21 Jun 2000 14:49:57 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200006212149.OAA79867@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 21 Jun 2000 14:49:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.1 print.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/06/21 14:49:57 PDT Modified files: bin/ls ls.1 print.c Log: I broke locale sensitive ordering of date and month in the long -l output format with the last commit. Fix it by replacing the "%b %e" strftime format with "%Ef". Make a note in the manual page that the LANG environment variable affects the running of ls. Reviewed by: ache Revision Changes Path 1.36 +8 -1 src/bin/ls/ls.1 1.35 +10 -7 src/bin/ls/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message