cvs commit: src/bin/ls ls.1 ls.c util.c

Ruslan Ermilov ru at FreeBSD.org
Tue Nov 15 23:13:39 PST 2005


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


More information about the cvs-all mailing list