Add skeleton for behavior document
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 21 Apr 2009 03:45:59 +0000 (04:45 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 21 Apr 2009 03:45:59 +0000 (04:45 +0100)
doc/Makefile.am
doc/behavior-api.txt [new file with mode: 0644]

index 92af2a9..9828237 100644 (file)
@@ -37,6 +37,6 @@ else
 EXTRA_DIST = $(DOC_MAIN_SGML_FILE) connman-introduction.xml
 endif
 
 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
                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 (file)
index 0000000..5feea76
--- /dev/null
@@ -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.
+