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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to