mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
g_bio(9): fix a documentation oversight from r163870
MFC after: 3 weeks
This commit is contained in:
parent
f6e00525db
commit
c8ed700a23
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 17, 2016
|
||||
.Dd Mar 7, 2018
|
||||
.Dt G_BIO 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -59,7 +59,7 @@ most important fields are described below:
|
|||
.Bl -tag -width ".Va bio_attribute"
|
||||
.It Va bio_cmd
|
||||
I/O request command.
|
||||
There are four I/O requests available in GEOM:
|
||||
There are five I/O requests available in GEOM:
|
||||
.Bl -tag -width ".Dv BIO_GETATTR"
|
||||
.It Dv BIO_READ
|
||||
A read request.
|
||||
|
|
|
|||
Loading…
Reference in a new issue