summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2011-06-05 18:42:06 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2011-06-05 18:42:06 +0000
commitb82efb5c7cc2a45e563de42af82ffde1cbca7b16 (patch)
tree48e8f30d2cd988b668c3e85c6cd1443121000fc6
parentc7100f5427c83eff7e8fb092a56cc25524f1454a (diff)
Delete mention of DIOCWLABEL in sd(4) and vnd(4).
-rw-r--r--share/man/man4/sd.47
-rw-r--r--share/man/man4/vnd.47
2 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4
index 6433916e646..21b06cb8337 100644
--- a/share/man/man4/sd.4
+++ b/share/man/man4/sd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sd.4,v 1.17 2007/05/31 19:19:51 jmc Exp $
+.\" $OpenBSD: sd.4,v 1.18 2011/06/05 18:42:05 matthew Exp $
.\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $
.\"
.\" Copyright (c) 1996
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 5 2011 $
.Dt SD 4
.Os
.Sh NAME
@@ -158,9 +158,6 @@ The driver
.Em will not
write the new
disklabel to the disk.
-.It Dv DIOCWLABEL
-Enable or disable the driver's software
-write protect of the disklabel on the disk.
.It Dv DIOCWDINFO
Give the driver a new disklabel to use.
The driver
diff --git a/share/man/man4/vnd.4 b/share/man/man4/vnd.4
index 6023cda98cf..49a2e3f5392 100644
--- a/share/man/man4/vnd.4
+++ b/share/man/man4/vnd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vnd.4,v 1.25 2011/04/25 20:21:04 mk Exp $
+.\" $OpenBSD: vnd.4,v 1.26 2011/06/05 18:42:05 matthew Exp $
.\" $NetBSD: vnd.4,v 1.1 1995/12/30 18:10:48 thorpej Exp $
.\"
.\" Copyright (c) 1995 Jason R. Thorpe.
@@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 25 2011 $
+.Dd $Mdocdate: June 5 2011 $
.Dt VND 4
.Os
.Sh NAME
@@ -141,9 +141,8 @@ calls defined in
are available:
.Dv DIOCGDINFO ,
.Dv DIOCSDINFO ,
-.Dv DIOCWDINFO ,
and
-.Dv DIOCWLABEL .
+.Dv DIOCWDINFO .
They are documented in
.Xr sd 4 .
.Sh FILES