Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2010 19:23:07 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/ls ls.c ls.h print.c
Message-ID:  <201001241923.o0OJNJK0098099@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-01-24 19:23:07 UTC

  FreeBSD src repository

  Modified files:
    bin/ls               ls.c ls.h print.c 
  Log:
  SVN rev 202945 on 2010-01-24 19:23:07Z by jh
  
  Fixes for ls(1) long format (-l) output:
  
  - Allow -h option to work if the listing contains at least one device
    file.
  - Align major and minor device numbers correctly to the size field.
  
  PR:             bin/125678
  Approved by:    trasz (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.89      +20 -8     src/bin/ls/ls.c
  1.24      +4 -1      src/bin/ls/ls.h
  1.81      +26 -12    src/bin/ls/print.c



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