ocaml / ocamlunix

Unix system programming in OCaml book
http://ocaml.github.io/ocamlunix/
Other
285 stars 22 forks source link

minor typo #4

Closed unhammer closed 9 years ago

unhammer commented 9 years ago

https://ocaml.github.io/ocamlunix/signals.html#sec87 says "mark" instead of "mask" in

let old_mask = sigprocmask cmd sigs in (* do something *) let _ = sigprocmask SIG_SETMASK old_mark
dbuenzli commented 9 years ago

Thanks for reporting.