CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/13 14:22:11
Modified files:
usr.bin/mandoc : mandoc.css mdoc_html.c
Log message:
Port ctags-style, less(1) :t internal searching from terminal output
to HTML output. For certain macros appearing at the beginning of .It
heads, write HTML id="..." attributes such that deep linking works.
Write HTML <a> attributes such that you can easily copy out link
targets with the mouse. Try: http://man.openbsd.org/vmctl.8#create
Feature suggested by <guettliml at Thomas dash Guettler dot de>,
some details of the design and implementation by me.