From 465c079592cdc755144388cb9ca21f294a6fcd88 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 25 Feb 2024 17:51:30 -0500 Subject: [PATCH] man/mount.composefs: Fix a typo and two markdown lint warnings Just happened to notice the typo. Signed-off-by: Colin Walters --- man/mount.composefs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/mount.composefs.md b/man/mount.composefs.md index 3679c9ac..664ede95 100644 --- a/man/mount.composefs.md +++ b/man/mount.composefs.md @@ -5,6 +5,7 @@ mount.composefs - mount a composefs filesystem image # SYNOPSIS + **mount.composefs** [-o OPTIONS] *IMAGE* *TARGETDIR* # DESCRIPTION @@ -15,7 +16,7 @@ for regular files. **mount.composefs** mounts such an EROFS file in combination with a given set of basedir at the specified location. It can be called directly, or -as a mount helper by running `mount -t composefst ...`. +as a mount helper by running `mount -t composefs ...`. # OPTIONS @@ -62,6 +63,7 @@ options when passed via the `-o OPTIONS` argument. : Specifies an overlayfs workdir to go with **upperdir**. # SEE ALSO + **composefs-info(1)**, **mount.composefs(1)** [composefs upstream](https://github.com/containers/composefs)