Module Name: src
Committed By: wiz
Date: Fri Aug 7 20:17:59 UTC 2020
Modified Files:
src/share/man/man9: genfs.9
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/genfs.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/genfs.9
diff -u src/share/man/man9/genfs.9:1.5 src/share/man/man9/genfs.9:1.6
--- src/share/man/man9/genfs.9:1.5 Fri Aug 7 18:13:19 2020
+++ src/share/man/man9/genfs.9 Fri Aug 7 20:17:59 2020
@@ -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 <[email protected]>
.\" 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
.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"