oops, roff parameter overflow.
This commit is contained in:
parent
060d9ca064
commit
a3360f0c95
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: extent.9,v 1.13 1998/09/10 16:04:36 pk Exp $
|
||||
.\" $NetBSD: extent.9,v 1.14 1998/09/10 16:41:57 pk Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -61,7 +61,18 @@
|
||||
.Ft int
|
||||
.Fn extent_alloc1 "struct extent *ex" "u_long size" "u_long alignment" "u_long skew" "u_long boundary" "int flags" "u_long *result"
|
||||
.Ft int
|
||||
.Fn extent_alloc_subregion1 "struct extent *ex" "u_long substart" "u_long subend" "u_long size" "u_long alignment" "u_long skew" "u_long boundary" "u_long flags" "u_long *result"
|
||||
.\" too many arguments for a single .Fn
|
||||
.Fo extent_alloc_subregion1
|
||||
.Fa "struct extent *ex"
|
||||
.Fa "u_long substart"
|
||||
.Fa "u_long subend"
|
||||
.Fa "u_long size"
|
||||
.Fa "u_long alignment"
|
||||
.Fa "u_long skew"
|
||||
.Fa "u_long boundary"
|
||||
.Fa "u_long flags"
|
||||
.Fa "u_long *result"
|
||||
.Fc
|
||||
.Ft int
|
||||
.Fn extent_alloc_region "struct extent *ex" "u_long start" "u_long size" "int flags"
|
||||
.Ft int
|
||||
|
Loading…
Reference in New Issue
Block a user