Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 21:51:50 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/ls ls.c
Message-ID:  <200910132152.n9DLq0N8007548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-10-13 21:51:50 UTC

  FreeBSD src repository

  Modified files:
    bin/ls               ls.c 
  Log:
  SVN rev 198056 on 2009-10-13 21:51:50Z by jilles
  
  ls: Make -p not inhibit following symlinks.
  
  According to the man page, when neither -H/-L nor -F/-d/-l are given, -H is
  implied. This agrees with POSIX, GNU ls and Solaris ls. This means that -p,
  although it is very similar to -F, does not prevent the implicit following
  of symlinks.
  
  PR:             standards/128546
  
  Revision  Changes    Path
  1.87      +1 -1      src/bin/ls/ls.c



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