m4-desc.xml 717 B

1234567891011121314151617181920
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &m4-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>m4</command> copies the given files
  6. while expanding the macros that they contain. These macros are either built-in
  7. or user-defined and can take any number of arguments. Besides just doing macro
  8. expansion, m4 has built-in functions for including named files, running Unix
  9. commands, doing integer arithmetic, manipulating text in various ways,
  10. recursion, and so on. The m4 program can be used either as a front-end to a
  11. compiler or as a macro processor in its own right.</para>
  12. </sect3>
  13. </sect2>