Skip to content

Commit

Permalink
Merge pull request #46 from mberry/master
Browse files Browse the repository at this point in the history
docs: fix close-on-exec default value
  • Loading branch information
lucab committed Feb 21, 2023
2 parents 465a1b4 + dc47687 commit 556ae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memfd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl MemfdOptions {
///
/// The default options are:
/// * [`FileSeal::SealSeal`] (i.e. no further sealing);
/// * close-on-exec is disabled;
/// * close-on-exec is enabled;
/// * hugetlb is disabled.
///
/// [`FileSeal::SealSeal`]: sealing::FileSeal::SealSeal
Expand Down

0 comments on commit 556ae1a

Please sign in to comment.