summaryrefslogtreecommitdiff
path: root/lib/libutil/opendev.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-20 10:46:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-20 10:46:03 +0000
commit2a15a5c53a44292d7a96ab2f102db1aaaf742783 (patch)
treec15de555b5374bc66ce7e52321e48d23c0cb8dc9 /lib/libutil/opendev.3
parent44138c0208d94775e6be03cf5c0c9b0d0a8881f9 (diff)
only write to realpath if non-NULL
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r--lib/libutil/opendev.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3
index 1a495a2fc4c..70ee7181959 100644
--- a/lib/libutil/opendev.3
+++ b/lib/libutil/opendev.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opendev.3,v 1.3 1996/06/18 09:13:41 downsj Exp $
+.\" $OpenBSD: opendev.3,v 1.4 1996/06/20 10:46:01 deraadt Exp $
.\"
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
.\"
@@ -59,8 +59,9 @@ OPENDEV_PART attempt to open the raw partition during expansion
OPENDEV_DRCT attempt to open the device itself during expansion
.Ed
.Pp
-.Ar Realpath
-will be modified to point at the fully expanded device name.
+If
+.Ar realpath
+is not NULL, it is modified to point at the fully expanded device name.
.Pp
.Sh RETURN VALUES
The