summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-04-21 04:45:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-04-21 04:45:59 +0100
commit4b16c48074a5468804625de0092b20343fa97a27 (patch)
tree135e512c02e143a5ef6efdab9a56064005fbe898 /doc
parent8a19214f544e882ea550402bdc36f364ac861764 (diff)
downloadconnman-4b16c48074a5468804625de0092b20343fa97a27.tar.gz
connman-4b16c48074a5468804625de0092b20343fa97a27.tar.bz2
connman-4b16c48074a5468804625de0092b20343fa97a27.zip
Add skeleton for behavior document
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/behavior-api.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 92af2a93..98282373 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -37,6 +37,6 @@ else
EXTRA_DIST = $(DOC_MAIN_SGML_FILE) connman-introduction.xml
endif
-EXTRA_DIST += overview-api.txt manager-api.txt service-api.txt \
+EXTRA_DIST += overview-api.txt behavior-api.txt manager-api.txt \
device-api.txt network-api.txt service-api.txt \
connection-api.txt profile-api.txt agent-api.txt plugin-api.txt
diff --git a/doc/behavior-api.txt b/doc/behavior-api.txt
new file mode 100644
index 00000000..5feea768
--- /dev/null
+++ b/doc/behavior-api.txt
@@ -0,0 +1,11 @@
+Interface behavior description
+******************************
+
+
+Ethernet service
+================
+
+The Ethernet based service is a special case since it has no children, but
+still can be manually connected and disconnected while also has an implicit
+behavior when physically plugging in or removing an Ethernet cable.
+