aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-12-07 14:22:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-12-07 14:22:20 +0200
commitd400f6346b04f0ebe8338c6eb9cd6727b243aca1 (patch)
treedbd6dce5f1da53998ef147d93ee41af5472123a6
parent1884110885479abb7977b8d43024aa7a38d2e628 (diff)
Fix bug documentation formatting
-rw-r--r--doc/manual.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 75e32e6..f9aa3b1 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -456,7 +456,7 @@ lower-case (for example, \c{requires} values such as \c{c++11} or
seems unlikely \c{gplv2} would be better than \c{GPLv2}.|
A number of name-value pairs described below allow for the value proper to be
-optionally followed by ';' and a comment. Such comments serve as additional
+optionally followed by \c{;} and a comment. Such comments serve as additional
documentation for the user and should be full sentence(s), that is start with
a capital letter and end with a period. Note that unlike \c{#}-style comments
which are ignored, these comments are considered to be part of the value. For