From 52b58f06dc65ece8d774b7d626a01b361297487e Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Wed, 8 Jul 2020 19:50:39 -0500 Subject: [PATCH] Added skeleton MAN pages --- src/raspberrypi/rascsi.1 | 14 ++++++++++++++ src/raspberrypi/rasctl.1 | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/raspberrypi/rascsi.1 create mode 100644 src/raspberrypi/rasctl.1 diff --git a/src/raspberrypi/rascsi.1 b/src/raspberrypi/rascsi.1 new file mode 100644 index 00000000..9bd89f78 --- /dev/null +++ b/src/raspberrypi/rascsi.1 @@ -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. \ No newline at end of file diff --git a/src/raspberrypi/rasctl.1 b/src/raspberrypi/rasctl.1 new file mode 100644 index 00000000..9bd89f78 --- /dev/null +++ b/src/raspberrypi/rasctl.1 @@ -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. \ No newline at end of file