summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
Commit message (Collapse)AuthorAgeFilesLines
* Don't delete man pages with colons in their name (e.g. Perl 5 manpages)des1998-05-011-3/+3
| | | | | PR: bin/5439 Submitted by: Martin Kammerhofer dada@sbox.tu-graz.ac.at
* Use .An/.Aq.charnier1998-04-011-4/+5
|
* Use .An/.Aq.PR:charnier1998-03-311-4/+3
|
* Don't use beforedepend to complicate and break things. Just putbde1998-03-201-1/+1
| | | | generated source files in SRCS.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-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.
* catman(1) is now invoked by /etc/periodic/weekly/330.catman.alex1998-02-071-7/+2
|
* Remove manpath.[ch] here and use the ones in ../manpath instead.steve1997-11-304-553/+2
|
* Resurrect manpath.c here.steve1997-11-301-0/+525
|
* Remove this copy of manpath.c and add the .PATH directive to get tosteve1997-11-302-520/+2
| | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans
* Always call gripe_reading_mp_config with the required arguments.steve1997-11-302-4/+4
| | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu>
* Add missing argument detected by "-Wformat".jdp1997-11-181-1/+1
|
* Many places in the code NULL is used in integer context, wherephk1997-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>
* spelling corrections.wosch1997-09-131-3/+3
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* Better section guessing for manual pages without suffix. Thewosch1997-07-041-4/+4
| | | | plan9 manual pages dont have a suffix.
* Fix a minor nit in the .Dd macro invocation so thatsteve1997-06-232-4/+4
| | | | the revision date is displayed correctly.
* Fixed `make depend'. The previous change reduced it to making onlybde1997-04-251-1/+3
| | | | | config.h (which isn't used directly). Added a comment about the indirect use of config.h.
* Make depend rely on config.hjkh1997-04-111-1/+1
|
* Fixed bogus existence test related to searching for a nearby objbde1997-04-101-6/+1
| | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it.
* Fixed bogus existence test related to searching for a nearby objbde1997-04-101-6/+1
| | | | | directory. man.1 is always in the current (= object) directory, so don't search for it.
* Fixed bogus existence test related to searching for a nearby objbde1997-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*.
* Remove a doubled word. Closes PR# 3163.mpp1997-04-011-1/+0
| | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Support german mdoc man pages (currently no german mdoc man page exists).wosch1997-03-141-3/+3
| | | | Support japanese FreeBSD man pages, Jpman Project.
* Support german Linux/GNU man pages.wosch1997-03-131-2/+2
|
* Bugfix for man pages created by perlpod(1).wosch1997-03-011-1/+2
| | | | Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de>
* Revert $FreeBSD$ to $Id$peter1997-02-229-9/+9
|
* Reorder the default man sections.joerg1997-02-091-1/+1
| | | | 2.2 candidate?
* Check return value from system() function.wosch1997-02-081-0/+10
| | | | Pointed out some months ago by: Bruce
* Don't force postscript output when "man -t" is specified.mpp1997-02-051-1/+1
| | | | | | Closes PR# 2661. Submitted by: John-Mark Gurney <gurney_j@efn.org>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-149-9/+9
| | | | | | | | 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.
* Sort cross references.wosch1997-01-131-3/+3
|
* Fix some file descriptor leaks. Closes PR# 2392.mpp1997-01-092-12/+16
| | | | 2.2 candidate.
* Even more buffer overflow fixesache1996-12-192-51/+52
| | | | | | | | | | Change CATMODE to 0644, because group man not used Add immutable sbit to man binary, so if user even got man uid, he can't replace man binary with fake one Should go to 2.2 Submitted by: Marc Slemko <marcs@znep.com> with small editing by me
* Fix many buffer overflows, sprintf -> snprintfache1996-12-181-27/+25
| | | | | | Fix manpath dirs count overflow Should be in 2.2
* Fix my popen fix: conditionalize saving/restoring of euidache1996-12-181-12/+18
| | | | Should be in 2.2
* Drop man priveledges before popen and restore them after it, becauseache1996-12-181-0/+12
| | | | | | it is possible to execute system command from f.e groff Should be in 2.2
* Correct some xrefs/mlinks.mpp1996-12-141-3/+3
|
* Convert to mdoc format.mpp1996-12-092-94/+111
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
* Minor formatting fixes.mpp1996-12-093-57/+14
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
* Fix a spelling error.mpp1996-12-091-1/+1
|
* Convert man page to mdoc format.mpp1996-12-091-16/+20
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2154
* Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't shipasami1996-12-071-3/+1
| | | | | | | | | | the system with these (and the mh port doesn't install there either). Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out in MANDATORY_MANPATH. 2.2 candidate, I guess. I can't even imagine why these stuff were still there!
* Not hang in the downcase routine.wosch1996-11-051-1/+2
| | | | | | Submitted by: Trevor Blackwell tlb@viaweb.com 2.1.6/2.2 Candidate
* Remove unused fileache1996-10-311-39/+0
|
* Localize itache1996-10-312-0/+29
|
* grep(1) should not parse manpages as arguments.wosch1996-09-271-4/+4
| | | | Now `apropos -xfer' works.
* Reverts exit status for `man -k' and `man -f'.wosch1996-09-271-2/+6
| | | | Man(1) now return 0 if apropos/whatis return 0, otherwise 1.
* Set enviroment variable PAGER=pager if using option `man -P pager'wosch1996-09-161-0/+2
| | | | | This inherit variable PAGER for childs like whatis(1), e.g. `man -P less -k man' should now work like expected. Close PR#1068
* Cleanup exit status; 2: syntax error, 0: keyword matched,wosch1996-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>
* Fixed DPADD.bde1996-09-052-7/+9
|
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightwosch1996-08-277-73/+87
|
OpenPOWER on IntegriCloud