aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
Commit message (Collapse)AuthorAgeFilesLines
* MFC: rev 1.7, mdoc cleanupAlexey Zelkin2000-05-101-4/+5
| | | | Notes: svn path=/stable/3/; revision=60321
* MFC: rev 1.37, better handling groff failuresAlexey Zelkin2000-04-241-3/+5
| | | | Notes: svn path=/stable/3/; revision=59596
* MFC rev 1.12: MANSEC -> MANSECT.Sheldon Hearn2000-04-051-2/+2
| | | | Notes: svn path=/stable/3/; revision=59045
* MFC: rev 1.10 of src/gnu/usr.bin/man/man/man.manJeroen Ruigrok van der Werven1999-12-201-0/+13
| | | | | | | | | | This includes adding a $FreeBSD$ PR: docs/15557 Reported by: John Meshkoff <johnpipe@nwserv.com> Notes: svn path=/stable/3/; revision=54886
* MFC Revision 1.36John Baldwin1999-12-041-4/+6
| | | | | | | | | | | | | Fix man so that it does not allow command line arguments to expand when executing apropos or whatis. This prevents `man -k ';echo foo'` from executing `echo foo` and causes apropos to print an error message instead. Add $FreeBSD$ while I am here. Reviewed by: jkh Notes: svn path=/stable/3/; revision=54116
* Fix problem with manpages which contain ``-'' (dash) symbol inAlexey Zelkin1999-09-061-1/+1
| | | | | | | | | | | Name Description (.Nm) field. PR: bin/13456 Reviewed by: mpp, jkh Approved by: jkh Notes: svn path=/stable/3/; revision=50985
* MFC: Don't install /etc/manpath.config.sample.Ruslan Ermilov1999-09-021-4/+0
| | | | | | | Approved by: jkh Notes: svn path=/stable/3/; revision=50795
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2911-11/+11
| | | | Notes: svn path=/stable/3/; revision=50569
* MFC:Ruslan Ermilov1999-08-215-56/+67
| | | | | | | | | | | | | | | | | | | | | - Remove unused MANBIN directive. - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH, except an absence of the directory is not considered an error and doesn't produce a warning). Put /usr/local/lib/perl5/*/man under OPTIONAL_MANPATH. - An order of directives in manpath.config is now irrelevant. - Get rid of infinite loop when PATH is unset or NULL, and MANDATORY_MANPATH directory doesn't exist. - mdoc(9)ify manpage. Approved by: jkh Notes: svn path=/stable/3/; revision=50112
* MFC: Various man page cleanup.Mike Pritchard1999-08-152-4/+5
| | | | Notes: svn path=/stable/3/; revision=49838
* MFC: revision 1.11Ruslan Ermilov1999-08-111-3/+3
| | | | | | | | | /usr/local is not mandatory, remove it from MANDATORY_MANPATH. PR: 13078 Notes: svn path=/stable/3/; revision=49632
* MFC: 1.17: Add -S to nroff and troffWarner Losh1999-08-021-2/+2
| | | | Notes: svn path=/stable/3/; revision=49365
* Argh! forgot this:Dag-Erling Smørgrav1999-05-211-1/+1
| | | | | | | PR: conf/11747 Notes: svn path=/stable/3/; revision=47358
* MFC: upgrade to perl 5.00503Dag-Erling Smørgrav1999-05-211-2/+2
| | | | | | | Spotted-by: Ruslan Ermilov (ru@ucb.crimea.ua) Notes: svn path=/stable/3/; revision=47357
* MFC: Clean up and add perl locallandMark Murray1999-02-051-3/+2
| | | | | | | OK'ed by: jkh Notes: svn path=/stable/3/; revision=43660
* Add a reference to man(7).Joseph Koshy1998-12-031-0/+1
| | | | Notes: svn path=/head/; revision=41475
* Added reference to mdoc(7) and mdoc.samples(7) to the bottom ofMatthew Dillon1998-12-011-1/+3
| | | | | | | | man(1). The man manual page is the obvious first place that people who are trying to write manual pages look. Notes: svn path=/head/; revision=41436
* Fixed searching for section "1aout" man pages. Section numbers must beBruce Evans1998-10-101-1/+1
| | | | | | | single digits or in the section list. Notes: svn path=/head/; revision=40177
* space/tab problemAndrey A. Chernov1998-10-021-2/+2
| | | | Notes: svn path=/head/; revision=39893
* add /usr/share/perl/manAndrey A. Chernov1998-10-021-1/+2
| | | | Notes: svn path=/head/; revision=39878
* Add Id keywordBrian Somers1998-09-131-1/+1
| | | | Notes: svn path=/head/; revision=39145
* PR: 7488Peter Hawkins1998-08-052-4/+4
| | | | | | | | Submitted by: lhecking@nmrc.ucc.ie merge from stable Notes: svn path=/head/; revision=38118
* For every directory in ${PATH} that ends with "/bin", look for aDag-Erling Smørgrav1998-07-091-0/+11
| | | | | | | | | | corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott <wscott@ichips.intel.com> Notes: svn path=/head/; revision=37533
* Don't delete man pages with colons in their name (e.g. Perl 5 manpages)Dag-Erling Smørgrav1998-05-011-3/+3
| | | | | | | | PR: bin/5439 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at Notes: svn path=/head/; revision=35580
* Use .An/.Aq.Philippe Charnier1998-04-011-4/+5
| | | | Notes: svn path=/head/; revision=34983
* Use .An/.Aq.PR:Philippe Charnier1998-03-311-4/+3
| | | | Notes: svn path=/head/; revision=34971
* Don't use beforedepend to complicate and break things. Just putBruce Evans1998-03-201-1/+1
| | | | | | | generated source files in SRCS. Notes: svn path=/head/; revision=34704
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-073-15/+14
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Notes: svn path=/head/; revision=34159
* catman(1) is now invoked by /etc/periodic/weekly/330.catman.Alexander Langer1998-02-071-7/+2
| | | | Notes: svn path=/head/; revision=33150
* Remove manpath.[ch] here and use the ones in ../manpath instead.Steve Price1997-11-304-553/+2
| | | | Notes: svn path=/head/; revision=31462
* Resurrect manpath.c here.Steve Price1997-11-301-0/+525
| | | | Notes: svn path=/head/; revision=31461
* Remove this copy of manpath.c and add the .PATH directive to get toSteve Price1997-11-302-520/+2
| | | | | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans Notes: svn path=/head/; revision=31458
* Always call gripe_reading_mp_config with the required arguments.Steve Price1997-11-302-4/+4
| | | | | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu> Notes: svn path=/head/; revision=31453
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-1/+1
| | | | Notes: svn path=/head/; revision=31214
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29574
* spelling corrections.Wolfram Schneider1997-09-131-3/+3
| | | | | | | | PR: docs/4450 Submitted by: josh@quick.net Notes: svn path=/head/; revision=29329
* Better section guessing for manual pages without suffix. TheWolfram Schneider1997-07-041-4/+4
| | | | | | | plan9 manual pages dont have a suffix. Notes: svn path=/head/; revision=27198
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-232-4/+4
| | | | | | | the revision date is displayed correctly. Notes: svn path=/head/; revision=26827
* Fixed `make depend'. The previous change reduced it to making onlyBruce Evans1997-04-251-1/+3
| | | | | | | | config.h (which isn't used directly). Added a comment about the indirect use of config.h. Notes: svn path=/head/; revision=25144
* Make depend rely on config.hJordan K. Hubbard1997-04-111-1/+1
| | | | Notes: svn path=/head/; revision=24802
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+1
| | | | | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it. Notes: svn path=/head/; revision=24792
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+1
| | | | | | | | directory. man.1 is always in the current (= object) directory, so don't search for it. Notes: svn path=/head/; revision=24791
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-18/+9
| | | | | | | | | | | | | | | directory. config.h is always in the current (= object) directory, so don't search for it. config.h is not a source for the library, so don't put it in SRCS and don't make the library depend on it. Don't put unused flags in CFLAGS. Simplify using INTERNALLIB*. Notes: svn path=/head/; revision=24790
* Remove a doubled word. Closes PR# 3163.Mike Pritchard1997-04-011-1/+0
| | | | | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=24500
* Support german mdoc man pages (currently no german mdoc man page exists).Wolfram Schneider1997-03-141-3/+3
| | | | | | | Support japanese FreeBSD man pages, Jpman Project. Notes: svn path=/head/; revision=23890
* Support german Linux/GNU man pages.Wolfram Schneider1997-03-131-2/+2
| | | | Notes: svn path=/head/; revision=23853
* Bugfix for man pages created by perlpod(1).Wolfram Schneider1997-03-011-1/+2
| | | | | | | Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de> Notes: svn path=/head/; revision=23242
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-9/+9
| | | | Notes: svn path=/head/; revision=22996
* Reorder the default man sections.Joerg Wunsch1997-02-091-1/+1
| | | | | | | 2.2 candidate? Notes: svn path=/head/; revision=22483
* Check return value from system() function.Wolfram Schneider1997-02-081-0/+10
| | | | | | | Pointed out some months ago by: Bruce Notes: svn path=/head/; revision=22440