summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:18:02 +0200
committerBor Kraljič2011-10-14 14:18:02 +0200
commit01ef825f4d20dda87d2fe4b24ddf1c9b1aab2ac2 (patch)
treea968f20e168b8724c5e3ad299854c094bc30fcd5 /mobile
parent6f245c61b0f94fd2aaa4da9ab855a6d3a32ae8db (diff)
cobex: fixed long description wrap (scripted)
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/cobex/DETAILS10
-rw-r--r--mobile/cobex/HISTORY3
2 files changed, 9 insertions, 4 deletions
diff --git a/mobile/cobex/DETAILS b/mobile/cobex/DETAILS
index 4994242035..1b68d33807 100755
--- a/mobile/cobex/DETAILS
+++ b/mobile/cobex/DETAILS
@@ -11,7 +11,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="mobile obex protocol"
SHORT="communicate with SonyEricsson phones over a slow, serial cable"
cat << EOF
-This is a small implementation of the communication protocol OBEX over a slow, serial cable.
-It's primary use is to communicate with cellphones, more specifically the SonyEricsson brand
-phones.
- EOF
+This is a small implementation of the communication protocol OBEX over a slow,
+serial cable.
+It's primary use is to communicate with cellphones, more specifically the
+SonyEricsson brand
+phones.
+EOF
diff --git a/mobile/cobex/HISTORY b/mobile/cobex/HISTORY
index 496f626747..109c58af8a 100644
--- a/mobile/cobex/HISTORY
+++ b/mobile/cobex/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2007-03-24 Mark Bainter <mbainter-smgl@lostinagoodbook.org>
* DEPENDS: Replaced expat with xml-parser-expat, fixes bug #11682