Skip to content

Commit

Permalink
Merge pull request #255 from cgwalters/mount-minor-tweaks
Browse files Browse the repository at this point in the history
man/mount.composefs: Fix a typo and two markdown lint warnings
  • Loading branch information
alexlarsson committed Mar 4, 2024
2 parents 72c602a + 465c079 commit 418f4f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion man/mount.composefs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
mount.composefs - mount a composefs filesystem image

# SYNOPSIS

**mount.composefs** [-o OPTIONS] *IMAGE* *TARGETDIR*

# DESCRIPTION
Expand All @@ -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

Expand Down Expand Up @@ -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)

0 comments on commit 418f4f7

Please sign in to comment.