summaryrefslogtreecommitdiff
path: root/test/test_man.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_man.ml')
-rw-r--r--test/test_man.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_man.ml b/test/test_man.ml
index 5d41b70..e0bcc2c 100644
--- a/test/test_man.ml
+++ b/test/test_man.ml
@@ -81,7 +81,7 @@ let info =
`P "() does not need to be escaped outside directives.";
`Blocks [
`P "The following to paragraphs are spliced in.";
- `P "This dollar needs escape \\$(var) this one aswell $(b,\\$(bla\\))";
+ `P "This dollar needs escape \\$(var) this one as well $(b,\\$(bla\\))";
`P "This is another paragraph \\$(bla) $(i,\\$(bla\\)) $(b,\\$\\(bla\\))";
];
`Noblank;
@@ -96,6 +96,6 @@ let info =
`P "Email bug reports to <hehey at example.org>.";]
in
let man_xrefs = [`Page ("ascii", 7); `Main; `Tool "grep";] in
- Cmd.info "man_test" ~version:"v1.1.1" ~doc ~envs ~exits ~man ~man_xrefs
+ Cmd.info "man_test" ~version:"v1.2.0" ~doc ~envs ~exits ~man ~man_xrefs
let () = exit (Cmd.eval (Cmd.v info man_test_t))