svn commit: r367619 - head/share/man/man9

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Nov 12 16:44:57 UTC 2020


Author: 0mp (doc,ports committer)
Date: Thu Nov 12 16:44:56 2020
New Revision: 367619
URL: https://svnweb.freebsd.org/changeset/base/367619

Log:
  Add a missing period and remove a macro from Bl's width argument
  
  MFC after:	3 days

Modified:
  head/share/man/man9/VOP_RDWR.9

Modified: head/share/man/man9/VOP_RDWR.9
==============================================================================
--- head/share/man/man9/VOP_RDWR.9	Thu Nov 12 15:50:18 2020	(r367618)
+++ head/share/man/man9/VOP_RDWR.9	Thu Nov 12 16:44:56 2020	(r367619)
@@ -44,7 +44,7 @@
 .Ft int
 .Fn VOP_WRITE "struct vnode *vp" "struct uio *uio" "int ioflag" "struct ucred *cred"
 .Sh DESCRIPTION
-These entry points read or write the contents of a file
+These entry points read or write the contents of a file.
 .Pp
 The arguments are:
 .Bl -tag -width ioflag
@@ -66,7 +66,7 @@ read-ahead hint (in units of file system blocks) that 
 should attempt.
 The low 16 bits are a bit mask which can contain
 the following flags:
-.Bl -tag -width ".Dv IO_NODELOCKED"
+.Bl -tag -width "IO_NODELOCKED"
 .It Dv IO_UNIT
 Do I/O as atomic unit.
 .It Dv IO_APPEND


More information about the svn-src-head mailing list