Date: Fri, 24 Apr 1998 00:49:53 -0700 (PDT) From: "Dag-Erling C. Sm\xf8rgrav" <des@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 Message-ID: <199804240749.AAA06679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804240749.AAA06679>