summaryrefslogtreecommitdiff
path: root/lib/libutil/opendev.3
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-02-26 21:16:27 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-02-26 21:16:27 +0000
commitd493948af26cc2877e46b54b786e13f7b238ca1f (patch)
tree64b4bccd658cde42b4de2153a63cddc88ad17f7b /lib/libutil/opendev.3
parent165639d0824c04f98c1cdb2eca6371742a905bba (diff)
mdoc fixes from pjanzen
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r--lib/libutil/opendev.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3
index 5a952563f6b..ce1cb77b19b 100644
--- a/lib/libutil/opendev.3
+++ b/lib/libutil/opendev.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opendev.3,v 1.12 2002/02/26 07:28:51 pvalchev Exp $
+.\" $OpenBSD: opendev.3,v 1.13 2002/02/26 21:16:26 pvalchev Exp $
.\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
@@ -85,7 +85,11 @@ The
return value and errors are the same as the return value and errors of
.Xr open 2 .
.Sh WARNINGS
-If realpath is not NULL, on return it will point to internal
+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 ,