diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2009-12-10 00:05:13 +0200 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2009-12-10 00:09:44 +0200 |
commit | e668360caeb54d64b67130f6f4f674d8738a909a (patch) | |
tree | a361085cf1fafee2afa4a89a18b2f4815736a5cd /doc/macros.texi | |
parent | 41c55a1a93840363c996fc9aae54329dadcf0a86 (diff) | |
download | pies-e668360caeb54d64b67130f6f4f674d8738a909a.tar.gz pies-e668360caeb54d64b67130f6f4f674d8738a909a.tar.bz2 |
Update
* doc/macros.texi (xprindex)
(example-output, mtasimopt): Remove
(RFC): New macro.
* doc/pies.texi: Document inetd-style components.
* doc/Makefile.am (fix-sentence-spacing): Fix rule.
* src/progman.c (progman_lookup_tcpmux): Use case-insensitive
comparison, as required by RFC.
Diffstat (limited to 'doc/macros.texi')
-rw-r--r-- | doc/macros.texi | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/doc/macros.texi b/doc/macros.texi index a26ad0c..bc9fd0a 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -10,21 +10,8 @@ @xopindex{\option\, summary} @end macro -@macro xprindex{option} -@ifclear ANCHOR-PR-\option\ -@set ANCHOR-PR-\option\ 1 -@anchor{pragma \option\} -@end ifclear -@end macro - -@macro example-output{text} -@smallexample -\text\ -@end smallexample -@end macro - -@macro mtasimopt{option,text} -@mtindex \option\, --\option\, @r{@command{mtasim} option, \text\} +@macro RFC{number} +@uref{http://tools.ietf.org/html/rfc\number\, RFC \number\} @end macro |