summaryrefslogtreecommitdiffstats
path: root/man2html/strdefs.c
Commit message (Collapse)AuthorAgeFilesLines
* Map \(dq to " rather than ".Kaz Kylheku2016-06-181-1/+1
|
* Map greek alphabet to proper HTML codes.Kaz Kylheku2014-09-231-51/+51
|
* Implement .f register.Kaz Kylheku2014-09-211-1/+4
|
* man2html should be in troff mode, not nroff.Kaz Kylheku2014-09-211-1/+1
| | | | | This is because it has proportional spacing and fonts. Code switched on .if t should be enabled.
* Implementing M2 register and .M2SS extension.Kaz Kylheku2014-09-181-0/+1
| | | | | | | Updating date of the man page and documenting extensions. Changing .ab request to exit unsuccessfully. Index generation needed to be trivially extended to handle more than two levels.
* Implement \n[.$] variable properly.Kaz Kylheku2014-09-151-1/+7
| | | | Make .$ correspond to the number of arguments in the macro call.
* Support groff's \(dq escape for double quote.Kaz Kylheku2014-09-141-0/+1
|
* Initial.man-1.6gKaz Kylheku2014-09-131-0/+176