Commit cccb0908 by Zack Weinberg Committed by Zack Weinberg

md.texi: Avoid use of @headitem so that makeinfo <4.7 continues to work.

	* doc/md.texi: Avoid use of @headitem so that makeinfo <4.7
	continues to work.

From-SVN: r111594
parent 8d6322e6
2006-02-28 Zack Weinberg <zackw@panix.com>
* doc/md.texi: Avoid use of @headitem so that makeinfo <4.7
continues to work.
2006-02-28 Eric Christopher <echristo@apple.com>
* config/rs6000/darwin.h (ENABLE_STACK_EXECUTE): Define.
......
......@@ -3041,7 +3041,7 @@ each @samp{>} with @samp{_g}. Here are some examples:
@c the @c's prevent double blank lines in the printed manual.
@example
@multitable {Original} {Mangled}
@headitem Original @tab Mangled @c
@item @strong{Original} @tab @strong{Mangled} @c
@item @code{x} @tab @code{x} @c
@item @code{P42x} @tab @code{P42x} @c
@item @code{P4_x} @tab @code{P4__x} @c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment