Remove trailing whitespace.

This commit is contained in:
wiz 2020-08-07 20:17:59 +00:00
parent 5482409e1c
commit 29f550240c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: genfs.9,v 1.5 2020/08/07 18:13:19 christos Exp $
.\" $NetBSD: genfs.9,v 1.6 2020/08/07 20:17:59 wiz Exp $
.\"
.\" Copyright 2012 Elad Efrat <elad@NetBSD.org>
.\" All rights reserved.
@ -36,7 +36,7 @@
.In miscfs/genfs/genfs.h
.Ft int
.Fn genfs_can_access "vnode_t *vp" "kauth_cred_t cred" "uid_t uid" \
"gid_t gid" "mode_t file_mode" "struct acl *acl" "accmode_t accmode"
"gid_t gid" "mode_t file_mode" "struct acl *acl" "accmode_t accmode"
.Ft int
.Fn genfs_can_chflags "vnode_t *vp" kauth_cred_t cred" "uid_t owner_uid" \
"bool changing_sysflags"
@ -80,7 +80,7 @@ error = kauth_authorize_vnode(..., genfs_can_foo(...));
.Sh FUNCTIONS
.Bl -tag -width compact
.It Fn genfs_can_access "vnode_t *vp" "kauth_cred_t cred" "uid_t uid" \
"gid_t gid" "mode_t file_mode" "struct acl *" "accmode_t accmode"
"gid_t gid" "mode_t file_mode" "struct acl *" "accmode_t accmode"
Implements file access checking based on traditional Unix permissions.
.It Fn genfs_can_chflags "vnode_t *vp" "kauth_cred_t cred"
"uid_t owner_uid" "bool changing_sysflags"