# HG changeset patch # User Steve Losh # Date 1558493770 14400 # Node ID 8115d14339b38bacac966caadff364b954ecc92e # Parent 8b798bfb7f666858d33e5b9bb1e6c49d2e84b09e Fix Markdown diff -r 8b798bfb7f66 -r 8115d14339b3 docs/02-reference.markdown --- a/docs/02-reference.markdown Tue May 21 22:55:18 2019 -0400 +++ b/docs/02-reference.markdown Tue May 21 22:56:10 2019 -0400 @@ -140,7 +140,7 @@ * `name` (**required**): a symbol naming the interface. * `summary` (**required**): a string of a concise, one-line summary of what the program does. - * `usage` (**required**): a string of a UNIX-style usage summary, e.g. "[OPTIONS] PATTERN [FILE...]". + * `usage` (**required**): a string of a UNIX-style usage summary, e.g. `"[OPTIONS] PATTERN [FILE...]"`. * `help` (**required**): a string of a longer description of the program. * `manual` (optional): a string to use in place of `help` when rendering a man page. * `examples` (optional): an alist of `(prose . command)` conses to render as a list of examples.