aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.Gordon Tetlow2011-04-215-627/+0
| | | | Notes: svn path=/head/; revision=220910
* Add an ability to run man(1) on local files (the argument shouldRuslan Ermilov2008-05-141-0/+20
| | | | | | | | | | contain a `/' character); based on the submission in the PR. PR: bin/120730 MFC after: 1 week Notes: svn path=/head/; revision=178993
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-1/+2
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* fix downcase() for chars with 8bitAndrey A. Chernov1999-05-131-2/+2
| | | | Notes: svn path=/head/; revision=47117
* 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
* 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
* 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-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
* 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
* Not hang in the downcase routine.Wolfram Schneider1996-11-051-1/+2
| | | | | | | | | Submitted by: Trevor Blackwell tlb@viaweb.com 2.1.6/2.2 Candidate Notes: svn path=/head/; revision=19438
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Search section 9.Bruce Evans1996-01-231-1/+1
| | | | Notes: svn path=/head/; revision=13588
* recording cvs-1.6 file deathPeter Wemm1995-12-301-216/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-3/+3
| | | | Notes: svn path=/head/; revision=8858
* Change the return status of do_system_command to be -1Paul Richards1995-03-091-1/+1
| | | | | | | | | | | if a signal is received. This fixes a bug where killing the process would cause a "No manual entry for XXX" to be printed even if the manpage was found. Notes: svn path=/head/; revision=6967
* Fixed Makefile for make depend some more. The .depend target was notBruce Evans1994-08-251-3/+3
| | | | | | | | | being created and config.h depended on Makefile.inc being in the wrong directory so real dependencies were not being checked. The "depend" target was not created either so "make depend" always found work to do. Notes: svn path=/head/; revision=2270
* New manpage compression support. Only one macro controls compressionJordan K. Hubbard1994-03-052-12/+9
| | | | | | | | | | | | | | | now, DO_COMPRESS. This controls whether or not catpages are compressed or not (on by default, since little else uses the catpages and those few things that do can always configure in a `zmore' in place of more or something, and saving space is more important, IMHO). Uncompression support is now on by default since that's the only way to support mixed-mode environments. If you don't like it, just don't compress your man pages and it won't be used! :-). Supports gzip. You can also compress the man pages themselves (or gzip them) now and it will work. Notes: svn path=/head/; revision=1238
* Handle both signals and errors in child processes, rather than just signalsJordan K. Hubbard1993-10-091-1/+6
| | | | | | | as before. Notes: svn path=/head/; revision=559
* More paranoid dealings with system()Jordan K. Hubbard1993-10-081-8/+2
| | | | Notes: svn path=/head/; revision=547
* Changes to allow man to work with or without obj dirs.Jordan K. Hubbard1993-07-211-4/+11
| | | | Notes: svn path=/head/; revision=176
* Removed files that are generated by the Makefile. Fixed Makefile forRodney W. Grimes1993-07-171-1/+1
| | | | | | | | make depend so that config.h gets created so make depend does not fail in other directories. Notes: svn path=/head/; revision=136
* Whoops, forgot to add this one.Jordan K. Hubbard1993-07-161-0/+216
| | | | Notes: svn path=/head/; revision=128
* Lots of stuff is now configured in Makefile.inc, path to `less' no longerJordan K. Hubbard1993-07-161-1/+14
| | | | | | | | absolute, less uses "fall off end" flag by default, manpath.config now properly installed. Happy now, Rod? :-) Notes: svn path=/head/; revision=127
* Newer new man page reader.Jordan K. Hubbard1993-07-075-0/+586
Notes: svn path=/cvs2svn/branches/man/; revision=103