sdparm: add man output

This commit is contained in:
Doron Behar
2026-01-22 14:39:14 +02:00
parent 113ef1d900
commit 4d6f188c9a
+5
View File
@@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-xMnvr9vrZi4vlxJwfsSQkyvU0BC7ESmueplSZUburb4=";
};
outputs = [
"out"
"man"
];
meta = {
homepage = "http://sg.danny.cz/sg/sdparm.html";
description = "Utility to access SCSI device parameters";