Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | For man -a and -w, drop companion pages that are also in the path, | Ingo Schwarze | |
such that we don't display them twice. To be able to do that path check, we have to brace-expand the search path up front - of course, for -a and -w only, so it doesn't slow us down in the standard case. As a free bonus, let -wa print all the filenames without looking at the timestamps. In the past, -w implied -a, so that's not introducing any incompatibility. Issue originally reported and fix OK'd by guenther@, and deraadt@ agrees with the semantics. | |||
2011-07-05 | When both a formatted and an unformatted version of the same manual page | Ingo Schwarze | |
are available in the same tree, only show the newer of the two. So far, this only handles the case without -a; i need to look at the case with -a next. | |||
2011-05-25 | add one more signal block for handling '_intmp' (the list of files scheduled | Theo de Raadt | |
to be deleted at termination), and then make the signal handler race safe. ok nicm | |||
2010-10-28 | rewrite EXAMPLES, so that it makes a bit more sense; | Jason McIntyre | |
2010-10-22 | whining verboten; ok deraadt | Mike Belopuhov | |
2010-09-19 | - remove BUGS: it was out of date | Jason McIntyre | |
- better Nd; from schwarze ok schwarze | |||
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre | |
2010-07-22 | document exit returns; from daniel dickman | Jason McIntyre | |
2010-03-19 | Fix three bugs in man(1): | Ingo Schwarze | |
* when combining -m $path with -s $section, -s was ignored * when combining -m with -s, ONLY $path was searched, like with -M * when combining -M (or $MANPATH) with -s, -M was ignored Instead, when combining -m, -M or $MANPATH with -s, let's simply look into $path/{cat,man}$section{/$arch,} first (for -m) or only (for -M or $MANPATH). Do not change the behaviour in other cases. This required a rewrite of the whole path handling, as a bonus also making the code easier to understand. Hopefully, it helps to fix www.openbsd.org/cgi-bin/man.cgi properly. Jason convinced me that changing the manual is not really needed. Regression tests will follow when the tree unlocks completely. "you are on the right track" beck@ tested and agreed by jmc@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-06-04 | xfs -> nnpfs; | Jason McIntyre | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-12-30 | make -S case insensitive; this avoids any confusion over the fact | Jason McIntyre | |
that MD page headers use mixed case; tidy up the man page regarding this; diff from Ingo Schwarze ok sobrado millert krw | |||
2008-12-06 | remove old version of man.conf, since the current one is in /etc; | Jason McIntyre | |
pointed out by hyjial ok deraadt | |||
2008-04-27 | Add section n for Tcl/Tk related pages. | Deanna Phillips | |
ok jmc@, no objections espie@ | |||
2008-01-11 | add a note about shell built-ins; | Jason McIntyre | |
2008-01-04 | -k and -f accept multiple arguments; from Pierre Riteau | Jason McIntyre | |
2008-01-03 | document "exit" for logging out of systems, instead of "logout": | Jason McIntyre | |
it works for both csh and ksh, and is covered by posix; from Pierre Riteau | |||
2007-09-07 | we have man section 3f by default now; | Jason McIntyre | |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-06-04 | make jmc happy by somewhat smarter synopsis scanning code for -h; ok | Otto Moerbeek | |
jaredy@ | |||
2007-06-01 | more adosfs removal; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre | |
- note which options are extensions to POSIX | |||
2007-05-23 | - attempt to explain (sub)sections before we start discussing them | Jason McIntyre | |
- merge the "-s section" and "section" parts: it doesn't make sense to keep them separate | |||
2007-05-23 | update the section list; | Jason McIntyre | |
2007-05-23 | for -S, note that machines have pages for all archs, and this mechanism | Jason McIntyre | |
allows one to view pages for one arch whilst using another (this seems to be not always clear to people); | |||
2007-05-23 | improve the descriptions for -f and -k, specifically making it | Jason McIntyre | |
clear that they run, respectively, whatis(1) and apropos(1); | |||
2007-05-23 | remove some unneccessary bracketing; | Jason McIntyre | |
2007-05-19 | improve the descriptions of "section" and "subsection"; ok millert | Jason McIntyre | |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-01-09 | fix usage | Theo de Raadt | |
2006-12-14 | Coverity CID 2996: Don't return without closing fp. | Jasper Lievisse Adriaanse | |
Fix from christos NetBSD. ok otto@, millert@ (earlier version) | |||
2006-05-09 | i.e. -> e.g. | Jason McIntyre | |
2005-12-07 | update the man -k example, and reword for clarity; | Jason McIntyre | |
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-10-31 | Rewrite -m processing to not use queue internals and make it more | Otto Moerbeek | |
simple as well. ok hshoexer@ jaredy@ henning@ | |||
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek | |
in" deraadt@ | |||
2005-05-26 | byebye umap, union and null references; pedro@ ok. | Federico G. Schwindt | |
2005-04-15 | document mdoc(7) and mdoc.samples(7); | Jason McIntyre | |
from pascoe@ | |||
2004-09-15 | remove unused code | Theo de Raadt | |
2004-02-23 | - mark up punctuation | Jason McIntyre | |
- use more suitable macros where necessary - a little grammar - sort options and sync usage() (last part checked by henning) | |||
2003-12-16 | Support MANPAGER environment variable plus some KNF I had in my tree. | Todd C. Miller | |
Closes PR 3563 | |||
2003-11-09 | cosmetic change; don't put an ending semicolon on the same line as | Todd C. Miller | |
a for() loop. | |||
2003-08-08 | - add descriptions of the different sections | Jason McIntyre | |
- add .Xr's to the intro pages - little cleanup ok millert@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ |