#1002891 clone(2): Typo in CLONE_VM

#1002891#5
Date:
2021-12-31 09:03:21 UTC
From:
To:
"man clone" says

    CLONE_VM (since Linux 2.0)
    ...
    If the CLONE_VM flag is specified and the CLONE_VM flag is not specified, ...

I guess that's a typo and one should be CLONE_VFORK? But which one?