summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Orlenko <zxteam@gmail.com>2010-08-13 00:08:47 +1100
committerAlexander Orlenko <zxteam@gmail.com>2010-08-13 00:08:47 +1100
commit08eca27e7f83dfa7defbddcb7839c9b313ab6859 (patch)
tree4b9119c7b0cca42fee4fff2741fb42423a8a84c5
parent702fa15c0d474fbcb9a4d5a5ae8ce0f6be48385e (diff)
downloadbluez-tools-08eca27e7f83dfa7defbddcb7839c9b313ab6859.tar.gz
Prev commit
-rw-r--r--contrib/man/bt-network.pod8
-rw-r--r--src/Makefile.am2
-rw-r--r--src/bt-network.110
3 files changed, 10 insertions, 10 deletions
diff --git a/contrib/man/bt-network.pod b/contrib/man/bt-network.pod
index 711022e..7d168de 100644
--- a/contrib/man/bt-network.pod
+++ b/contrib/man/bt-network.pod
@@ -30,15 +30,15 @@ B<-a, --adapter E<lt>name|macE<gt>>
(if this option does not defined - default adapter used)
B<-c, --connect E<lt>name|macE<gt> E<lt>uuidE<gt>>
- Connect to the network device and return the network interface name,
- uuid can be either one of "gn", "panu" or "nap"
+ Connect to the network device and return the network interface
+ name, uuid can be either one of "gn", "panu" or "nap"
B<-d, --disconnect E<lt>name|macE<gt>>
Disconnect from the network device
B<-s, --server E<lt>gn|panu|napE<gt> E<lt>brigeE<gt>>
- Register server for the provided UUID,
- every new connection to this server will be added the bridge interface
+ Register server for the provided UUID, every new connection to
+ this server will be added the bridge interface
=head1 AUTHOR
diff --git a/src/Makefile.am b/src/Makefile.am
index d02d5a1..1dcd08f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,7 +46,7 @@ endif
bin_PROGRAMS = bt-monitor bt-adapter bt-agent bt-device bt-input bt-audio bt-network bt-serial
bt_monitor_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-monitor.c
-bt_adapter_SOURCES = ${lib_sources} $(bluez_sources) $(obexd_sources) bt-adapter.c
+bt_adapter_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-adapter.c
bt_agent_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-agent.c
bt_device_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-device.c
bt_input_SOURCES = $(lib_sources) $(bluez_sources) $(obexd_sources) bt-input.c
diff --git a/src/bt-network.1 b/src/bt-network.1
index eb9b432..a119e8d 100644
--- a/src/bt-network.1
+++ b/src/bt-network.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "bt-network 1"
-.TH bt-network 1 "2010-08-12" "" "bluez-tools"
+.TH bt-network 1 "2010-08-13" "" "bluez-tools"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -157,15 +157,15 @@ All servers will be automatically unregistered when the application terminates.
(if this option does not defined \- default adapter used)
.PP
\&\fB\-c, \-\-connect <name|mac> <uuid>\fR
- Connect to the network device and return the network interface name,
- uuid can be either one of \*(L"gn\*(R", \*(L"panu\*(R" or \*(L"nap\*(R"
+ Connect to the network device and return the network interface
+ name, uuid can be either one of \*(L"gn\*(R", \*(L"panu\*(R" or \*(L"nap\*(R"
.PP
\&\fB\-d, \-\-disconnect <name|mac>\fR
Disconnect from the network device
.PP
\&\fB\-s, \-\-server <gn|panu|nap> <brige>\fR
- Register server for the provided \s-1UUID\s0,
- every new connection to this server will be added the bridge interface
+ Register server for the provided \s-1UUID\s0, every new connection to
+ this server will be added the bridge interface
.SH "AUTHOR"
.IX Header "AUTHOR"
Alexander Orlenko <zxteam@gmail.com>.