chiark / gitweb /
doc/intro.tex: Fix erroneous `\manpage' to correct `\man'.
[sod] / doc / intro.tex
index d5099251162b0204c72d512d1e64f8f912b6e6b1..64df8a00d25a7ef6d8bef11892b9c5bc640d461c 100644 (file)
@@ -29,9 +29,9 @@ Sod is an object system for the C programming language.
 
 The software distribution for Sod contains two main parts:
 \begin{itemize}
-\item a translator, or preprocessor, similar in spirit to \manpage{lex}{1} or
-  \manpage{yacc}{1}, which reads input files containing class definitions,
-  and writes C source code and header files; and
+\item a translator, or preprocessor, similar in spirit to \man{lex}{1} or
+  \man{yacc}{1}, which reads input files containing class definitions, and
+  writes C source code and header files; and
 \item a very small runtime library, containing the built-in base classes and
   some simple utility macros and functions for working with instances and
   classes.