Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-15 | tmac: rename IM (italic manual) to MR (manual reference) | Russ Cox | 1 | -5/+5 | |
Suggested by G. Brandon Robinson. | |||||
2020-08-13 | tmac: introduce real manual reference macro instead of overloading IR | Russ Cox | 1 | -5/+5 | |
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. | |||||
2012-08-05 | srv(4), mount: update v9fs usage | David du Colombier | 1 | -1/+1 | |
The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072 | |||||
2007-10-12 | srv: add -n flag to reject auth by clients | Russ Cox | 1 | -1/+9 | |
2006-06-30 | typo (Serge Gagnon) | rsc | 1 | -1/+1 | |
2006-04-04 | add v9fs example | rsc | 1 | -0/+21 | |
2005-03-21 | add srv -a option | rsc | 1 | -0/+24 | |
2005-03-18 | new | rsc | 1 | -0/+50 | |