On Thu, Jun 10, 2021 at 12:20:56AM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Add a manual page for the fsverity utility, documenting all subcommands > and options. > > The page is written in Markdown and is translated to groff using pandoc. > It can be installed by 'make install-man'. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > .gitignore | 1 + > Makefile | 32 ++++++- > README.md | 14 +++- > man/fsverity.1.md | 191 ++++++++++++++++++++++++++++++++++++++++++ > scripts/do-release.sh | 6 ++ > scripts/run-tests.sh | 2 +- > 6 files changed, 239 insertions(+), 7 deletions(-) > create mode 100644 man/fsverity.1.md Applied. - Eric