diff options
author | 2002-02-26 07:28:51 +0000 | |
---|---|---|
committer | 2002-02-26 07:28:51 +0000 | |
commit | 680f6d6bd947b24b1e6215cf53ebe9f2e17dccfd (patch) | |
tree | 8a12a9902028d92a62900db06815dfd829dd30c0 /lib/libutil | |
parent | Add optional pool memory hard limits, mainly as temporary solution (diff) | |
download | wireguard-openbsd-680f6d6bd947b24b1e6215cf53ebe9f2e17dccfd.tar.xz wireguard-openbsd-680f6d6bd947b24b1e6215cf53ebe9f2e17dccfd.zip |
rephrase warning; from miod
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/opendev.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index 9b2fd89467a..5a952563f6b 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.11 2002/02/25 22:19:45 pvalchev Exp $ +.\" $OpenBSD: opendev.3,v 1.12 2002/02/26 07:28:51 pvalchev Exp $ .\" .\" Copyright (c) 2000, Todd C. Miller. All rights reserved. .\" Copyright (c) 1996, Jason Downs. All rights reserved. @@ -85,8 +85,8 @@ The return value and errors are the same as the return value and errors of .Xr open 2 . .Sh WARNINGS -realpath points to internal static storage space that will be -overwritten by subsequent calls. +If realpath is not 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 |