libunwind.trans 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. $manMacro1a{'Type'} = $manMacro1a{File};
  2. $manMacro1b{'Type'} = $manMacro1b{File};
  3. $htmlMacro1a{'Type'} = $htmlMacro1a{File};
  4. $htmlMacro1b{'Type'} = $htmlMacro1b{File};
  5. $texiMacro1a{'Type'} = $texiMacro1a{File};
  6. $texiMacro1b{'Type'} = $texiMacro1b{File};
  7. $manMacro1a{'Func'} = $manMacro1a{Prog};
  8. $manMacro1b{'Func'} = $manMacro1b{Prog};
  9. $htmlMacro1a{'Func'} = $htmlMacro1a{Arg};
  10. $htmlMacro1b{'Func'} = $htmlMacro1b{Arg};
  11. $texiMacro1a{'Func'} = $texiMacro1a{Prog};
  12. $texiMacro1b{'Func'} = $texiMacro1b{Prog};
  13. $manMacro1a{'Var'} = $manMacro1a{Prog};
  14. $manMacro1b{'Var'} = $manMacro1b{Prog};
  15. $htmlMacro1a{'Var'} = $htmlMacro1a{Prog};
  16. $htmlMacro1b{'Var'} = $htmlMacro1b{Prog};
  17. $texiMacro1a{'Var'} = $texiMacro1a{Prog};
  18. $texiMacro1b{'Var'} = $texiMacro1b{Prog};
  19. $manMacro1a{'Const'} = $manMacro1a{File};
  20. $manMacro1b{'Const'} = $manMacro1b{File};
  21. $htmlMacro1a{'Const'} = $htmlMacro1a{File};
  22. $htmlMacro1b{'Const'} = $htmlMacro1b{File};
  23. $texiMacro1a{'Const'} = $texiMacro1a{File};
  24. $texiMacro1b{'Const'} = $texiMacro1b{File};
  25. $manMacro1a{'SeeAlso'} = $manMacro1a{File};
  26. $manMacro1b{'SeeAlso'} = $manMacro1b{File};
  27. # special handling of SeeAlso in latex2man, so that argument gets doubled:
  28. $htmlMacro2a{'SeeAlso'} = "<a href=\"";
  29. $htmlMacro2b{'SeeAlso'} = ".html\">$htmlMacro1a{File}";
  30. $htmlMacro2c{'SeeAlso'} = "$htmlMacro1b{File}</a>";
  31. $texiMacro1a{'SeeAlso'} = $texiMacro1a{File};
  32. $texiMacro1b{'SeeAlso'} = $texiMacro1b{File};