Module Name: src Committed By: pgoyette Date: Thu Feb 16 04:58:21 UTC 2023
Modified Files: src/share/man/man9: vnfileops.9 Log Message: Add a period at the end of a sentence. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/vnfileops.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/vnfileops.9 diff -u src/share/man/man9/vnfileops.9:1.16 src/share/man/man9/vnfileops.9:1.17 --- src/share/man/man9/vnfileops.9:1.16 Thu Dec 2 12:54:13 2010 +++ src/share/man/man9/vnfileops.9 Thu Feb 16 04:58:21 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: vnfileops.9,v 1.16 2010/12/02 12:54:13 wiz Exp $ +.\" $NetBSD: vnfileops.9,v 1.17 2023/02/16 04:58:21 pgoyette Exp $ .\" .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd April 9, 2008 +.Dd February 16, 2023 .Dt VNFILEOPS 9 .Os .Sh NAME @@ -103,7 +103,7 @@ The file is specified by .Fa fp . The argument .Fa l -is the calling lwp +is the calling lwp. .Fn vn_ioctl simply locks the vnode and invokes the vnode operation .Xr VOP_IOCTL 9