summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/main.c
AgeCommit message (Expand)Author
2015-01-01If man(1) only has one single argument, always interpret it as a name,Ingo Schwarze
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
2014-12-21Use -m for macro set selection in mandoc(1) mode only, not in man(1)Ingo Schwarze
2014-12-18update usage() and the list of non-standard (i.e. non-posix) options;Jason McIntyre
2014-12-17Be a bit more lenient in what to accept for section names givenIngo Schwarze
2014-12-15Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze
2014-12-11slightly reshuffle some code to reduce the diff with portable;Ingo Schwarze
2014-12-05implement help(1)Ingo Schwarze
2014-12-02Switch the default output mode from -Tascii to -Tlocale.Ingo Schwarze
2014-11-26Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze
2014-11-11In man(1) mode without -a, stop searching after the first manual treeIngo Schwarze
2014-11-11Let -h imply -c (that is, not use the pager).Ingo Schwarze
2014-11-11implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze
2014-10-30mandoc.1: fix a macro error in previousJason McIntyre
2014-10-30support UTF-8 and ISO-8859-1 input by integrating modified partsIngo Schwarze
2014-10-28Make the character table available to libroff so it can check theIngo Schwarze
2014-10-18plug file descriptor leaks on read or write failure;Ingo Schwarze
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-09-01In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze
2014-08-30Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze
2014-08-27Add an implementation of man(1) into the /usr/bin/mandoc binary andIngo Schwarze
2014-06-21Reduce the verbosity of error messages caused by open(2) failures.Ingo Schwarze
2014-06-21Prefix messages about bad command line options and argumentsIngo Schwarze
2014-06-20As suggested by jmc@, only include line and column numbers into messagesIngo Schwarze
2014-06-20Prefix error messages from mandoc(1) with "mandoc: "Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-03-19Without the MPARSE_SO option, if the file contains nothing but aIngo Schwarze
2014-03-19Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze
2014-01-06Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze
2014-01-05Add an option -Q (quick) to mandocdb(8)Ingo Schwarze
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-05-24Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze
2011-12-25Accept "makewhatis" as an alias for "mandocdb".Ingo Schwarze
2011-11-28Implement whatis(1) as a special apropos(1) mode as a part ofIngo Schwarze
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
2011-10-061) Import the future apropos(1) replacement written by kristaps@.Ingo Schwarze
2011-09-17Initial, incomplete support for -TmanIngo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
2011-03-07Clean up date handling,Ingo Schwarze
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-01-25Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze
2011-01-24Skip carriage return before newline, if any.Ingo Schwarze
2011-01-20When finding the roff .it request (line trap),Ingo Schwarze
2011-01-16Some improvements to error handling from kristaps@:Ingo Schwarze