Updating disasm docs to use backslash escape.

This commit is contained in:
Alex Shinn 2013-08-04 16:54:01 +09:00
parent a50f707f3b
commit da403f7deb

View file

@ -1,8 +1,8 @@
;;> @subsubsubsection{(disasm f [out])}
;;> \subsubsubsection{\scheme{(disasm f [out])}}
;;> Write a human-readable disassembly for the procedure @var{f} to
;;> the port @var{out}, defaulting to @scheme{(current-output-port)}.
;;> Write a human-readable disassembly for the procedure \var{f} to
;;> the port \var{out}, defaulting to \scheme{(current-output-port)}.
(define-library (chibi disasm)
(export disasm)