aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorKa Ho Ng <khng@FreeBSD.org>2021-08-11 09:45:47 +0000
committerKa Ho Ng <khng@FreeBSD.org>2021-08-11 09:45:47 +0000
commit4a9b832a2ad7acafaa16c858ab6e517f2fd83a0c (patch)
tree92a47905c2cc734dc66ed19217fcef702fa5f65d /share/man
parent4f3a0cfbde03db19bd2c075eadc73e0efbf93820 (diff)
downloadsrc-4a9b832a2ad7acafaa16c858ab6e517f2fd83a0c.tar.gz
src-4a9b832a2ad7acafaa16c858ab6e517f2fd83a0c.zip
vfs: Rename ioflg to ioflag in vn_deallocate
This includes a style fix around ioflag checking as well. Sponsored by: The FreeBSD Foundation Reviewed by: kib, bcr Differential Revision: https://reviews.freebsd.org/D31505
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/vn_deallocate.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/vn_deallocate.9 b/share/man/man9/vn_deallocate.9
index 415a8941ca68..60bcb9049e40 100644
--- a/share/man/man9/vn_deallocate.9
+++ b/share/man/man9/vn_deallocate.9
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd Jul 30, 2021
+.Dd August 11, 2021
.Dt VN_DEALLOCATE 9
.Os
.Sh NAME
@@ -42,7 +42,7 @@
.Fa "off_t *offset"
.Fa "off_t *length"
.Fa "int flags"
-.Fa "int ioflg"
+.Fa "int ioflag"
.Fa "struct ucred *active_cred"
.Fa "struct ucred *file_cred"
.Fc
@@ -66,7 +66,7 @@ This must be greater than 0.
.It Fa flags
The control flags of the operation.
This should be set to 0 for now.
-.It Fa ioflg
+.It Fa ioflag
The control flags of vnode locking.
.It Fa active_cred
The user credentials of the calling thread.
@@ -75,7 +75,7 @@ The credentials installed on the file description pointing to the vnode or NOCRE
.El
.Pp
The
-.Fn ioflg
+.Fn ioflag
argument may be one or more of the following flags:
.Bl -tag -width IO_RANGELOCKED
.It Dv IO_NODELOCKED