Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2020 16:44:56 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367619 - head/share/man/man9
Message-ID:  <202011121644.0ACGiu99058346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011121644.0ACGiu99058346>