From 1d588d1120c45a008db65a0e212d03e748f81111 Mon Sep 17 00:00:00 2001 From: akuker Date: Wed, 8 Jul 2020 19:45:34 -0500 Subject: [PATCH] Create 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..b29a7025 --- /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 rascsi +Emulates SCSI devices using the Raspberry Pi GPIO pins. +.SH OPTIONS +.TP +.BR \-n ", " \-\-bits = \fIBITS\R +Default is one bit. + diff --git a/src/raspberrypi/rasctl.1 b/src/raspberrypi/rasctl.1 new file mode 100644 index 00000000..b29a7025 --- /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 rascsi +Emulates SCSI devices using the Raspberry Pi GPIO pins. +.SH OPTIONS +.TP +.BR \-n ", " \-\-bits = \fIBITS\R +Default is one bit. +