sdparm: add man output (#482666)

This commit is contained in:
Doron Behar
2026-01-26 09:33:18 +00:00
committed by GitHub
+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";