Commits


tmac: rename IM (italic manual) to MR (manual reference) Suggested by G. Brandon Robinson.


tmac: introduce real manual reference macro instead of overloading IR The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.


ed(1): fix documentation for list mode I changed from 6 to 8 digits but forgot to update the man page.


ed: handle Unicode beyond the BMP correctly in list mode. List mode was constrained to the BMP. This change introduces the following new list mode convention, using Go string literal syntax: Non-printing ASCII characters display as \xhh. Non-ASCII characters in the BMP display as \uhhhh. Characters beyond the BMP display as \Uhhhhhhhh.


Many small edits.


use macro for /usr/local/plan9


Some man pages.


Mostly path name updates


Lots of man pages.