[hamradio-commits] [dump1090-mutability] 145/172: Rename the man pages and update the reference to Malcolm Robb's fork

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit 0b3c4943356ebebd5a166e18eb69b9aa86654720
Author: Raphael Geissert <atomo64 at gmail.com>
Date:   Sun Apr 3 14:29:24 2016 +0200

    Rename the man pages and update the reference to Malcolm Robb's fork
---
 debian/{dump1090.1 => dump1090-mutability.1} | 26 +++++++++++++-------------
 debian/{view1090.1 => view1090-mutability.1} | 20 ++++++++++----------
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/debian/dump1090.1 b/debian/dump1090-mutability.1
similarity index 89%
rename from debian/dump1090.1
rename to debian/dump1090-mutability.1
index ef55512..32e46b7 100644
--- a/debian/dump1090.1
+++ b/debian/dump1090-mutability.1
@@ -26,21 +26,21 @@
 .\"TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 .\"USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH "DUMP1090" "1" "17 August 2014" "" "User Commands"
-.SH NAME dump1090 \- Mode-S decoder
+.TH "DUMP1090-MUTABILITY" "1" "17 August 2014" "" "User Commands"
+.SH NAME dump1090-mutability \- Mode-S decoder
 .SH SYNOPSIS
 .nf
 .fam C
-\fBdump1090\fP
-\fBdump1090\fP \fB--interactive\fP
-\fBdump1090\fP \fB--ifile\fP \fIfile\fP
+\fBdump1090-mutability\fP
+\fBdump1090-mutability\fP \fB--interactive\fP
+\fBdump1090-mutability\fP \fB--ifile\fP \fIfile\fP
 
 .fam T
 .fi
 .fam T
 .fi
 .SH DESCRIPTION
-\fBdump1090\fP receives and decodes Mode S packets using the Realtek RTL2832
+\fBdump1090-mutability\fP receives and decodes Mode S packets using the Realtek RTL2832
 software defined radio interface.  It provides the ability to decode
 multiple frame types as well as correct bit errors using the embedded
 24-bit CRC.  Results can be viewed using a text client, via the built-
@@ -255,7 +255,7 @@ Interactive mode
 .PP
 .nf
 .fam C
-        dump1090 \-\-interactive
+        dump1090-mutability \-\-interactive
 
 .fam T
 .fi
@@ -263,26 +263,26 @@ Daemon mode
 .PP
 .nf
 .fam C
-        dump1090 \-\-net \-\-quiet &
+        dump1090-mutability \-\-net \-\-quiet &
 
 .fam T
 .fi
-You can also use \fBdump1090\fP as a network hub for multiple receivers by using
+You can also use \fBdump1090-mutability\fP as a network hub for multiple receivers by using
 .PP
 .nf
 .fam C
-        dump1090 \-\-net\-only
+        dump1090-mutability \-\-net\-only
 
 .fam T
 .fi
 .SH BUGS
 Report bugs with the program to the project's github page
-<https://github.com/MalcolmRobb/dump1090/>
+<https://github.com/mutability/dump1090/>
 
 .SH AUTHORS
 Dump1090 was originally written by Salvatore Sanfilippo <antirez at gmail.com>.
-This version is now maintained by Malcolm Robb <support at attavionics.com>.
-This was packaged for Debian by Matthew Ernisse <mernisse at ub3rgeek.net>.
+This version is now maintained by Oliver Jowett <oliver at mutability.co.uk>.
+This manpage was prepared for Debian by Matthew Ernisse <mernisse at ub3rgeek.net>.
 .RE
 .PP
 
diff --git a/debian/view1090.1 b/debian/view1090-mutability.1
similarity index 83%
rename from debian/view1090.1
rename to debian/view1090-mutability.1
index c945122..1b58c3d 100644
--- a/debian/view1090.1
+++ b/debian/view1090-mutability.1
@@ -26,20 +26,20 @@
 .\"TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 .\"USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH "VIEW1090" "1" "17 August 2014" "" "User Commands"
-.SH NAME view1090 \- Text client for dump1090
+.TH "VIEW1090-MUTABILITY" "1" "17 August 2014" "" "User Commands"
+.SH NAME view1090-mutability \- Text client for dump1090
 .SH SYNOPSIS
 .nf
 .fam C
-\fBview1090\fP
-\fBview1090\fP \fB--net-bo-ipaddr\fP \fIipaddr\fP \fB--net-bo-port\fP \fIport\fP
+\fBview1090-mutability\fP
+\fBview1090-mutability\fP \fB--net-bo-ipaddr\fP \fIipaddr\fP \fB--net-bo-port\fP \fIport\fP
 
 .fam T
 .fi
 .fam T
 .fi
 .SH DESCRIPTION
-\fBview1090\fP allows you to connect to a TCP Beast compliant stream and view
+\fBview1090-mutability\fP allows you to connect to a TCP Beast compliant stream and view
 the decoded messages in an ASCII-text table.
 .RE
 .PP
@@ -112,7 +112,7 @@ instance running on the local host.
 .PP
 .nf
 .fam C
-        view1090 
+        view1090-mutability
 
 .fam T
 .fi
@@ -121,19 +121,19 @@ host.
 .PP
 .nf
 .fam C
-        view1090 \-\-net\-bo\-ipaddr \fIipaddr\fP
+        view1090-mutability \-\-net\-bo\-ipaddr \fIipaddr\fP
 
 
 .fam T
 .fi
 .SH BUGS
 Report bugs with the program to the project's github page
-<https://github.com/MalcolmRobb/dump1090/>
+<https://github.com/mutability/dump1090/>
 
 .SH AUTHORS
 Dump1090 was originally written by Salvatore Sanfilippo <antirez at gmail.com>.
-This version is now maintained by Malcolm Robb <support at attavionics.com>.
-This was packaged for Debian by Matthew Ernisse <mernisse at ub3rgeek.net>.
+This version is now maintained by Oliver Jowett <oliver at mutability.co.uk>.
+This manpage was prepared for Debian by Matthew Ernisse <mernisse at ub3rgeek.net>.
 .RE
 .PP
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list