diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-08-09 22:42:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-08-09 22:42:19 +0000 |
commit | 0931ab08cc79745dba8ece323b5b397fab275e94 (patch) | |
tree | 10b77178b9de75c959ac6a467ffc097944c6b4ce /share/man/man9/extent.9 | |
parent | d76de34ef7d4bda39af4e77a4507b56aae0d4c7e (diff) |
Be more explitic that extent_free on EX_NOCOALESCE extents (assuming
otherwise valid arguments) cannot fail.
Diffstat (limited to 'share/man/man9/extent.9')
-rw-r--r-- | share/man/man9/extent.9 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/extent.9 b/share/man/man9/extent.9 index bdedd530b3f..a9596294bff 100644 --- a/share/man/man9/extent.9 +++ b/share/man/man9/extent.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extent.9,v 1.6 2001/10/05 05:07:47 millert Exp $ +.\" $OpenBSD: extent.9,v 1.7 2002/08/09 22:42:18 jason Exp $ .\" $NetBSD: extent.9,v 1.15 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1996, 1998 The NetBSD Foundation, Inc. @@ -266,6 +266,10 @@ If the extent has the .Dv EX_NOCOALESCE property and the caller attempts to free a partial region, behavior is undefined. +If called on an extent without the +.Dv EX_NOCOALESCE +property, this function can fail with error codes listed below, otherwise +this function will always succeed. .Pp .Fn extent_print Prints out information about extent |