Skip to content

Commit ae5b638

Browse files
martintrojermeta-codesync[bot]
authored andcommitted
make manuals
Reviewed By: dulmarod Differential Revision: D101374570 fbshipit-source-id: c050499fe9c0131d605ca403b7c25cefaf56e85a
1 parent 565a33c commit ae5b638

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infer/man/man1/infer-full.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,12 +3687,12 @@ INTERNAL OPTIONS
36873687
--tree-sitter-preprocessor-reset
36883688
Cancel the effect of --tree-sitter-preprocessor.
36893689

3690-
--unix-fork
3691-
Activates: Use the fork(2) system call to spawn sub-processes.
3690+
--no-unix-fork
3691+
Deactivates: Use the fork(2) system call to spawn sub-processes.
36923692
Otherwise use the equivalent of fork(2) followed by exec(3) --
36933693
which is usually slower, but is available on all OSes. Defaults to
36943694
false on macOS and Windows where fork without exec is unsafe.
3695-
(Conversely: --no-unix-fork)
3695+
(Conversely: --unix-fork)
36963696

36973697
--version-vcs
36983698
Print version control system commit and exit

0 commit comments

Comments
 (0)