Commit graph

18 commits

Author SHA1 Message Date
Russ Cox
d32deab17b tmac: rename IM (italic manual) to MR (manual reference)
Suggested by G. Brandon Robinson.
2020-08-15 20:09:40 -04:00
Russ Cox
977b25a76a 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.
2020-08-13 23:43:43 -04:00
Russ Cox
9444b8e4bc 9c, 9l: accept CC9FLAGS from config
Also, if CC9FLAGS includes -fsanitize=address (ASAN),
predefine PLAN9PORT_ASAN for use by programs that need
to know (mainly libthread).

The 9c script used to have a variable called ngflags, which
was ccflags except -g (ng stood for "no g"), but nothing needs
it split out anymore, so simplify to just ccflags.
2020-05-17 20:15:41 -04:00
Russ Cox
cb8f735786 all: remove Linux 2.4 vs 2.6 detection
Linux 2.4 is dead.
(The libthread code hasn't worked for Linux 2.4 for a long time.)
2020-01-19 23:04:58 -05:00
Russ Cox
a399388593 all: update site from swtch.com to 9fans.github.io 2017-09-01 13:25:20 -04:00
Russ Cox
08e793723c man: more Mercurial references changed to Git
Change-Id: I940a21d67b21b5dd139cb20b9fae9595506fc5ae
2014-11-16 22:00:17 -05:00
Peter Saveliev
89ec3cde42 INSTALL: add -r flag
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4526096
2011-06-02 09:28:23 -04:00
Eoghan Sherry
a1f6a18e5c install(1): cvs -> hg
R=rsc
CC=codebot
http://codereview.appspot.com/637041
2010-03-19 13:11:12 -07:00
Russ Cox
1415e19723 install: typo in man page 2009-04-30 08:30:49 -07:00
Russ Cox
8c24e687b3 install: add comment about X11 packages 2009-04-30 07:20:01 -07:00
rsc
af79ebc2b6 document new install 2005-12-30 17:06:08 +00:00
rsc
17e1150a54 add note about mk 2005-11-26 15:39:10 +00:00
rsc
16c1defa3d x11, used, etc. 2005-11-12 16:36:48 +00:00
rsc
d93fca6a7a new man pages 2005-02-11 19:21:47 +00:00
rsc
7c604f0ddf document isum 2005-01-23 23:02:04 +00:00
rsc
b04c42e9eb nptl dependencies 2005-01-17 21:32:55 +00:00
rsc
3dc1ecc1c8 linux 2005-01-14 21:09:40 +00:00
rsc
4ef9ff6244 install 2005-01-14 20:13:27 +00:00