Date: Thu, 20 Jun 2019 07:38:22 -0700 (PDT) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> To: Alan Somers <asomers@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r349230 - in head: share/man/man9 sys/kern Message-ID: <201906201438.x5KEcMsY023502@gndrsh.dnsmgr.net> In-Reply-To: <201906201359.x5KDxkJ1000855@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Author: asomers > Date: Thu Jun 20 13:59:46 2019 > New Revision: 349230 > URL: https://svnweb.freebsd.org/changeset/base/349230 > > Log: > Add a VOP_BMAP(9) man page > > Reviewed by: mckusick > MFC after: 2 weeks > Sponsored by: The FreeBSD Foundation > Differential Revision: https://reviews.freebsd.org/D20704 > > Added: > head/share/man/man9/VOP_BMAP.9 (contents, props changed) > Modified: > head/share/man/man9/Makefile > head/sys/kern/vfs_default.c > > Modified: head/share/man/man9/Makefile > ============================================================================== > --- head/share/man/man9/Makefile Thu Jun 20 13:24:58 2019 (r349229) > +++ head/share/man/man9/Makefile Thu Jun 20 13:59:46 2019 (r349230) > @@ -399,6 +399,7 @@ MAN= accept_filter.9 \ > VOP_ADVLOCK.9 \ > VOP_ALLOCATE.9 \ > VOP_ATTRIB.9 \ > + VOP_BMAP.9 \ > VOP_BWRITE.9 \ > VOP_CREATE.9 \ > VOP_FSYNC.9 \ > > Added: head/share/man/man9/VOP_BMAP.9 > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/share/man/man9/VOP_BMAP.9 Thu Jun 20 13:59:46 2019 (r349230) > @@ -0,0 +1,86 @@ > +.\"- > +.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD > +.\" > +.\" Copyright (c) 2019 The FreeBSD Foundation > +.\" > +.\" This software was developed by BFF Storage Systems, LLC under sponsorship > +.\" from the FreeBSD Foundation. > +.\" > +.\" Redistribution and use in source and binary forms, with or without > +.\" modification, are permitted provided that the following conditions > +.\" are met: > +.\" 1. Redistributions of source code must retain the above copyright > +.\" notice, this list of conditions and the following disclaimer. > +.\".\"2. Redistributions in binary form must reproduce the above copyright Looks like a line join happened here. > +.\" notice, this list of conditions and the following disclaimer in the > +.\" documentation and/or other materials provided with the distribution. > +.\" ... -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906201438.x5KEcMsY023502>