Cmdliner.Manpage
type block = [
| `Blocks of block list
| `I of string * string
| `Noblank
| `P of string
| `Pre of string
| `S of string
]
val s_environment_intro : block
val print :
?errs:Format.formatter ->
?subst:(string -> string option) ->
format ->
Format.formatter ->
t ->
unit