diff options
| author | Timo Völker <timo.voelker@fh-muenster.de> | 2026-04-04 14:43:07 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2026-04-04 14:46:25 +0000 |
| commit | 39c44fc55f0ed595623fb6d66a4060b7be32fa51 (patch) | |
| tree | 33a321ac3208199eb7d040a1779447726f2328ba | |
| parent | b427b661be01e7b112531ba0b1ea27377a963bb8 (diff) | |
virtio.4: fix typo
Reviewed by: tuexen
Fixes: c70755bc0d8f ("virtio: add loader tunables to sysctl")
MFC after: 3 days
| -rw-r--r-- | share/man/man4/virtio.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4 index 0598d5d8621d..8252cc1b7954 100644 --- a/share/man/man4/virtio.4 +++ b/share/man/man4/virtio.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 2, 2026 +.Dd April 4, 2026 .Dt VIRTIO 4 .Os .Sh NAME @@ -113,7 +113,7 @@ or to negotiate legacy mode and use the legacy .Nm driver -.Pq 1 . +.Pq 0 . The default value is 0. .El .Sh SEE ALSO |
