From 912f1e1ef202f9a902d2e3094bcf6cc523600c3b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 13 Nov 2017 07:21:35 +0100 Subject: [PATCH] smartpqi.4: ffix Signed-off-by: Michael Kerrisk --- man4/smartpqi.4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man4/smartpqi.4 b/man4/smartpqi.4 index 139375258..465a13816 100644 --- a/man4/smartpqi.4 +++ b/man4/smartpqi.4 @@ -210,9 +210,13 @@ device and function and "board ID" (PCI subsystem ID). .TP .B CCISS_GETDRIVVER This operation returns the driver version in four bytes, encoded as: +.IP +.in +4n .EX -(major_version << 28) | (minor_version << 24) | (release << 16) | revision +(major_version << 28) | (minor_version << 24) | + (release << 16) | revision .EE +.in .TP .B CCISS_PASSTHRU Allows BMIC and CISS commands to be passed through to the controller.