mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 20:33:35 +00:00
Added skeleton MAN pages
This commit is contained in:
parent
50ca24a74f
commit
52b58f06dc
14
src/raspberrypi/rascsi.1
Normal file
14
src/raspberrypi/rascsi.1
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.TH rascsi 1
|
||||||
|
.SH NAME
|
||||||
|
rascsi \- Emulates SCSI devices using the Raspberry Pi GPIO pins
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B rascsi
|
||||||
|
[\fB\-HDn\fR \fIfile\fR] ...
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B corrupt
|
||||||
|
modifies files by toggling a randomly chosen bit.
|
||||||
|
.SH OPTIONS
|
||||||
|
.TP
|
||||||
|
.BR \-n ", " \-\-bits =\fIBITS\fR
|
||||||
|
Set the number of bits to modify.
|
||||||
|
Default is one bit.
|
14
src/raspberrypi/rasctl.1
Normal file
14
src/raspberrypi/rasctl.1
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.TH rascsi 1
|
||||||
|
.SH NAME
|
||||||
|
rascsi \- Emulates SCSI devices using the Raspberry Pi GPIO pins
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B rascsi
|
||||||
|
[\fB\-HDn\fR \fIfile\fR] ...
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.B corrupt
|
||||||
|
modifies files by toggling a randomly chosen bit.
|
||||||
|
.SH OPTIONS
|
||||||
|
.TP
|
||||||
|
.BR \-n ", " \-\-bits =\fIBITS\fR
|
||||||
|
Set the number of bits to modify.
|
||||||
|
Default is one bit.
|
Loading…
Reference in New Issue
Block a user