Module Name:    src
Committed By:   wiz
Date:           Mon Jan 17 22:27:20 UTC 2022

Modified Files:
        src/share/man/man9: acl.9 genfs.9 genfs_can_access.9

Log Message:
Sort SEE ALSO, fix punctuation.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/acl.9
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/genfs.9
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/genfs_can_access.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/acl.9
diff -u src/share/man/man9/acl.9:1.2 src/share/man/man9/acl.9:1.3
--- src/share/man/man9/acl.9:1.2	Mon Jan 17 19:08:06 2022
+++ src/share/man/man9/acl.9	Mon Jan 17 22:27:20 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: acl.9,v 1.2 2022/01/17 19:08:06 christos Exp $
+.\" $NetBSD: acl.9,v 1.3 2022/01/17 22:27:20 wiz Exp $
 .\"-
 .\" Copyright (c) 1999-2001 Robert N. M. Watson
 .\" All rights reserved.
@@ -214,7 +214,7 @@ and directories.
 .El
 .Sh SEE ALSO
 .Xr acl 3 ,
-.Xr genfs 9 ,
+.Xr genfs 9
 .Sh AUTHORS
 This manual page was written by
 .An Robert Watson .

Index: src/share/man/man9/genfs.9
diff -u src/share/man/man9/genfs.9:1.7 src/share/man/man9/genfs.9:1.8
--- src/share/man/man9/genfs.9:1.7	Mon Jan 17 19:08:06 2022
+++ src/share/man/man9/genfs.9	Mon Jan 17 22:27:20 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: genfs.9,v 1.7 2022/01/17 19:08:06 christos Exp $
+.\" $NetBSD: genfs.9,v 1.8 2022/01/17 22:27:20 wiz Exp $
 .\"
 .\" Copyright 2012 Elad Efrat <e...@netbsd.org>
 .\" All rights reserved.
@@ -104,11 +104,11 @@ Implements extended attributes access po
 Implements rename and delete policy from sticky directories.
 .El
 .Sh SEE ALSO
+.Xr genfs_can_access 9 ,
+.Xr genfs_can_access_acl_nfs4 9 ,
+.Xr genfs_can_access_acl_posix1e 9 ,
+.Xr genfs_rename 9 ,
 .Xr kauth 9
-.Xr genfs_rename 9
-.Xr genfs_can_access 9
-.Xr genfs_can_access_acl_posix1e 9
-.Xr genfs_can_access_acl_nfs4 9
 .Sh AUTHORS
 .An Elad Efrat Aq Mt e...@netbsd.org
 wrote this manual page.

Index: src/share/man/man9/genfs_can_access.9
diff -u src/share/man/man9/genfs_can_access.9:1.1 src/share/man/man9/genfs_can_access.9:1.2
--- src/share/man/man9/genfs_can_access.9:1.1	Mon Jan 17 19:08:06 2022
+++ src/share/man/man9/genfs_can_access.9	Mon Jan 17 22:27:20 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: genfs_can_access.9,v 1.1 2022/01/17 19:08:06 christos Exp $
+.\" $NetBSD: genfs_can_access.9,v 1.2 2022/01/17 22:27:20 wiz Exp $
 .\"-
 .\" Copyright (c) 2001 Robert N. M. Watson
 .\" All rights reserved.
@@ -66,7 +66,7 @@ access ACL for the file
 desired access mode
 .Fa accmode ,
 .Pp
-.This call is intended to support implementations of
+This call is intended to support implementations of
 .Xr VOP_ACCESS 9 ,
 which will use their own access methods to retrieve the vnode properties,
 and then invoke
@@ -110,10 +110,10 @@ An attempt was made to perform an operat
 appropriate privileges or to the owner of a file or other resource.
 .El
 .Sh SEE ALSO
+.Xr genfs 9 ,
 .Xr genfs_can_access_acl_nfs4 9 ,
 .Xr genfs_can_access_acl_posix1e 9 ,
 .Xr vnode 9 ,
-.Xr genfs 9 ,
 .Xr VOP_ACCESS 9
 .Sh AUTHORS
 This manual page and the current implementation of

Reply via email to