summaryrefslogtreecommitdiff
path: root/docs/man/ModemManager.8
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/ModemManager.8')
-rw-r--r--docs/man/ModemManager.847
1 files changed, 30 insertions, 17 deletions
diff --git a/docs/man/ModemManager.8 b/docs/man/ModemManager.8
index d9c527c5..62a4e43f 100644
--- a/docs/man/ModemManager.8
+++ b/docs/man/ModemManager.8
@@ -19,26 +19,39 @@ actual device (Generic AT, vendor-specific AT, QCDM, QMI, MBIM...).
ModemManager is a DBus-based system daemon and is not meant to be used directly
from the command line.
-.SH HELP OPTIONS
+.SH APPLICATION OPTIONS
.TP
-.B \-V, \-\-version
-Print the ModemManager software version and exit.
+.B \-\-filter\-policy=<policy>
+Specify which ports are probed and how:
+.RS 9
.TP
-.B \-h, \-\-help
-Show application options.
+\fB'WHITELIST-ONLY'\fR
+Only devices or ports explicitly whitelisted with the 'ID_MM_DEVICE_PROCESS' udev tag are probed.
.TP
-.B \-\-help\-all
-Show application and test options.
+\fB'STRICT'\fR
+Only the TTY ports that are heuristically determined to be very likely to be modem ports are probed. Nay end up ignoring some devices.
+.RE
+.TP
+.B \-\-no\-auto\-scan
+Fully disable udev-based auto-scan looking for devices.
+.TP
+.B \-\-initial\-kernel\-events=<filename>
+Specify location of the file where the list of initial kernel events is
+available. The ModemManager daemon will process this file on startup.
.TP
-.B \-\-help\-test
-Show test options.
-
-.SH APPLICATION OPTIONS
.B \-\-debug
Runs ModemManager with "DEBUG" log level and without daemonizing. This is useful
for debugging, as it directs log output to the controlling terminal in addition to
syslog.
.TP
+.B \-V, \-\-version
+Print the ModemManager software version and exit.
+.TP
+.B \-h, \-\-help
+Show application options.
+
+.SH LOGGING OPTIONS
+.TP
.B \-\-log\-level=<level>
Sets how much information ModemManager sends to the log destination (usually
syslog's "daemon" facility). By default, only informational, warning, and error
@@ -48,10 +61,13 @@ messages are logged. Given level must be one of "ERR", "WARN", "INFO" or "DEBUG"
Specify location of the file where ModemManager will dump its log messages,
instead of syslog.
.TP
-.B \-\-timestamps
+.B \-\-log\-journal
+Output log message to the systemd journal.
+.TP
+.B \-\-log\-timestamps
Include absolute timestamps in the log output.
.TP
-.B \-\-relative-timestamps
+.B \-\-log\-relative\-timestamps
Include timestamps, relative to the start time of the daemon, in the log output.
.SH TEST OPTIONS
@@ -59,9 +75,6 @@ Include timestamps, relative to the start time of the daemon, in the log output.
.B \-\-test\-session
Run the ModemManager daemon in the Session bus instead of the System bus.
.TP
-.B \-\-test\-no\-auto\-scan
-Fully disable udev-based auto-scan looking for devices.
-.TP
.B \-\-test\-enable
Enable the Test DBus interface in the daemon.
.TP
@@ -72,4 +85,4 @@ Specify an alternate directory where the daemon should look for vendor plugins.
Aleksander Morgado <aleksander@aleksander.es>
.SH SEE ALSO
-\fBmmcli\fR(8), \fBNetworkManager\fR(8)
+\fBmmcli\fR(1), \fBNetworkManager\fR(8)