From 71a92bbb6310bdd352402a6dd597e2d3ecb9b1b6 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 8 May 2008 14:55:46 +0000 Subject: [PATCH] - Fix from Cristian Greco about replacing hyphens by minus --- doc/qbittorrent.1 | 28 ++++++++++++++++++++++++++++ doc/qbittorrent.1.gz | Bin 621 -> 0 bytes src/src.pro | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 doc/qbittorrent.1 delete mode 100644 doc/qbittorrent.1.gz diff --git a/doc/qbittorrent.1 b/doc/qbittorrent.1 new file mode 100644 index 000000000..094a7a4e4 --- /dev/null +++ b/doc/qbittorrent.1 @@ -0,0 +1,28 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" . +.TH "QBITTORRENT" "1" "September 1st 2007" "Bittorrent client written in C++ / Qt4" "" + +.SH NAME +qBittorrent \- a Bittorrent client written in C++ / Qt4 +.SH SYNOPSIS + +\fBqbittorrent\fR [FILE | URL] [FILE | URL...] + +\fBqbittorrent\fR \-\-help + +\fBqbittorrent\fR \-\-version +.PP +.SH "DESCRIPTION" + +\fBqBittorrent\fR is an advanced Bittorrent client written in C++ / Qt4, +using the \fBrblibtorrent\fR library by Arvid Norberg. qBittorrent aims +to be a good alternative to all other bittorrent clients out there. qBittorrent +is fast, stable, light, it supports unicode and it provides a good integrated search engine. +It also comes with UPnP port forwarding / NAT-PMP, encryption (Azureus compatible), FAST extension (mainline) and PeX support (utorrent compatible). + +Please report any problem to http://bugs.qbittorrent.org +.PP +.SH "AUTHOR" + +Christophe Dumez diff --git a/doc/qbittorrent.1.gz b/doc/qbittorrent.1.gz deleted file mode 100644 index 82633ae453dff2333458214f076fa83d4d18cdeb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 621 zcmV-z0+Rh7iwFp7rTRt!194($baZcWa%FCGE-?U&Q^8K-Fc7`_D@HkiXdOT+t%MNT zwiHnb+Ry}v)s};kOcQGzJJ?R4Xtm$I<9309IBk$uIfq{tldCcOf!q1j{qBKte*am1 zzfV(XKfhU_b<)uElVnpjIv=N_`6S6EvuU)24BtU$4YUAJu7oaViC=4}$2uo<1-?cg zN}DU0?{Lz|3cC)D7}%98VQMTbpyIGQLLnQ+ya~$}P#HtpS01ek6mP8|jp$xfNbRxO zTH2woMGdH{U_Uk?(aISh?@{`r^flZjI)Ok-2DXpFmSHS0`6cTo*GZ3{gE`xXmtSbF#;%w$gdi(pt~yPkn~dB1C?CK%TLGaCW-u H9s~dYuly?f diff --git a/src/src.pro b/src/src.pro index 12ad44f15..79cce7a1c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -44,7 +44,7 @@ contains(DEBUG_MODE, 0){ } # Man page - man.files = ../doc/qbittorrent.1.gz + man.files = ../doc/qbittorrent.1 man.path = $$PREFIX/share/man/man1/ INSTALLS += man