aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whereis/whereis.1
Commit message (Collapse)AuthorAgeFilesLines
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;Colin Percival2015-02-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes) Notes: svn path=/head/; revision=278616
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
| | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste Notes: svn path=/head/; revision=263142
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
| | | | Notes: svn path=/head/; revision=131491
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-3/+3
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107276
* Use correct document date for the -a option.Johan Karlsson2002-08-221-1/+1
| | | | Notes: svn path=/head/; revision=102247
* Add the -a option to report all matches instead of only theJohan Karlsson2002-08-221-4/+12
| | | | | | | | | first of each requested type. Approved by: joerg, sheldonh (mentor) Notes: svn path=/head/; revision=102246
* Teach whereis(1) about games.Johan Karlsson2002-07-241-1/+2
| | | | | | | Approved by: joerg, sheldonh (mentor) Notes: svn path=/head/; revision=100608
* The .Nm utilityPhilippe Charnier2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=99970
* Complete rewrite, once again.Joerg Wunsch2002-07-111-12/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | This is basically a ``C compilation'' of the former whereis.pl file, employing the same algorithms, and aiming at being mostly UI-compatible to the old (legally tainted) 4.3BSD whereis(1). In comparision, the 4.4BSD-Lite version is just another variant of which(1) only, where in particular the option to search for source directories is sorely missing. While i was at it, i added two more options which i contemplated doing long since. -x will suppress the run of locate(1) to find sources that could not be found otherwise, potentially saving a lot of time (but obviously, risking to not find some sources that are well hidden in the tree). -q will omit the leading name of the query, so in particular, you can now do something like: cd `whereis -qs ls` I'd explicitly like to thank johan for his review which was quite a bit more than an average review, including sending me a lot of diffs. Reviewed by: johan Notes: svn path=/head/; revision=99821
* compact synopsisJohan Karlsson2002-07-031-2/+1
| | | | | | | | | | s/program [program ...]/program .../ s/program [...]/program .../ Approved by: sheldonh (mentor) Notes: svn path=/head/; revision=99377
* Remove -p flag.Johan Karlsson2002-07-031-7/+0
| | | | | | | | | | | | OpenBSD's implementation lacks -p, and we don't want to support the option now, only to lose it if/when we later switch to OpenBSD's implementation. This functionality is provided by which(1). Approved by: sheldonh (mentor) Notes: svn path=/head/; revision=99376
* Change to NetBSDs version of whereis.Johan Karlsson2002-07-031-86/+21
| | | | | | | | Approved by: sheldonh (mentor) Obtained from: NetBSD Notes: svn path=/head/; revision=99373
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
| | | | Notes: svn path=/head/; revision=68963
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Don't strip trailing .suffixes from filenames. Although obviouslyTim Vanderhoek1999-06-211-3/+5
| | | | | | | | | | intentional, this behaviour is far too obnoxious given the number of filenames such as rpc.statd we have. Submitted by: Chris Costello [3]chris@calldei.com (bin/11303) Notes: svn path=/head/; revision=48086
* Sort cross references.Wolfram Schneider1998-08-311-2/+2
| | | | Notes: svn path=/head/; revision=38702
* Add cross references for find(1), locate(1), whereis(1) and which(1).Joseph Koshy1998-05-151-1/+3
| | | | | | | | Submitted by: Josh Gillam <josh@quick.net> PR: docs/6642 Notes: svn path=/head/; revision=36057
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* A totally revamped whereis(1), bringing back all the functionality ofJoerg Wunsch1996-06-151-13/+87
| | | | | | | | | | | the 4.3BSD command. Rewritten from scratch after the old man page, taking account for the different situation with man pages and source tree hierarchy (re: /usr/src/gnu) of the FreeBSD project. Reviewed by: wosch (actually loooong time ago) Notes: svn path=/head/; revision=16385
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+63
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590