diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-bookworm/man8/systemd-hwdb.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-bookworm/man8/systemd-hwdb.8')
-rw-r--r-- | upstream/debian-bookworm/man8/systemd-hwdb.8 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man8/systemd-hwdb.8 b/upstream/debian-bookworm/man8/systemd-hwdb.8 new file mode 100644 index 00000000..b0b02170 --- /dev/null +++ b/upstream/debian-bookworm/man8/systemd-hwdb.8 @@ -0,0 +1,62 @@ +'\" t +.TH "SYSTEMD\-HWDB" "8" "" "systemd 254" "systemd-hwdb" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +systemd-hwdb \- hardware database management tool +.SH "SYNOPSIS" +.HP \w'\fBsystemd\-hwdb\ \fR\fB[options]\fR\fB\ update\fR\ 'u +\fBsystemd\-hwdb \fR\fB[options]\fR\fB update\fR +.HP \w'\fBsystemd\-hwdb\ \fR\fB[options]\fR\fB\ query\ \fR\fB\fImodalias\fR\fR\ 'u +\fBsystemd\-hwdb \fR\fB[options]\fR\fB query \fR\fB\fImodalias\fR\fR +.SH "DESCRIPTION" +.PP +\fBsystemd\-hwdb\fR +expects a command and command specific arguments\&. It manages the binary hardware database\&. +.SH "OPTIONS" +.PP +\fB\-\-usr\fR +.RS 4 +Generate in /lib/udev instead of /etc/udev\&. +.RE +.PP +\fB\-r\fR, \fB\-\-root=\fR\fB\fIPATH\fR\fR +.RS 4 +Alternate root path in the filesystem\&. +.RE +.PP +\fB\-s\fR, \fB\-\-strict\fR +.RS 4 +When updating, return non\-zero exit value on any parsing error\&. +.RE +.PP +\fB\-h\fR, \fB\-\-help\fR +.RS 4 +Print a short help text and exit\&. +.RE +.SS "systemd\-hwdb [\fIoptions\fR] update" +.PP +Update the binary database\&. +.SS "systemd\-hwdb [\fIoptions\fR] query [\fIMODALIAS\fR]" +.PP +Query database and print result\&. +.SH "SEE ALSO" +.PP +\fBhwdb\fR(7) |