summaryrefslogtreecommitdiff
path: root/src/sys/mman.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/mman.rs')
-rw-r--r--src/sys/mman.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sys/mman.rs b/src/sys/mman.rs
index a32cd54a..65f6c59d 100644
--- a/src/sys/mman.rs
+++ b/src/sys/mman.rs
@@ -101,8 +101,7 @@ libc_bitflags!{
libc_enum!{
/// Usage information for a range of memory to allow for performance optimizations by the kernel.
///
- /// Used by [`madvise`].
- /// [`madvise`]: ./fn.madvise.html
+ /// Used by [`madvise`](./fn.madvise.html).
#[repr(i32)]
pub enum MmapAdvise {
/// No further special treatment. This is the default.