Skip to content

Commit 00c5b5c

Browse files
authored
Auto merge of #269 - RalfJung:RalfJung-patch-1, r=jdm
Clarify crate docs re: kernel version I was briefly confused here because it was not clear whether this was version 3.17 of this crate or something else.
2 parents 7e0b39c + 941bf8a commit 00c5b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! ## `memfd`
2525
//!
2626
//! Use [memfd_create] to back [OsIpcSharedMemory] on Linux. [memfd_create] was
27-
//! introduced in version 3.17. __WARNING:__ Enabling this feature with kernel
27+
//! introduced in kernel version 3.17. __WARNING:__ Enabling this feature with kernel
2828
//! version less than 3.17 will cause panics on any use of [IpcSharedMemory].
2929
//!
3030
//! ## `unstable`

0 commit comments

Comments
 (0)