Skip to content

Commit

Permalink
Update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Aug 5, 2021
1 parent da73518 commit b77d0ee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions man/ocaml.m
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ use heuristics to enable colors only if the output supports them (an
The environment variable "OCAML_COLOR" is considered if \-color is not
provided. Its values are auto/always/never as above.

If \-color is not provided, "OCAML_COLOR" is not set and the environment
variable "NO_COLOR" is set, then color output is disabled.

.TP
.BI \-error\-style \ mode
Control the way error messages and warnings are printed.
Expand Down
3 changes: 3 additions & 0 deletions man/ocamlc.m
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ use heuristics to enable colors only if the output supports them (an
The environment variable "OCAML_COLOR" is considered if \-color is not
provided. Its values are auto/always/never as above.

If \-color is not provided, "OCAML_COLOR" is not set and the environment
variable "NO_COLOR" is set, then color output is disabled.

.TP
.BI \-error\-style \ mode
Control the way error messages and warnings are printed.
Expand Down
3 changes: 3 additions & 0 deletions man/ocamlopt.m
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ use heuristics to enable colors only if the output supports them (an
The environment variable "OCAML_COLOR" is considered if \-color is not
provided. Its values are auto/always/never as above.

If \-color is not provided, "OCAML_COLOR" is not set and the environment
variable "NO_COLOR" is set, then color output is disabled.

.TP
.BI \-error\-style \ mode
Control the way error messages and warnings are printed.
Expand Down
3 changes: 3 additions & 0 deletions manual/src/cmds/unified-options.etex
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ not empty or "dumb", and that 'isatty(stderr)' holds.

The environment variable "OCAML_COLOR" is considered if "-color" is not
provided. Its values are auto/always/never as above.

If \-color is not provided, "OCAML_COLOR" is not set and the environment
variable "NO_COLOR" is set, then color output is disabled.
}%notop

\notop{%
Expand Down

0 comments on commit b77d0ee

Please sign in to comment.