build: Whitespace & keep vim happy
[platform/upstream/ofono.git] / doc / ofonod.8
1 .\"
2 .\" ofonod(8)
3 .\"
4 .\" Copyright (C) 2009  Collabora Ltd.
5 .TH ofonod 8 "Jul 2009"
6 .SH NAME
7 ofonod \- oFono mobile telephony daemon
8 .SH SYNOPSIS
9 .B "ofonod [options]"
10 .SH DESCRIPTION
11 .B ofonod
12 is a daemon which provides an oFono stack for interfacing mobile telephony devices.
13 oFono is controlled through \fID-Bus\fP; for example, one can tell
14 .B ofonod
15 to send AT commands over /dev/rfcomm0 by calling the \fID-Bus\fP method org.ofono.at.Manager.Create.
16 .I "/etc/dbus-1/system.d/ofono.conf"
17 is used to manage \fID-Bus\fP permissions for oFono.
18 .SH OPTIONS
19 .TP
20 .B --debug, -d
21 Enable debug information output. Note multiple arguments to -d can be
22 specified, colon, comma or space separated. The arguments are relative
23 source code filenames for which debugging output should be enabled;
24 output shell-style globs are accepted (e.g.: "plugins/*:src/main.c").
25 .TP
26 .B --nodetach, -n
27 Don't run as daemon in background.
28 .TP
29 .SH SEE ALSO
30 .PP
31 \&\fIdbus-send\fR\|(1)
32
33 .SH FILES
34 .BR /etc/dbus-1/system.d/ofono.conf
35 .SH AUTHOR
36 .br
37 This man page was written by Andres Salomon <dilinger@collabora.co.uk>.
38