History log of /freebsd-10-stable/usr.bin/which/which.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 165169 13-Dec-2006 ru

Refine the previous revision.


# 165168 13-Dec-2006 ru

"which -s" will return 0 only if all executables were found, not "any".


# 141656 10-Feb-2005 ru

Require at least one argument.


# 140420 18-Jan-2005 ru

Sort sections.


# 98543 21-Jun-2002 ru

Give a C rewriter the necessary credit.

Requested by: Daniel Papasian <dpapasia@andrew.cmu.edu>


# 97565 30-May-2002 ru

which(1) was once a Perl script.


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 81588 13-Aug-2001 ru

Spell "FreeBSD" with "F" and "BSD" in uppercase.


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 79535 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 55963 14-Jan-2000 sheldonh

Add a missing .El macro.


# 51275 14-Sep-1999 sheldonh

Correct some hard sentence breaks. Only those surrounding the previous
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.

Reported by: bde


# 51090 08-Sep-1999 sheldonh

Improve shell documentation:

* Consistently misspell built-in as builtin.

* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
builtin commands for which no standalone utility exists. These MLINKS
replace those that were created for csh(1).

* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
as well as to the manpages of standalone utilities which are supported
as shell builtin commands in at least one of the shells. In such
manpages, explain that similar functionality may be provided as a
shell builtin command.

* Improve sh(1)'s description of the cd builtin command. Csh(1) already
describes it adequately. Replace the cd(1) manpage with a builtin(1)
MLINKS link.

* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
Ic instead of Xr for shell builtin commands.

* Undo English contractions.

Reviewed by: mpp, rgrimes


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 36301 22-May-1998 jkoshy

Sort SEE ALSO section alphabetically.


# 36057 15-May-1998 jkoshy

Add cross references for find(1), locate(1), whereis(1) and which(1).

Submitted by: Josh Gillam <josh@quick.net>
PR: docs/6642


# 34801 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


# 28790 26-Aug-1997 charnier

Cosmetic in usage string. Mdocify author section.


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 17849 27-Aug-1996 wosch

sync copyright with /usr/share/examples/etc/bsd-style-copyright


# 17786 22-Aug-1996 mpp

Use the .Fx macro where appropriate.


# 17640 17-Aug-1996 wosch

replace shell comment char ``#'' with troff comment command ``.\"''


# 6049 30-Jan-1995 jkh

Unify the copyright notice.


# 5992 28-Jan-1995 asami

Add a `-s' flag for `silent' processing. Make the script return 0 for
success and 1 for failure. Describe the options in manpage.


# 5944 26-Jan-1995 jkh

Use the better perl script version of which submitted by Wolfram.
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>