Skip to content

Commit

Permalink
Update manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Sep 10, 2017
1 parent e9b9ea5 commit 06055b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions man/axel.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH axel 1 "02 August 2017" "axel-2.13" "light command line download accelerator"
.TH axel 1 "10 September 2017" "axel-2.14" "light command line download accelerator"
.SH NAME
\fBaxel \fP- light command line download accelerator
\fB
Expand Down Expand Up @@ -122,7 +122,7 @@ The trivial usage to download a file is similar to:
.PP
.nf
.fam C
$ axel http://cdimage.debian.org/debian-cd/8.4.0/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso
$ axel http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.1.0-amd64-netinst.iso

$ axel ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.2/linux-2.2.20.tar.bz2

Expand Down Expand Up @@ -163,7 +163,7 @@ example file is at doc/ directory. On Debian systems, it is at /usr/share/doc/\f
.SH COPYRIGHT
Axel was originally written by Wilmer van der Gaast and other authors over time. Please, see the AUTHORS and CREDITS files.
.PP
The current Axel homepage (since 2015) is https://github.com/axel-download-accelerator/\fBaxel\fP
The current Axel homepage (since 2015) is https://github.com/\fBaxel\fP-download-accelerator/\fBaxel\fP
.SH HELP THIS PROJECT
If you intent to help, please, read the CONTRIBUTING.md file. On Debian systems, this file will be available at
/usr/share/doc/\fBaxel\fP/ directory.
2 changes: 1 addition & 1 deletion man/axel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RETURN VALUE
EXAMPLES
The trivial usage to download a file is similar to:

$ axel http://cdimage.debian.org/debian-cd/8.4.0/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso
$ axel http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.1.0-amd64-netinst.iso

$ axel ftp://ftp.nl.kernel.org/pub/linux/kernel/v2.2/linux-2.2.20.tar.bz2

Expand Down
4 changes: 2 additions & 2 deletions man/generate-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Copyright 2016-2017 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
# This file is under BSD-3-Clause

P_DATE="02 August 2017"
P_DATE="10 September 2017"
P_NAME=axel
P_VERSION=2.13
P_VERSION=2.14
P_MANLEVEL=1
P_DESCRIPT="light command line download accelerator"

Expand Down

0 comments on commit 06055b7

Please sign in to comment.