svn commit: r349230 - in head: share/man/man9 sys/kern

Rodney W. Grimes freebsd at gndrsh.dnsmgr.net
Thu Jun 20 14:38:25 UTC 2019


> 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 at freebsd.org


More information about the svn-src-all mailing list