summaryrefslogtreecommitdiffstats
path: root/doc/ofonod.8
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@collabora.co.uk>2009-07-27 21:34:51 -0400
committerDenis Kenzior <denkenz@gmail.com>2009-07-31 18:20:23 -0500
commit4d993d518b0ae797cab8d297834dd8d61b37924d (patch)
treea352df6a1968b1757b801d65a07f4013631eec1a /doc/ofonod.8
parent0809e336594bcb8632472bf509417e75637f18eb (diff)
downloadofono-4d993d518b0ae797cab8d297834dd8d61b37924d.tar.bz2
add manpage for ofonod
I created this manpage for Debian; feel free to use it. The license is the same as oFono's.
Diffstat (limited to 'doc/ofonod.8')
-rw-r--r--doc/ofonod.835
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/ofonod.8 b/doc/ofonod.8
new file mode 100644
index 00000000..474d7fb3
--- /dev/null
+++ b/doc/ofonod.8
@@ -0,0 +1,35 @@
+.\"
+.\" ofonod(8)
+.\"
+.\" Copyright (C) 2009 Collabora Ltd.
+.TH ofonod 8 "Jul 2009"
+.SH NAME
+ofonod \- oFono mobile telephony daemon
+.SH SYNOPSIS
+.B "ofonod [options]"
+.SH DESCRIPTION
+.B ofonod
+is a daemon which provides an oFono stack for interfacing mobile telephony devices.
+oFono is controlled through \fID-Bus\fP; for example, one can tell
+.B ofonod
+to send AT commands over /dev/rfcomm0 by calling the \fID-Bus\fP method org.ofono.at.Manager.Create.
+.I "/etc/dbus-1/system.d/ofono.conf"
+is used to manage \fID-Bus\fP permissions for oFono.
+.SH OPTIONS
+.TP
+.B --debug, -d
+Enable debug information output.
+.TP
+.B --nodetach, -n
+Don't run as daemon in background.
+.TP
+.SH SEE ALSO
+.PP
+\&\fIdbus-send\fR\|(1)
+
+.SH FILES
+.BR /etc/dbus-1/system.d/ofono.conf
+.SH AUTHOR
+.br
+This man page was written by Andres Salomon <dilinger@collabora.co.uk>.
+