summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.gordon2011-04-2124-5170/+0
|
* Don't set $PATH - if the caller doesn't have /bin and /usr/bin in theirbrian2009-06-141-1/+0
| | | | | | | PATH then they can expect things to break. PR: 135417 MFC after: 3 weeks
* Remove the /usr/X11R6 paths. It has been long enough since the X stuffkensmith2008-12-301-2/+0
| | | | | | | moved to /usr/local. Checked with: des (last person to have fiddled with this) MFC after: 1 month
* Enable UTF-8.des2008-10-081-0/+1
| | | | MFC after: 1 week
* Add support for bzip2-compressed manpages.ru2008-05-141-1/+1
| | | | | | PR: bin/120730 Submitted by: ighighi AT gmail DOT com MFC after: 1 week
* Add an ability to run man(1) on local files (the argument shouldru2008-05-143-3/+35
| | | | | | | contain a `/' character); based on the submission in the PR. PR: bin/120730 MFC after: 1 week
* getopt(3) returns -1, not EOF.ru2008-02-192-2/+2
|
* Fix possible uninitialized variable insert due to previous commit.edwin2007-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)
* man(1) can't handle compressed included files.edwin2007-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
* Markup revision.ru2006-12-251-16/+36
|
* Fix markup, remove a dummy BUGS section.ru2006-12-241-9/+10
|
* Add missing articles.ru2006-12-231-0/+5
|
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.ru2005-12-052-11/+67
| | | | Reviewed by: nyan
* doc sweepru2005-11-171-1/+1
|
* Expand a bit the description of the -t option.keramida2005-09-091-3/+9
| | | | | Triggered by: Stijn Hoop <stijn@win.tue.nl> on freebsd-questions
* Added ENVIRONMENT section (PAGER, MANPATH, etc.).garys2005-09-011-0/+13
| | | | | | | PR: docs/84485 Submitted by: garys Approved by: keramida MFC after: 3 days
* remove myself as maintainer.wosch2005-07-171-1/+0
|
* Remove kludges intended to support src trees with partial obj trees.des2005-06-101-6/+1
| | | | Discussed with: ru
* Expand *n't contractions.ru2005-02-132-3/+3
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Mechanically kill hard sentence breaks.ru2004-07-021-8/+16
|
* Removed trailing whitespace.ru2004-07-022-5/+5
|
* Remove Perl lines; it's better to let use.perl handle them.des2004-02-041-4/+0
|
* The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner.des2003-11-101-1/+3
|
* Fix previous commit. glob_filename() returns "(char **) -1" for certainbde2003-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.
* Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.peter2003-10-261-1/+1
|
* Detect errors during 'cat' page creation better. This fixes bin/5591.jkoshy2003-10-151-9/+41
| | | | Reviewed by: ru
* Perl 5.8.0 has been in ports for a long time. Add the correct directorydes2003-09-181-0/+1
| | | | to manpath.config so use.perl won't needs to add it.
* Add /usr/X11R6/man to the optional manpath.ru2003-09-101-0/+1
| | | | | PR: conf/56626 Submitted by: Oliver Eikemeier
* Remove collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-7/+4
|
* catman(1) sources now live elsewhere.ru2003-05-013-579/+0
|
* Add /usr/local/man as OPTIONAL_MANPATHache2003-02-111-0/+1
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-101-0/+1
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* Catch up with The Great Perl Script Rewrite.ru2002-11-181-1/+1
|
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.ru2002-11-185-874/+0
| | | | | | This has slipped through the cracks of The Great Perl Script Rewrite. Repocopied by: joe
* Don't dump core if none of the directories in /etc/manpath.config exist.kris2002-10-271-0/+3
| | | | Submitted by: terry
* Grammar nits.ru2002-10-211-2/+2
| | | | Submitted by: Ken Stailey <kstailey@speakeasy.net>
* Revert last delta. SGR support in grotty(1) is disabled system-wideru2002-10-181-1/+1
| | | | in /usr/share/tmac/troffrc pending the issue resolution on -arch.
* Groff 1.18.1 comes in with ANSI color support, enabled by default.ru2002-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).
* Pass our idea of a manpage's locale from man(1) down to mdoc(7).ru2002-09-301-2/+13
|
* Adhere to guidelines when testing for null strings.eric2002-09-031-1/+1
| | | | Submitted by: rwatson
* Use the default pager if the environment variable is blank.eric2002-08-271-1/+1
| | | | | PR: 37662 MFC after: 5 days
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-6/+6
|
* POSIX.1-2001 says ``man -k'' should produce results equivalent toru2002-08-072-2/+2
| | | | | | the ``grep -Ei'' searching. MFC after: 3 days
* The .Nm utilitycharnier2002-07-141-3/+5
|
* Correctly state the size of the help message.eric2002-06-241-1/+1
| | | | Sponsored by: Apple
* Remove /usr/share/perl/manache2002-05-241-1/+0
|
* remove perl scripts from the build.markm2002-05-181-1/+3
|
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-1/+2
| | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
OpenPOWER on IntegriCloud