Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | write a manual for raidgrep | Daniel | |
This is the first version of a raidgrep manpage. It is written in asciidoc and can be converted to a Linux manpage by using a2x -f manpage raidgrep.1.asciidoc This will produce a file called raidgrep.1, which is the manpage: man -l raidgrep.1 Alternatively, you can also generate a nice HTML page, suitable for online-hosting or non-Linux-systems: asciidoc raidgrep.1.asciidoc will produce raidgrep.1.html. |