diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-01 17:06:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-01 17:06:56 +0000 |
commit | 9698d2b8e3176084d4d635d12f1e2fdd725ef5c1 (patch) | |
tree | f63ea23a1c5f801ecbb215234160ada4dc8bef52 /lib/libutil/opendev.3 | |
parent | 8af4a82e8387c83fb0949f0f1c8a9ab7ce9120e7 (diff) |
WARNINGS -> CAVEATS, and a little neccessary cleanup;
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r-- | lib/libutil/opendev.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index d6193280c4a..f6266b0188b 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.17 2007/05/31 19:19:38 jmc Exp $ +.\" $OpenBSD: opendev.3,v 1.18 2010/04/01 17:06:55 jmc Exp $ .\" .\" Copyright (c) 2000, Todd C. Miller. All rights reserved. .\" Copyright (c) 1996, Jason Downs. All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 1 2010 $ .Dt OPENDEV 3 .Os .Sh NAME @@ -84,13 +84,6 @@ The .Fn opendev return value and errors are the same as the return value and errors of .Xr open 2 . -.Sh WARNINGS -If -.Fa realpath -is not -.Dv NULL , -on return it will point to internal -static storage space that will be overwritten by subsequent calls. .Sh SEE ALSO .Xr open 2 , .Xr getrawpartition 3 @@ -99,3 +92,10 @@ The .Fn opendev function first appeared in .Ox 1.2 . +.Sh CAVEATS +If +.Fa realpath +is not +.Dv NULL , +on return it will point to internal +static storage space that will be overwritten by subsequent calls. |