devops/build.texi: Use verbatim for example script containing @.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 19 Mar 2018 18:31:29 +0000 (11:31 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 19 Mar 2018 18:31:29 +0000 (11:31 -0700)
src/devops/build.texi

index a40f29971a592de82b82cb7165c135e43749beb3..b5beeb6c38cdd23b62588e5744c362883ebf3b12 100644 (file)
@@ -98,7 +98,7 @@ This procedure is for the convenience of scripts.  It dispatches off
 the first argument on Scheme's command line to execute one of the
 build procedures (e.g. @code{devops:status}).  For example:
 
-@example
+@verbatim
   #!/bin/bash
 
   exec mit-scheme-pucked --batch-mode -- "$@" <<\EOF
@@ -107,7 +107,7 @@ build procedures (e.g. @code{devops:status}).  For example:
       (load-option 'devops))
     ((access main (->environment '(devops)))))
   EOF
-@end example
+@end verbatim
 @end deffn
 
 @node Debugging Builds