1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add a missing period and remove a macro from Bl's width argument

MFC after:	3 days
This commit is contained in:
Mateusz Piotrowski 2020-11-12 16:44:56 +00:00
parent e2a03adb53
commit 2bbc7e7436
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367619

View File

@ -44,7 +44,7 @@
.Ft int
.Fn VOP_WRITE "struct vnode *vp" "struct uio *uio" "int ioflag" "struct ucred *cred"
.Sh DESCRIPTION
These entry points read or write the contents of a file
These entry points read or write the contents of a file.
.Pp
The arguments are:
.Bl -tag -width ioflag
@ -66,7 +66,7 @@ read-ahead hint (in units of file system blocks) that the file system
should attempt.
The low 16 bits are a bit mask which can contain
the following flags:
.Bl -tag -width ".Dv IO_NODELOCKED"
.Bl -tag -width "IO_NODELOCKED"
.It Dv IO_UNIT
Do I/O as atomic unit.
.It Dv IO_APPEND