summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorsnj <snj@NetBSD.org>2017-01-29 05:13:55 +0000
committersnj <snj@NetBSD.org>2017-01-29 05:13:55 +0000
commit1da9f3ac2804ae94bfd3f5191061cd0057285b25 (patch)
tree60bcb3309b90f041e8da7267f5f2c1117bc80bdc /lib/libutil
parenta139f6633d44337cb87cadd923acbe9bbbbe283e (diff)
new lookup order will be in 7.1 before 8.0
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/opendisk.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/opendisk.3 b/lib/libutil/opendisk.3
index c273a6b0087..6d82bef0461 100644
--- a/lib/libutil/opendisk.3
+++ b/lib/libutil/opendisk.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: opendisk.3,v 1.13 2016/06/07 11:20:45 wiz Exp $
+.\" $NetBSD: opendisk.3,v 1.14 2017/01/29 05:13:55 snj Exp $
.\"
.\" Copyright (c) 1997, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -184,7 +184,7 @@ function first appeared in
The lookup order of
.Fn opendisk
was changed in
-.Nx 8
+.Nx 7.1
to first look in
.Pa /dev
in order to avoid opening random files in the current working directory.