aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandocd.c
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-2/+2
| | | | from Christos Zoulas <christos @ NetBSD>.
* config glue for recvmsg(2) and CMSG_FIRSTHDR(3);Ingo Schwarze2017-02-081-1/+5
| | | | needed for Solaris 11
* Polishing:Ingo Schwarze2017-02-061-4/+14
| | | | | | | | | | * support -Ios= * create missing directories * fix output file permissions * error out on comminication failures I now consider this good enough for a first release. Bugs and missing features are still likely, though.
* uint8_t requires <stdint.h>; from Michael StapelbergIngo Schwarze2017-02-051-1/+2
|
* experimental mandocd(8) and catman(8)Ingo Schwarze2017-02-041-0/+270
for development in the tree, not yet ready for production