summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2012-10-23 18:40:38 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-10-23 19:47:55 +0200
commitbc497948487a7c3f8e5df683db77262bfee8c19d (patch)
treef4a433523bd12bcd23d3d180416409b22e65bcb9 /docs
parent90e67404d6ab075d8d4bae1f006b69ca26696296 (diff)
docs,ModemManager: Don't use .in file for manpage, no need
Diffstat (limited to 'docs')
-rw-r--r--docs/man/Makefile.am6
-rw-r--r--docs/man/ModemManager.8.in51
2 files changed, 1 insertions, 56 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
index fd0e1823..fcdcd602 100644
--- a/docs/man/Makefile.am
+++ b/docs/man/Makefile.am
@@ -1,7 +1,3 @@
man_MANS = ModemManager.8
-EXTRA_DIST = \
- $(man_MANS) \
- ModemManager.8.in
-
-CLEANFILES = $(man_MANS)
+EXTRA_DIST = $(man_MANS)
diff --git a/docs/man/ModemManager.8.in b/docs/man/ModemManager.8.in
deleted file mode 100644
index 4d6c9a3c..00000000
--- a/docs/man/ModemManager.8.in
+++ /dev/null
@@ -1,51 +0,0 @@
-.\" 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).