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.


man: update man pages to say $HOME when accurate Fixes #386.


rc(1): mention /etc/shells in BUGS section


rc: allow unquoted = in command arguments dd fans rejoice! Also helps with commands like go test -run=x.


rc: move free carat handling into parser This fixes at least one shell script (printfont) that expected 'x'`{y}'z' to mean 'x'^`{y}^'z' as it now does. Before it meant: 'x'^`{y} 'z' One surprise is that adjacent lists get a free carat: (x y z)(1 2 3) is (x1 y2 z3) This doesn't affect any rc script in Plan 9 or plan9port.


rc(1): remove FreeBSD version


rc: implement and document <>{cmd} notation http://codereview.appspot.com/105061


rc: add subscript sequences (Erik Quanstrom)


Many small edits.


no more 9commands


use macro for /usr/local/plan9


mention freebsd nonsense


Some man pages.


Mostly path name updates