From b289b8e42321d3c2dcbe9f5cd4edbbd2864b79e0 Mon Sep 17 00:00:00 2001 From: Ben Sidhom Date: Thu, 4 May 2017 10:28:00 -0700 Subject: [PATCH] Address doc comment. --- fuseops/ops.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuseops/ops.go b/fuseops/ops.go index b361fa2..f8fa739 100644 --- a/fuseops/ops.go +++ b/fuseops/ops.go @@ -601,8 +601,7 @@ type ReadFileOp struct { // where EOF is by checking the inode size (http://goo.gl/0BkqKD), returned // by a previous call to LookUpInode, GetInodeAttributes, etc. // - // If direct io is enabled, semantics should match those of read (man 2 - // read). + // If direct IO is enabled, semantics should match those of read(2). BytesRead int }