diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-04-02 03:20:45 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-04-08 12:53:18 +0000 |
| commit | 2bcdab574598e729273f7ddc7d898ffdb43b63b9 (patch) | |
| tree | 9f6ef0b9dfaffedb1241c1a983c6e9eb77afc1fa | |
| parent | bf0881060ecd75ce79683b82ebcd4809eadf7cf5 (diff) | |
mfiutil.8: Fix typo - missing macro for dev node
MFC after: 3 days
| -rw-r--r-- | usr.sbin/mfiutil/mfiutil.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mfiutil/mfiutil.8 b/usr.sbin/mfiutil/mfiutil.8 index 9f8cacf7f16d..5d0e425872be 100644 --- a/usr.sbin/mfiutil/mfiutil.8 +++ b/usr.sbin/mfiutil/mfiutil.8 @@ -480,7 +480,8 @@ The firmware should kick off an array rebuild on its own if a failed drive is marked as a rebuild drive. .It Cm syspd Ar drive Present the drive to the host operating system as a disk SYSPD block device in -the format /dev/mfisyspdX. +the format +.Pa /dev/mfisyspdX . Clear this flag with .Cm good .Ar drive |
