Re: svn commit: r366119 - head/usr.bin/which

2020-09-24 Thread Fernando Apesteguía
On Thu, Sep 24, 2020 at 6:32 PM wrote: > > Fernando Apesteguía wrote: > > Author: fernape (ports committer) > > Date: Thu Sep 24 16:11:53 2020 > > New Revision: 366119 > > URL: https://svnweb.freebsd.org/changeset/base/366119 > > > > Log: > >which(1): Add EXAMPLES section to manpage > > > >

Re: svn commit: r366119 - head/usr.bin/which

2020-09-24 Thread xtouqh
Fernando Apesteguía wrote: Author: fernape (ports committer) Date: Thu Sep 24 16:11:53 2020 New Revision: 366119 URL: https://svnweb.freebsd.org/changeset/base/366119 Log: which(1): Add EXAMPLES section to manpage Add EXAMPLES section showing the use of -a and -s flags and how which(1)

svn commit: r366119 - head/usr.bin/which

2020-09-24 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Sep 24 16:11:53 2020 New Revision: 366119 URL: https://svnweb.freebsd.org/changeset/base/366119 Log: which(1): Add EXAMPLES section to manpage Add EXAMPLES section showing the use of -a and -s flags and how which(1) treates duplicates. Appr