aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.Gordon Tetlow2011-04-2124-5170/+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
* Remove the /usr/X11R6 paths. It has been long enough since the X stuffKen Smith2008-12-301-2/+0
| | | | | | | | | | moved to /usr/local. Checked with: des (last person to have fiddled with this) MFC after: 1 month Notes: svn path=/head/; revision=186602
* Enable UTF-8.Dag-Erling Smørgrav2008-10-081-0/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=183696
* Add support for bzip2-compressed manpages.Ruslan Ermilov2008-05-141-1/+1
| | | | | | | | | PR: bin/120730 Submitted by: ighighi AT gmail DOT com MFC after: 1 week Notes: svn path=/head/; revision=178994
* Add an ability to run man(1) on local files (the argument shouldRuslan Ermilov2008-05-143-3/+35
| | | | | | | | | | contain a `/' character); based on the submission in the PR. PR: bin/120730 MFC after: 1 week Notes: svn path=/head/; revision=178993
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-192-2/+2
| | | | Notes: svn path=/head/; revision=176407
* Fix possible uninitialized variable insert due to previous commit.Edwin Groothuis2007-09-251-1/+1
| | | | | | | | | | | | | Pointy hat to: me and my absence of -Wall in my CFLAGS. MFC will happen at the same time of the earlier commit. Thanks to ru@ for spotting. Approved by: re (Ken Smith), grog@ (mentor) Notes: svn path=/head/; revision=172325
* man(1) can't handle compressed included files.Edwin Groothuis2007-09-201-0/+15
| | | | | | | | | | | | | | | | | | | | Some ports will install with compressed manpages. man handles this by looking for the .gz version of a man source file. It is also common to include other files with the .so directive where commands or functions share a man page. Traditionally ports have had to handle this by either not compressing the manpages, or using the _MLINKS macro in the port makefile to create symlinks to the actual source file, rather than using .so versions. Notably, the current version of Xorg port breaks. See ports/113096 and ports/115845. PR: bin/115850 Submitted by: Callum Gibson <callumgibson@optusnet.com.au> Approved by: re@ (ken smith), grog@ (mentor) MFC after: 1 week Notes: svn path=/head/; revision=172257
* Markup revision.Ruslan Ermilov2006-12-251-16/+36
| | | | Notes: svn path=/head/; revision=165542
* Fix markup, remove a dummy BUGS section.Ruslan Ermilov2006-12-241-9/+10
| | | | Notes: svn path=/head/; revision=165532
* Add missing articles.Ruslan Ermilov2006-12-231-0/+5
| | | | Notes: svn path=/head/; revision=165509
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.Ruslan Ermilov2005-12-052-11/+67
| | | | | | | Reviewed by: nyan Notes: svn path=/head/; revision=153115
* doc sweepRuslan Ermilov2005-11-171-1/+1
| | | | Notes: svn path=/head/; revision=152548
* Expand a bit the description of the -t option.Giorgos Keramidas2005-09-091-3/+9
| | | | | | | | Triggered by: Stijn Hoop <stijn@win.tue.nl> on freebsd-questions Notes: svn path=/head/; revision=149910
* 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
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-101-6/+1
| | | | | | | Discussed with: ru Notes: svn path=/head/; revision=147225
* Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
| | | | Notes: svn path=/head/; revision=141846
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* 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
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-8/+16
| | | | Notes: svn path=/head/; revision=131490
* Removed trailing whitespace.Ruslan Ermilov2004-07-022-5/+5
| | | | Notes: svn path=/head/; revision=131472
* Remove Perl lines; it's better to let use.perl handle them.Dag-Erling Smørgrav2004-02-041-4/+0
| | | | Notes: svn path=/head/; revision=125459
* The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner.Dag-Erling Smørgrav2003-11-101-1/+3
| | | | Notes: svn path=/head/; revision=122392
* Fix previous commit. glob_filename() returns "(char **) -1" for certainBruce Evans2003-10-261-1/+1
| | | | | | | | | | errors, not necessarily a pointer such that (intptr_t)pointer is -1. Also fix the style bug that the cast was not followed by a space. This style of this file is now perfectly non-KNF for this cast too. Notes: svn path=/head/; revision=121566
* Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.Peter Wemm2003-10-261-1/+1
| | | | Notes: svn path=/head/; revision=121534
* Detect errors during 'cat' page creation better. This fixes bin/5591.Joseph Koshy2003-10-151-9/+41
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=121101
* Perl 5.8.0 has been in ports for a long time. Add the correct directoryDag-Erling Smørgrav2003-09-181-0/+1
| | | | | | | to manpath.config so use.perl won't needs to add it. Notes: svn path=/head/; revision=120196
* Add /usr/X11R6/man to the optional manpath.Ruslan Ermilov2003-09-101-0/+1
| | | | | | | | PR: conf/56626 Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=119933
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-7/+4
| | | | Notes: svn path=/head/; revision=118377
* catman(1) sources now live elsewhere.Ruslan Ermilov2003-05-013-579/+0
| | | | Notes: svn path=/head/; revision=114468
* Add /usr/local/man as OPTIONAL_MANPATHAndrey A. Chernov2003-02-111-0/+1
| | | | Notes: svn path=/head/; revision=110662
* Install the OpenSSL man pages in /usr/share/openssl/manJacques Vidrine2003-02-101-0/+1
| | | | | | | and remove the WANT_OPENSSL_MANPAGES knob. Notes: svn path=/head/; revision=110655
* Catch up with The Great Perl Script Rewrite.Ruslan Ermilov2002-11-181-1/+1
| | | | Notes: svn path=/head/; revision=107054
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.Ruslan Ermilov2002-11-185-874/+0
| | | | | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe Notes: svn path=/head/; revision=107053
* Don't dump core if none of the directories in /etc/manpath.config exist.Kris Kennaway2002-10-271-0/+3
| | | | | | | Submitted by: terry Notes: svn path=/head/; revision=106012
* Grammar nits.Ruslan Ermilov2002-10-211-2/+2
| | | | | | | Submitted by: Ken Stailey <kstailey@speakeasy.net> Notes: svn path=/head/; revision=105615
* Revert last delta. SGR support in grotty(1) is disabled system-wideRuslan Ermilov2002-10-181-1/+1
| | | | | | | in /usr/share/tmac/troffrc pending the issue resolution on -arch. Notes: svn path=/head/; revision=105388
* Groff 1.18.1 comes in with ANSI color support, enabled by default.Ruslan Ermilov2002-10-111-1/+1
| | | | | | | | | | | | | | | | | In "nroff" mode, italic font renders as an underlined text, which makes it indistinguishable from the bold text on color monitors (cons25 terminal type), yet it requires the less(1)'s -R option. (Refer to the new grotty(1) manpage for details.) So turn off the color support for now (when generating catpages), until we figure out what do we do with this new feature. I have a patch for grotty(1) that tells it to use the "reverse video" attribute to render the italic font. Once this is accepted, we can turn color support back on (if there won't be any objections from the community). Notes: svn path=/head/; revision=104874
* Pass our idea of a manpage's locale from man(1) down to mdoc(7).Ruslan Ermilov2002-09-301-2/+13
| | | | Notes: svn path=/head/; revision=104203
* Adhere to guidelines when testing for null strings.Eric Melville2002-09-031-1/+1
| | | | | | | Submitted by: rwatson Notes: svn path=/head/; revision=102905
* Use the default pager if the environment variable is blank.Eric Melville2002-08-271-1/+1
| | | | | | | | PR: 37662 MFC after: 5 days Notes: svn path=/head/; revision=102475
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-6/+6
| | | | Notes: svn path=/head/; revision=101828
* 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
* The .Nm utilityPhilippe Charnier2002-07-141-3/+5
| | | | Notes: svn path=/head/; revision=99970
* Correctly state the size of the help message.Eric Melville2002-06-241-1/+1
| | | | | | | Sponsored by: Apple Notes: svn path=/head/; revision=98777
* Remove /usr/share/perl/manAndrey A. Chernov2002-05-241-1/+0
| | | | Notes: svn path=/head/; revision=97202
* remove perl scripts from the build.Mark Murray2002-05-181-1/+3
| | | | Notes: svn path=/head/; revision=96878
* 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