mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
9352cb37a6
Updated man page. Changed doctype of aria2c.1.html to manpage in order not to replace '--' with em dash character. * doc/aria2c.1.txt * doc/makeman
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
a2x -f manpage aria2c.1.txt
|
|
|
|
asciidoc -d manpage -b xhtml11 aria2c.1.txt
|