summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaul <gaul@google.com>2022-01-23 19:17:03 +0900
committerGitHub <noreply@github.com>2022-01-23 10:17:03 +0000
commitb08e275083d0316fa4d735d457869d62ce4114de (patch)
tree49ba9614f6b30eae73a2338f29ba22f6b6384896
parent6ddd14f2b1093434e147498db7f3b7e9aff33088 (diff)
downloadfuse-b08e275083d0316fa4d735d457869d62ce4114de.tar.gz
Fix ReST end-string nits (#638)
This makes the file more readable with syntax highlighting.
-rw-r--r--ChangeLog.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 521c163..b97d61d 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -422,7 +422,7 @@ libfuse 3.0.0 (2016-12-08)
* The ``-o nopath`` option has been dropped - it never actually did
anything (since it is unconditionally overwritten with the value of
- the `nopath` flag in `struct fuse_operations).
+ the `nopath` flag in `struct fuse_operations`).
* The ``-o large_read`` mount option has been dropped. Hopefully no
one uses a Linux 2.4 kernel anymore.
@@ -446,7 +446,7 @@ libfuse 3.0.0 (2016-12-08)
* The `fuse_session_new` function no longer accepts the ``-o
clone_fd`` option. Instead, this has become a parameter of the
- `fuse_session_loop_mt` and ``fuse_loop_mt` functions.
+ `fuse_session_loop_mt` and `fuse_loop_mt` functions.
* For low-level file systems that implement the `write_buf` handler,
the `splice_read` option is now enabled by default. As usual, this
@@ -636,7 +636,7 @@ libfuse 3.0.0 (2016-12-08)
* The *fuse_off_t* and *fuse_ino_t* changed from *unsigned long* to
*uint64_t*, i.e. they are now 64 bits also on 32-bit systems.
-* The type of the *generation* member of `struct fuse_entry_param*
+* The type of the *generation* member of `struct fuse_entry_param*`
changed from *unsigned* to *uint64_t*.
* The (low-level) `setattr` handler gained a *FUSE_SET_ATTR_CTIME* bit