diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-06 16:42:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-06 16:42:23 +0000 |
commit | 1f6d611078d6e046e49b655cbc912aab4be92c22 (patch) | |
tree | db144d7f368dff8ff0f0f544b4c54ee80373c347 | |
parent | d11216cf36578f6f06482da63b45f1cf02b7ec1d (diff) |
setdisklabel() openmask is now a u_int
-rw-r--r-- | share/man/man9/disklabel.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/disklabel.9 b/share/man/man9/disklabel.9 index 63013708834..e12c29be990 100644 --- a/share/man/man9/disklabel.9 +++ b/share/man/man9/disklabel.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.9,v 1.10 2007/05/31 19:20:00 jmc Exp $ +.\" $OpenBSD: disklabel.9,v 1.11 2007/06/06 16:42:22 deraadt Exp $ .\" $NetBSD: disklabel.9,v 1.7 1999/03/06 22:09:29 mycroft Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 6 2007 $ .Dt DISKLABEL 9 .Os .Sh NAME @@ -53,7 +53,7 @@ .Ft int .Fn writedisklabel "dev_t dev" "void (*strat)(struct buf *)" "struct disklabel *lp" "struct cpu_disklabel *osdep" .Ft int -.Fn setdisklabel "struct disklabel *olp" "struct disklabel *nlp" "u_long openmask" "struct cpu_disklabel *osdep" +.Fn setdisklabel "struct disklabel *olp" "struct disklabel *nlp" "u_int openmask" "struct cpu_disklabel *osdep" .Ft int .Fn bounds_check_with_label "struct buf *bp" "struct disklabel *lp" "struct cpu_disklabel *osdep" "int wlabel" .Sh DESCRIPTION |