Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-13 | tmac: introduce real manual reference macro instead of overloading IR | Russ Cox | 1 | -1/+1 | |
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. | |||||
2020-01-19 | all: remove Linux 2.4 vs 2.6 detection | Russ Cox | 1 | -7/+5 | |
Linux 2.4 is dead. (The libthread code hasn't worked for Linux 2.4 for a long time.) | |||||
2005-01-13 | Many small edits. | rsc | 1 | -7/+52 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 1 | -1/+1 | |
2005-01-03 | Some man pages. | rsc | 1 | -0/+175 | |