Rework 'Files' and 'Bash scripts' sections into lists

This commit is contained in:
Nejc Bertoncelj 2024-10-27 00:00:40 +02:00
parent 40bce0615a
commit e9311a57ac

View File

@ -345,31 +345,33 @@ authors. This will improve their code as it has improved mine.
Files Files
----- -----
:: - ``changelog`` - Change log for package maintainers
- ``f3read.1`` - Man page for f3read and f3write
changelog - Change log for package maintainers In order to read this manual page, run ``man ./f3read.1``.
f3read.1 - Man page for f3read and f3write To install the page, run
In order to read this manual page, run `man ./f3read.1` ``install --owner=root --group=root --mode=644 f3read.1 /usr/share/man/man1``.
To install the page, run
`install --owner=root --group=root --mode=644 f3read.1 /usr/share/man/man1` - ``LICENSE`` - License (GPLv3)
LICENSE - License (GPLv3) - ``Makefile`` - make(1) file
Makefile - make(1) file - ``README`` - This file
README - This file - ``*.h`` and ``*.c`` - C code of F3
*.h and *.c - C code of F3
Bash scripts Bash scripts
------------ ------------
Although the simple scripts listed in this section are ready for use, Although the simple scripts listed in this section are ready for use,
they are really meant to help you to write your own scripts. So you can they are really meant to help you to write your own scripts. So you can
personalize F3 to your specific needs:: personalize F3 to your specific needs:
f3write.h2w - Script to create files exactly like H2testw. - ``f3write.h2w`` - Script to create files exactly like H2testw.
Use example: `f3write.h2w /media/michel/5EBD-5C80/`
log-f3wr - Script that runs f3write and f3read, and records Use example: ``f3write.h2w /media/michel/5EBD-5C80/``.
their output into a log file.
Use example: `log-f3wr log-filename /media/michel/5EBD-5C80/` - ``log-f3wr`` - Script that runs f3write and f3read, and records
their output into a log file.
Use example: ``log-f3wr log-filename /media/michel/5EBD-5C80/``.
Please notice that all scripts and use examples above assume that Please notice that all scripts and use examples above assume that
f3write, f3read, and the scripts are in the same folder. f3write, f3read, and the scripts are in the same folder.