setns.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-20 11:54:31 +01:00
parent 10cee42ae6
commit ab949f50af
1 changed files with 3 additions and 3 deletions

View File

@ -397,9 +397,9 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
/* Get file descriptor for namespace; the file descriptor is opened with
O_CLOEXEC so as to ensure that it is not inherited by the program that
is later executed. */
/* Get file descriptor for namespace; the file descriptor is opened
with O_CLOEXEC so as to ensure that it is not inherited by the
program that is later executed. */
fd = open(argv[1], O_RDONLY | O_CLOEXEC);
if (fd == \-1)