From 2c13857c524e876e509c1174bb53cd1ea06ba8da Mon Sep 17 00:00:00 2001 From: Uwe Seimet <48174652+uweseimet@users.noreply.github.com> Date: Sat, 9 Apr 2022 10:10:11 +0200 Subject: [PATCH] Updated Rules for adding new device types (markdown) --- Rules-for-adding-new-device-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules-for-adding-new-device-types.md b/Rules-for-adding-new-device-types.md index b846267..3d2fb74 100644 --- a/Rules-for-adding-new-device-types.md +++ b/Rules-for-adding-new-device-types.md @@ -10,7 +10,7 @@ Steps for adding a new device type: 6. Update the manpages. Devices shall be subclasses of PrimaryDevice or ModeSenseDevice. Only devices backed by image files shall be subclasses of the Disk class. -See the implementations of the Host Services (SCHS) and the SCSI Printer (SCLP) for a device implementations with low complexity. +See the implementations of the Host Services (SCHS) and the SCSI Printer (SCLP) for device implementations with low complexity. ## Clients