diff options
author | 2012-04-06 15:42:56 +0000 | |
---|---|---|
committer | 2012-04-06 15:42:56 +0000 | |
commit | ad711cad4a6fab4bc1dc1244f3eb4c314e1bb89a (patch) | |
tree | 5903ab6af69124e95c07adad1c7bef8c252e115a /share/man/man9 | |
parent | Regen. (diff) | |
download | wireguard-openbsd-ad711cad4a6fab4bc1dc1244f3eb4c314e1bb89a.tar.xz wireguard-openbsd-ad711cad4a6fab4bc1dc1244f3eb4c314e1bb89a.zip |
Remove raidframe related references.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/disk.9 | 13 | ||||
-rw-r--r-- | share/man/man9/malloc.9 | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index 931c36629c9..43cdda92715 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disk.9,v 1.30 2011/10/06 22:22:11 jmc Exp $ +.\" $OpenBSD: disk.9,v 1.31 2012/04/06 15:42:56 jsing Exp $ .\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $ .\" .\" Copyright (c) 1995, 1996 Jason R. Thorpe. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 6 2011 $ +.Dd $Mdocdate: April 6 2012 $ .Dt DISK 9 .Os .Sh NAME @@ -345,16 +345,11 @@ and .Pp The .Ox -.Xr raid 4 -and .Xr vnd 4 -drivers utilize the detachment capability of the framework. -They are located in -.Pa sys/dev/raidframe/ -and +driver utilizes the detachment capability of the framework. +This is located in .Pa sys/dev/vnd.c . .Sh SEE ALSO -.Xr raid 4 , .Xr vnd 4 , .Xr spl 9 .Sh HISTORY diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 549e57efa6b..e19e011b64f 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.46 2010/07/14 10:31:54 matthew Exp $ +.\" $OpenBSD: malloc.9,v 1.47 2012/04/06 15:42:56 jsing Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 14 2010 $ +.Dd $Mdocdate: April 6 2012 $ .Dt MALLOC 9 .Os .Sh NAME @@ -217,8 +217,6 @@ File page dependencies. Inode dependencies. .It Dv M_NEWBLK New block allocation. -.It Dv M_RAIDFRAME -RAIDframe data. .It Dv M_UVMAMAP UVM amap and related. .It Dv M_UVMAOBJ |