Date: Fri, 24 Apr 1998 05:43:27 -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 util.c Message-ID: <199804241243.FAA07816@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 1998/04/24 05:43:27 PDT Modified files: bin/ls ls.1 ls.c util.c Log: o Removed two unused variables (f_dirname and f_newline) in ls.c o Added the -H and -P options for treatment of symbolic links. o Removed the #ifdef BSD4_4_LITE, since it does not seem to do anything useful o Fixed up prn_octal() so its output looks more like that of AT&T Unices when -b is given. The next two lines apply only to the first two changes above: PR: bin/6140 Submitted by: Max Euston Revision Changes Path 1.19 +43 -7 src/bin/ls/ls.1 1.20 +10 -4 src/bin/ls/ls.c 1.14 +5 -16 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?199804241243.FAA07816>