Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 19:51:36 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls extern.h ls.1 ls.c ls.h print.c
Message-ID:  <200205190251.g4J2pbv11514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/05/18 19:51:36 PDT

  Modified files:
    bin/ls               extern.h ls.1 ls.c ls.h print.c 
  Log:
  Add missing options required by SUSv3:
  -m      List files across the page, separated by commas.
  -p      Print a slash after directory names
  -x      Same as -C but sort across the columns rather than down
  
  Submitted by:   Kyle Martin <mkm@ieee.org>
  
  Revision  Changes    Path
  1.19      +1 -0      src/bin/ls/extern.h
  1.66      +23 -10    src/bin/ls/ls.1
  1.60      +27 -4     src/bin/ls/ls.c
  1.18      +2 -0      src/bin/ls/ls.h
  1.55      +47 -2     src/bin/ls/print.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?200205190251.g4J2pbv11514>