pam-modules/doc/macros.texi
Sergey Poznyakoff dca2d18f2f * configure.ac, NEWS: Version 1.4
* doc/pam-modules.texi: Update.
* doc/macros.texi (opsummary,kwsummary): Remove anchor
definitions, they cause grief in texi2html.



git-svn-id: file:///svnroot/pam-modules/trunk@96 56984be4-0537-0410-a56c-fcb268c96130
2008-03-20 11:54:32 +00:00

16 lines
359 B
Text

@macro xopindex{option,text}
@opindex \option\, @r{@command{@value{MODULE}} option, \text\}
@end macro
@macro opsummary{option}
@xopindex{\option\, summary}
@end macro
@macro xkwindex{keyword,text}
@kwindex \keyword\, @r{@command{@value{MODULE}} configuration keyword, \text\}
@end macro
@macro kwsummary{keyword}
@xkwindex{\keyword\, summary}
@end macro