Skip to content

Commit 71a92bb

Browse files
author
Christophe Dumez
committed
- Fix from Cristian Greco about replacing hyphens by minus
1 parent e9865c4 commit 71a92bb

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

doc/qbittorrent.1

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.\" This manpage has been automatically generated by docbook2man
2+
.\" from a DocBook document. This tool can be found at:
3+
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>.
4+
.TH "QBITTORRENT" "1" "September 1st 2007" "Bittorrent client written in C++ / Qt4" ""
5+
6+
.SH NAME
7+
qBittorrent \- a Bittorrent client written in C++ / Qt4
8+
.SH SYNOPSIS
9+
10+
\fBqbittorrent\fR [FILE | URL] [FILE | URL...]
11+
12+
\fBqbittorrent\fR \-\-help
13+
14+
\fBqbittorrent\fR \-\-version
15+
.PP
16+
.SH "DESCRIPTION"
17+
18+
\fBqBittorrent\fR is an advanced Bittorrent client written in C++ / Qt4,
19+
using the \fBrblibtorrent\fR library by Arvid Norberg. qBittorrent aims
20+
to be a good alternative to all other bittorrent clients out there. qBittorrent
21+
is fast, stable, light, it supports unicode and it provides a good integrated search engine.
22+
It also comes with UPnP port forwarding / NAT-PMP, encryption (Azureus compatible), FAST extension (mainline) and PeX support (utorrent compatible).
23+
24+
Please report any problem to http://bugs.qbittorrent.org
25+
.PP
26+
.SH "AUTHOR"
27+
28+
Christophe Dumez <chris@qbittorrent.org>

doc/qbittorrent.1.gz

-621 Bytes
Binary file not shown.

src/src.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ contains(DEBUG_MODE, 0){
4444
}
4545

4646
# Man page
47-
man.files = ../doc/qbittorrent.1.gz
47+
man.files = ../doc/qbittorrent.1
4848
man.path = $$PREFIX/share/man/man1/
4949
INSTALLS += man
5050

0 commit comments

Comments
 (0)