summaryrefslogtreecommitdiff
path: root/src/sys/aio.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2017-12-10 19:24:09 -0800
committerBryant Mairs <bryantmairs@google.com>2017-12-10 19:24:09 -0800
commit133e3501bca30edbc747bc8e83aca86f0908a8d2 (patch)
treeffa9c749693949056907754f1380b1bf7df0e090 /src/sys/aio.rs
parent2e8560edc1d8a041da3dbac8050a300958b9a087 (diff)
downloadnix-133e3501bca30edbc747bc8e83aca86f0908a8d2.zip
Cleanup doc warnings
With the impending switch to Pulldown as the default doc generator, warnings have been enabled for incompatible syntax. This fixes all of said warnings.
Diffstat (limited to 'src/sys/aio.rs')
-rw-r--r--src/sys/aio.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/aio.rs b/src/sys/aio.rs
index 6166467c..014ef673 100644
--- a/src/sys/aio.rs
+++ b/src/sys/aio.rs
@@ -97,6 +97,7 @@ impl<'a> AioCb<'a> {
/// Constructs a new `AioCb` with no associated buffer.
///
/// The resulting `AioCb` structure is suitable for use with `AioCb::fsync`.
+ ///
/// * `fd` File descriptor. Required for all aio functions.
/// * `prio` If POSIX Prioritized IO is supported, then the operation will
/// be prioritized at the process's priority level minus `prio`