diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2025-12-09 15:57:16 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-12-09 15:57:16 +0000 |
| commit | d8556d2bad4074258fb11c0c7ee997ad78dadf87 (patch) | |
| tree | ee8786e1328a0ccd533fcd9b6dc04257d8f42c71 | |
| parent | bc2b10a5931442bb39653cd8d5712b2d7195cf46 (diff) | |
nvmf_tcp.4: Don't quote the document description given to .Nd
Reported by: ziaee
| -rw-r--r-- | share/man/man4/nvmf_tcp.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/nvmf_tcp.4 b/share/man/man4/nvmf_tcp.4 index 0a650e342f0e..a781abaa7ad9 100644 --- a/share/man/man4/nvmf_tcp.4 +++ b/share/man/man4/nvmf_tcp.4 @@ -8,7 +8,7 @@ .Os .Sh NAME .Nm nvmf_tcp -.Nd "TCP transport for NVM Express over Fabrics" +.Nd TCP transport for NVM Express over Fabrics .Sh SYNOPSIS To compile the module into the kernel, place the following line in the |
