diff options
author | Alex | 2024-10-29 23:34:47 -0700 |
---|---|---|
committer | rfjakob | 2024-10-30 08:45:00 +0100 |
commit | 94bd6a3d657923350e84082ec059e488fdea7f4e (patch) | |
tree | 17d15b9c217871047c492503ec36b20e54763874 /Documentation/MANPAGE.md | |
parent | 2ccea57eba6a646838b39e3bbaec06d247250cbb (diff) |
The `--reverse` section of the manual has a reference to an `INIT FLAGS` section, but no such section exists. Change the reference to refer to the `INIT OPTIONS` section, which does exist.
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 5b3508f..1d3ab6c 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -381,7 +381,7 @@ Mount the filesystem read-write (`-rw`, default) or read-only (`-ro`). If both are specified, `-ro` takes precedence. #### -reverse -See the `-reverse` section in INIT FLAGS. You need to specify the +See the `-reverse` section in INIT OPTIONS. You need to specify the `-reverse` option both at `-init` and at mount. #### -serialize_reads |