From owner-cvs-all Fri Apr 24 00:51:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16157 for cvs-all-outgoing; Fri, 24 Apr 1998 00:51:01 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16152; Fri, 24 Apr 1998 00:51:00 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA06679; Fri, 24 Apr 1998 00:49:53 -0700 (PDT) Date: Fri, 24 Apr 1998 00:49:53 -0700 (PDT) Message-Id: <199804240749.AAA06679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ls ls.1 ls.c ls.h print.c util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/04/24 00:49:53 PDT Modified files: bin/ls ls.1 ls.c ls.h print.c util.c Log: o Renamed '-b' (show unprintables in octal) to '-B' o Added a new '-b' which behaves as in AT&T Unices (show unprintables in octal, using C escape codes when possible) o Added '?' to the getopt() string, since the code in the switch considers it as a valid option. Revision Changes Path 1.18 +10 -4 src/bin/ls/ls.1 1.19 +12 -4 src/bin/ls/ls.c 1.9 +2 -1 src/bin/ls/ls.h 1.16 +7 -6 src/bin/ls/print.c 1.13 +66 -10 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message