summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-05-23 16:44:18 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-05-23 16:44:18 +0000
commit4a2fcbaf0d10cfd7b1857c8577386ede8bfb6e54 (patch)
tree96077e73e58f464ce1894c01a99f6ae0bc6b21a6 /src/sys
parentfdc4b46ac1ace4a8a850a8127fa650a1b4024848 (diff)
parenta77e5009247355239333fa3f45c2c5ca92ad69f3 (diff)
downloadnix-4a2fcbaf0d10cfd7b1857c8577386ede8bfb6e54.zip
Merge #1065
1065: Update fcntl.rs r=asomers a=kubkon Just a minor typo in the docs of `O_RDWR`. It read: ``` /// Allow both reading and writing. /// /// This should not be combined with `O_WRONLY` or `O_RDWR`. O_RDWR; ``` but I believe it should read ``` /// Allow both reading and writing. /// /// This should not be combined with `O_WRONLY` or `O_RDONLY`. O_RDWR; ``` instead :-) Co-authored-by: Jakub Konka <kubkon@jakubkonka.com>
Diffstat (limited to 'src/sys')
0 files changed, 0 insertions, 0 deletions