summaryrefslogtreecommitdiff
path: root/share/man/man9/disklabel.9
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2000-12-22 00:13:35 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2000-12-22 00:13:35 +0000
commita9bfe56ebf2b5ce7eeec800b2d2c5c9bb978319e (patch)
tree98cecf9b103f07b0490cf72bf41b6cd5ba157beb /share/man/man9/disklabel.9
parentb2df43c4793df4e8ba793b23ffc3fc7180bebf4f (diff)
more typo fixes; aaron@ ok
Diffstat (limited to 'share/man/man9/disklabel.9')
-rw-r--r--share/man/man9/disklabel.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/disklabel.9 b/share/man/man9/disklabel.9
index d09dc85f0cc..77fb7f8e85e 100644
--- a/share/man/man9/disklabel.9
+++ b/share/man/man9/disklabel.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: disklabel.9,v 1.5 2000/10/12 18:05:58 aaron Exp $
+.\" $OpenBSD: disklabel.9,v 1.6 2000/12/22 00:13:34 avsm Exp $
.\" $NetBSD: disklabel.9,v 1.7 1999/03/06 22:09:29 mycroft Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -115,11 +115,11 @@ using the buffer pointed at by
.Fa osdep
.Pc ,
to store the disk label onto the medium in a format complying with
-architectural contraints.
+architectural constraints.
.Fn writedisklabel
returns 0 on success and
.Dv EINVAL
-if the disk label specifies invalid or unconvertable values.
+if the disk label specifies invalid or unconvertible values.
Otherwise, any error condition reported by the device strategy routine
in the buffer's
.Dq Va b_error
@@ -142,7 +142,7 @@ Failure to pass on
.Dq basic sanity ,
results in a
.Dv EINVAL
-return value, while a vetoed update of the partition layout is signaled by a
+return value, while a vetoed update of the partition layout is signalled by a
.Dv EBUSY
return value.
Otherwise, 0 is returned.