aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/apropos
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.Gordon Tetlow2011-04-213-196/+0
| | | | Notes: svn path=/head/; revision=220910
* Don't set $PATH - if the caller doesn't have /bin and /usr/bin in theirBrian Somers2009-06-141-1/+0
| | | | | | | | | | PATH then they can expect things to break. PR: 135417 MFC after: 3 weeks Notes: svn path=/head/; revision=194158
* Add missing articles.Ruslan Ermilov2006-12-231-0/+5
| | | | Notes: svn path=/head/; revision=165509
* doc sweepRuslan Ermilov2005-11-171-1/+1
| | | | Notes: svn path=/head/; revision=152548
* Added ENVIRONMENT section (PAGER, MANPATH, etc.).Gary W. Swearingen2005-09-011-0/+13
| | | | | | | | | | PR: docs/84485 Submitted by: garys Approved by: keramida MFC after: 3 days Notes: svn path=/head/; revision=149683
* remove myself as maintainer.Wolfram Schneider2005-07-171-1/+0
| | | | Notes: svn path=/head/; revision=148108
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-3/+3
| | | | Notes: svn path=/head/; revision=131472
* Grammar nits.Ruslan Ermilov2002-10-211-2/+2
| | | | | | | Submitted by: Ken Stailey <kstailey@speakeasy.net> Notes: svn path=/head/; revision=105615
* POSIX.1-2001 says ``man -k'' should produce results equivalent toRuslan Ermilov2002-08-072-2/+2
| | | | | | | | | the ``grep -Ei'' searching. MFC after: 3 days Notes: svn path=/head/; revision=101475
* RETURN VALUES is for sections 2, 3 and 9, but here in section 1 man page,Philippe Charnier2002-03-121-3/+5
| | | | | | | | | DIAGNOSTICS should be used instead. Reviewed by: wosch Notes: svn path=/head/; revision=92182
* apropos(1) manual page doesn't tell that keyword can be regular expressionWolfram Schneider2002-03-091-0/+4
| | | | | | | | PR: gnu/31685 Submitted by: Andrey Simonenko <simon@simon.org.ua> Notes: svn path=/head/; revision=91952
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+16
| | | | Notes: svn path=/head/; revision=75286
* space typo in last commitWolfram Schneider2001-03-301-1/+1
| | | | Notes: svn path=/head/; revision=75019
* * A comment in apropos.sh contains the misspelled wordWolfram Schneider2001-03-301-3/+3
| | | | | | | | | | | | | | | | | | | "locailzed"; it should read "localized". * The "test" operator can be a bit dangerous (e.g., if a newbie writes a script named "test" and has it call "apropos", which calls "test, ...). * In its use as "whatis", apropos formats the first line of the output differently than the following lines. Specifically, it leaves out all but one of the spaces that precede the dash in the first line. Submitted by: Rich Morin <rdm@cfcl.com> PR: 25126 Notes: svn path=/head/; revision=75018
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69857
* mdoc cleanup: use .Nm macro correctly, don't non mdoc macroAlexey Zelkin2000-05-101-4/+5
| | | | Notes: svn path=/head/; revision=60319
* Use manpath -L for localesAndrey A. Chernov1999-11-231-8/+2
| | | | Notes: svn path=/head/; revision=53618
* Localize itAndrey A. Chernov1999-10-301-0/+19
| | | | | | | Submitted by: phantom Notes: svn path=/head/; revision=52694
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49825
* Added myself as maintainer.Wolfram Schneider1999-02-091-1/+2
| | | | Notes: svn path=/head/; revision=43805
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | 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
* Fix a spelling error.Mike Pritchard1996-12-091-1/+1
| | | | Notes: svn path=/head/; revision=20238
* Convert man page to mdoc format.Mike Pritchard1996-12-091-16/+20
| | | | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2154 Notes: svn path=/head/; revision=20237
* grep(1) should not parse manpages as arguments.Wolfram Schneider1996-09-271-4/+4
| | | | | | | Now `apropos -xfer' works. Notes: svn path=/head/; revision=18520
* Cleanup exit status; 2: syntax error, 0: keyword matched,Wolfram Schneider1996-09-141-7/+12
| | | | | | | | | | $exit_nomatch: no keyword matched. Default value for variable exit_nomatch is 0 because `man -k' don't like exit status != 0 Detected by: "Stephen J. Roznowski" <sjr@zombie.ncsc.mil> Notes: svn path=/head/; revision=18301
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-3/+2
| | | | Notes: svn path=/head/; revision=17849
* Exits 0 on success, and 1 if no keyword matched.Wolfram Schneider1996-07-082-3/+24
| | | | | | | Start $PAGER only if we find a manual page. Notes: svn path=/head/; revision=17015
* share the code between apropos and whatisWolfram Schneider1996-03-103-6/+21
| | | | Notes: svn path=/head/; revision=14460
* print error messages to stderrWolfram Schneider1996-02-251-36/+42
| | | | | | | | | don't fail if search arguments contain spaces allow programs from $PATH as PAGER faster Notes: svn path=/head/; revision=14256
* recording cvs-1.6 file deathPeter Wemm1995-12-302-91/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Rewrite and merge some bogus makefiles to create Makefile.shprog. JustBruce Evans1995-10-211-42/+4
| | | | | | | | | | | | | | | | | | | | | | | | | include this in the old makefiles. I intended to fix only the private maninstall rule but found a lot of other bogons and bugs: - strong resistance to installing the program anywhere other than ${DESTDIR}/usr/bin (first, ../../Makefile.inc was not included. ../Makefile/inc was redundantly included instead. Second, /usr/bin was hard coded). - the owner, group and permissions were hard coded. - the man page was installed twice. - MANDEPEND wasn't necessary. - calculations to determine the obj directory weren't necessary. - there were unnecessary private rules for depend, rcsfreeze and tags. We don't support the rcsfreeze target. - there was an extra, bogus, rule for `all'. The final version uses suffix rules to eliminate the remaining verboseness involving directories (${.CURDIR}) and to potentially allow multiple shell programs in one directory. Notes: svn path=/head/; revision=11616
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Use standard clean, cleandir and obj targets.Bruce Evans1994-08-281-10/+7
| | | | | | | | | | Don't use $@. Uniformize the man Makefiles for shell scripts. It should't take such large Makefiles to install one script and one man page each. Notes: svn path=/head/; revision=2373
* Make these Makefiles work properly when NOMAN is defined.Geoff Rehmet1994-06-051-0/+4
| | | | | | | (I wish they just used bsd.prog.mk) Notes: svn path=/head/; revision=1686
* Manual pages are now installed via the bsd.man.mk macro, since theGeoff Rehmet1994-06-051-7/+13
| | | | | | | | existing arrangement in this makefile doesn't allow for compressed manual pages. Notes: svn path=/head/; revision=1685
* Added ${DESTDIR} to all the naked install commands w/out them.Nate Williams1993-07-231-2/+2
| | | | Notes: svn path=/head/; revision=186
* Changes to make `maninstall' work.Jordan K. Hubbard1993-07-231-1/+3
| | | | Notes: svn path=/head/; revision=185
* Changes to allow man to work with or without obj dirs.Jordan K. Hubbard1993-07-211-11/+20
| | | | Notes: svn path=/head/; revision=176
* Fixed make file for tags target, removed files that are generated by theRodney W. Grimes1993-07-171-1/+1
| | | | | | | Makefile. Notes: svn path=/head/; revision=135
* Newer new man page reader.Jordan K. Hubbard1993-07-075-0/+208
Notes: svn path=/cvs2svn/branches/man/; revision=103