Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 07:13:37 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls ls.1 ls.c util.c
Message-ID:  <200511160713.jAG7DcMx043575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2005-11-16 07:13:37 UTC

  FreeBSD src repository

  Modified files:
    bin/ls               ls.1 ls.c util.c 
  Log:
  Having three options (-a, -A, -I) controlling the output of dotted
  files is too much and hard to follow.  Instead, make the -I option
  just mean "do not automatically set -A for root".  That is, if -A
  is explicitly set, -I is ignored.  Also, document -I in usage().
  (The ls.c diff is better viewed relative to rev. 1.80.)
  
  No objection:   mux
  Silence from:   mnag
  MFC after:      3 days
  
  Revision  Changes    Path
  1.94      +5 -7      src/bin/ls/ls.1
  1.82      +7 -11     src/bin/ls/ls.c
  1.39      +2 -2      src/bin/ls/util.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511160713.jAG7DcMx043575>