diff options
author | 2007-06-06 16:42:22 +0000 | |
---|---|---|
committer | 2007-06-06 16:42:22 +0000 | |
commit | 5aacdbfc5d3c7ddb2c2ef8510e6f3f9e93ec620b (patch) | |
tree | 5b8c73db4670e4585f30670a0a709a7a6ae6754a | |
parent | a fair sprinking of knf, code movement, and sometimes character-by-character (diff) | |
download | wireguard-openbsd-5aacdbfc5d3c7ddb2c2ef8510e6f3f9e93ec620b.tar.xz wireguard-openbsd-5aacdbfc5d3c7ddb2c2ef8510e6f3f9e93ec620b.zip |
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 |