summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-09-08Additional cleanup for procfs removalDoug Hogan
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-07warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze
2014-09-07Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze
2014-09-07fix debugging outputIngo Schwarze
2014-09-07always use the right buffer, and fix one evil typoIngo Schwarze
2014-09-07Parse and ignore the .pl (page length) request;Ingo Schwarze
2014-09-07Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze
2014-09-06Simplify by handling empty request lines at the one logical placeIngo Schwarze
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
2014-09-05recognize install-wrapper as a valid install programMarc Espie
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-09-03tighten permissions on pty when the "tty" group does not exist;Damien Miller
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
2014-09-03remove -m from usage();Jason McIntyre
2014-09-03kill md5 support, broken since MayGiovanni Bechis
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-09-01When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze
2014-09-01In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze
2014-09-01Fix typo (paneas -> panes).Nicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-09-01Convert ecparam to new option/usage handling.Joel Sing
2014-09-01Improve option usage output.Joel Sing
2014-09-01Replace the obsolete nginx example with an httpd(8) example.Reyk Floeter
2014-09-01update currency exchange rates;Jason McIntyre
2014-08-30Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze
2014-08-30typo.Igor Sobrado
2014-08-30Convert openssl(1) version to new option/usage handling.Joel Sing
2014-08-30improve capitalization for the Ed25519 public-key signature system.Igor Sobrado
2014-08-30Move the callback function pointer outside the opt union so that the optionJoel Sing
2014-08-28OpenSSL_add_all_algorithms() is called from openssl_startup() - it does notJoel Sing
2014-08-28openssl_setup() calls SSL_load_error_strings(), which happens to callJoel Sing
2014-08-28Add option handling with a callback function for argument processing.Joel Sing
2014-08-28Convert openssl(1) crl to new option/usage handling.Joel Sing
2014-08-28Given the usage option name/argument name width a few more characters.Joel Sing
2014-08-28Ensure that a format option argument is a known specifier.Joel Sing
2014-08-28Add option handling for ordered flags.Joel Sing
2014-08-28Add option handling for input/output formats.Joel Sing
2014-08-28Support .St -susv1 and .St -susv4. Illumos wants to use this,Ingo Schwarze
2014-08-28I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze
2014-08-27Convert openssl(1) prime to the new options/usage handling.Joel Sing
2014-08-27Reset the config struct before calling options_parse(), otherwise configJoel Sing
2014-08-27Add an option type that handles argument to integer conversion.Joel Sing
2014-08-27Ensure diff -uw always produces valid output when one file doesn't endKent R. Spillner
2014-08-27Implement table-driven option parsing that allows an application toJoel Sing
2014-08-27Add an implementation of man(1) into the /usr/bin/mandoc binary andIngo Schwarze
2014-08-26fix SEE ALSO;Jason McIntyre
2014-08-26remove nginx referencesRobert Nagy