Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 1999 07:55:59 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls ls.1 ls.c util.c
Message-ID:  <199908021455.HAA35485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

sheldonh    1999/08/02 07:55:59 PDT

  Modified files:
    bin/ls               ls.1 ls.c util.c 
  Log:
  Add -n option to print numeric user and group IDs instead of names
  in a long (-l) listing.
  
  MFC-jockies should make sure that bde's concerns regarding the number
  of digits required to represent a uid_t and the use of snprintf
  on the associated PR have been addressed before going wild.
  
  PR:	12866
  Reported by:	Philip Kizer <pckizer@nostrum.com>
  Obtained from:	NetBSD
  
  Revision  Changes    Path
  1.29      +10 -2     src/bin/ls/ls.1
  1.25      +19 -5     src/bin/ls/ls.c
  1.19      +2 -2      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?199908021455.HAA35485>