We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411f87a commit 808be4eCopy full SHA for 808be4e
std/src/sys/unix/kernel_copy.rs
@@ -498,8 +498,8 @@ impl CopyResult {
498
/// Thus -1 will never be overlap with a valid open file.
499
const INVALID_FD: RawFd = -1;
500
501
-/// linux-specific implementation that will attempt to use copy_file_range for copy offloading
502
-/// as the name says, it only works on regular files
+/// Linux-specific implementation that will attempt to use copy_file_range for copy offloading.
+/// As the name says, it only works on regular files.
503
///
504
/// Callers must handle fallback to a generic copy loop.
505
/// `Fallback` may indicate non-zero number of bytes already written
0 commit comments