fwupd/plugins/uefi-dbx/dbxtool.1
Richard Hughes c4bc709359 Do not use help2man to build manual pages
This prevents problems when cross compiling. Using help2man is now also of
limited use; if we can just tell the user to use --help we do not need to keep
the manual in sync.

It also allows us to drop the several other supporting files that we use when
the help2man output isn't actually that useful.

Fixes https://github.com/fwupd/fwupd/issues/3025
2021-04-11 13:42:04 +01:00

23 lines
661 B
Groff

.\" Report problems in https://github.com/fwupd/fwupd
.TH man 8 "11 April 2021" @PACKAGE_VERSION@ "dbxtool man page"
.SH NAME
dbxtool \- modify the dbx revokation list
.SH SYNOPSIS
dbxtool [CMD]
.SH DESCRIPTION
.PP
This manual page documents briefly the \fBdbxtool\fR command.
.PP
\fBdbxtool\fR allows a user to operate on the UEFI dbx revokation list.
This tool can be used to list the current dbx contents or update it to a newer
version.
.SH OPTIONS
The dbxtool command takes various options depending on the action.
Run \fBdbxtool --help\fR for the full list.
.SH SEE ALSO
fwupdmgr(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Richard Hughes (richard@hughsie.com)