summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2012-10-24 10:43:00 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-24 10:44:58 +0200
commit89723c7ef28e3b071413bb22c561abfa5724d3ea (patch)
tree299675c4b85ff7f931a94d29f3d399ba835deec7 /docs
parent96c6db99265e7448a8e21df49f7c94de35a540a4 (diff)
docs,ModemManager: include the missing manpage
(aleksander) I messed up the integration of commit bc49794848, this should fix it.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/ModemManager.851
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/man/ModemManager.8 b/docs/man/ModemManager.8
new file mode 100644
index 00000000..4d6c9a3c
--- /dev/null
+++ b/docs/man/ModemManager.8
@@ -0,0 +1,51 @@
+.\" ModemManager(8) manual page
+.\"
+.\" Copyright (C) 2011 Aleksander Morgado
+.\"
+.TH MODEMMANAGER "8" "31 October 2011"
+.SH NAME
+ModemManager \- modem management daemon
+.SH SYNOPSIS
+.B ModemManager [\-\-version] | [\-\-help]
+.PP
+.B ModemManager [\-\-debug] [\-\-log\-level=<level>] [\-\-log\-file=<filename>] [\-\-timestamps] [\-\-relative\-timestamps]
+.SH DESCRIPTION
+The ModemManager daemon provides a unified high level API
+for communicating with (mobile broadband) modems. While the basic commands are
+standardized, the more advanced operations (like signal quality monitoring
+while connected) varies a lot.
+.TP
+ModemManager is a system daemon and is not meant to be used directly from the
+command line.
+.SH OPTIONS
+The following options are supported:
+.TP
+.I "\-\-version"
+Print the ModemManager software version and exit.
+.TP
+.I "\-\-help"
+Print ModemManager's available options and exit.
+.TP
+.I "\-\-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
+.I "\-\-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
+messages are logged. Given level must be one of "ERR", "WARN", "INFO" or "DEBUG".
+.TP
+.I "\-\-log\-file=<filename>"
+Specify location of the file where ModemManager will dump its log messages,
+instead of syslog.
+.TP
+.I "\-\-timestamps"
+Include absolute timestamps in the log output.
+.TP
+.I "\-\-relative-timestamps"
+Include timestamps, relative to the start time of the daemon, in the log output.
+.TP
+
+.SH SEE ALSO
+.BR NetworkManager (8).