Fix typos and other wording issues
authorStephane Glondu <steph@glondu.net>
Mon, 21 Oct 2013 14:34:12 +0000 (16:34 +0200)
committerStéphane Glondu <glondu@debian.org>
Thu, 30 Oct 2014 08:28:06 +0000 (08:28 +0000)
Bug: http://caml.inria.fr/mantis/view.php?id=6231

Gbp-Pq: Name 0009-Fix-typos-and-other-wording-issues.patch

man/ocaml.m
man/ocamlc.m
man/ocamldoc.m
man/ocamlopt.m
stdlib/printexc.mli

index 39baf7b71acc643824cec60c3e5a32076c3953ad..cd3fb0d2e7a2242d2e3aa97ceb49517bfa84db63 100644 (file)
@@ -136,7 +136,7 @@ directories searched for source and compiled files.
 .BI \-ppx \ command
 After parsing, pipe the abstract syntax tree through the preprocessor
 .IR command .
-The format of the input and ouput of the preprocessor
+The format of the input and output of the preprocessor
 are not yet documented.
 .TP
 .B \-principal
index fb3902a88853fd1881bf7f0a51ca3cf4a137b317..1cdd9bdee9b28158ba5aa3a76bae5ac98bc44703 100644 (file)
@@ -478,7 +478,7 @@ implementation (.ml) file.
 .BI \-ppx \ command
 After parsing, pipe the abstract syntax tree through the preprocessor
 .IR command .
-The format of the input and ouput of the preprocessor
+The format of the input and output of the preprocessor
 are not yet documented.
 .TP
 .B \-principal
index 73ca3a6504f564baf0816c008fb0569b12cbeae1..b25833aec73e801d2fb6a508ff444fb6b0b62d31 100644 (file)
@@ -170,7 +170,7 @@ the comments in implementation files.
 Always keep the source code for values, methods and instance variables, when
 available. The source code is always kept when a .ml
 file is given, but is by default discarded when a .mli
-is given. This option allows to always keep the source code.
+is given. This option allows the source code to be always kept.
 .TP
 .BI \-load \ file
 Load information from
index 998651bbb1b1a889c5db927766d7e125ed7750c5..dea224936a1c85dd501276438dcdc7f976f6b3f6 100644 (file)
@@ -431,7 +431,7 @@ errors, the intermediate file is deleted afterwards.
 .BI \-ppx \ command
 After parsing, pipe the abstract syntax tree through the preprocessor
 .IR command .
-The format of the input and ouput of the preprocessor
+The format of the input and output of the preprocessor
 are not yet documented.
 .TP
 .B \-principal
index 773fed814ef2a4d27eb6c400059adf280e7543fc..fca086daf39d1be39d88817e39fbaae428006c18 100644 (file)
@@ -91,9 +91,9 @@ type raw_backtrace
     a low-level format, instead of directly exposing them as string as
     the [get_backtrace()] function does.
 
-    This allows to pay the performance overhead of representation
-    conversion and formatting only at printing time, which is useful
-    if you want to record more backtrace than you actually print.
+    This allows delaying the formatting of backtraces to when they are
+    actually printed, which might be useful if you record more
+    backtraces than you print.
 *)
 
 val get_raw_backtrace: unit -> raw_backtrace