From df864cf194d7092dfe8c879225337a8d8f3c4c21 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 29 Oct 2024 23:34:47 -0700 Subject: [PATCH] manpage: Fix reference to manual section 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. --- Documentation/MANPAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 5b3508fa..1d3ab6c0 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