git: f22326c73eeb - main - nvmf.4: Remove obsolete bug
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 May 2025 13:47:17 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=f22326c73eebff9e61f6498c148038119f65dc3d
commit f22326c73eebff9e61f6498c148038119f65dc3d
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-05-07 13:46:35 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-05-07 13:47:02 +0000
nvmf.4: Remove obsolete bug
Commit 3ff90d91b433c1eafe857ba21470db5e5052b3b6 added support for
multiple I/O queues to nvmf(4).
Sponsored by: Chelsio Communications
---
share/man/man4/nvmf.4 | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/share/man/man4/nvmf.4 b/share/man/man4/nvmf.4
index 298365acefa9..9ace67783351 100644
--- a/share/man/man4/nvmf.4
+++ b/share/man/man4/nvmf.4
@@ -3,7 +3,7 @@
.\"
.\" Copyright (c) 2024 Chelsio Communications, Inc.
.\"
-.Dd June 5, 2024
+.Dd May 7, 2025
.Dt NVMF 4
.Os
.Sh NAME
@@ -104,6 +104,3 @@ The
driver was developed by
.An John Baldwin Aq Mt jhb@FreeBSD.org
under sponsorship from Chelsio Communications, Inc.
-.Sh BUGS
-.Nm
-only supports a single I/O queue pair per association.