summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
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.
c1a76cb3415f1b46d46b57d5429'>warns=4christos 2006-01-15fix trailing blank munging.christos 2006-01-15revert the line calculation as it used to be pre-buffer changes.christos 2006-01-05more casts to voidchristos 2006-01-04- use BUF_SIZE instead of BUFSIZchristos 2006-01-04fix problem introduced when the computation was changed to unsigned. Ifchristos 2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry 2005-12-16use putchar consistently.christos 2005-12-15small cleanups from seebs...christos 2005-12-15PR/32305: seebs: Eliminate buffer overflows and simplify code by usingchristos 2005-09-11Use more markup. From YOMURA Masanori in private mail.wiz 2004-10-30Add (unsigned char) cast to ctype functionsdsl 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-09-19use NETBSDSRCDIR as appropriatelukem 2002-03-02WARNS=2.wiz 2002-03-02ANSIfy, minor KNF.wiz 2001-12-01Sort SEE ALSO.wiz 2000-10-02Tweak last to only allow highbit characters >=160, to avoid issues withabs 2000-10-02Do not strip highbit characters.abs 2000-09-18Switch centre to -C from -c. Now different from FreeBSD, but avoids conflictabs 2000-09-15Add '-c' for center (from FreeBSD)abs 1999-11-02GC savestr() function. Makes this build again on i386 (this hadn't been usedjwise 1999-11-02process correctly whole line even when it's longer than BUFSIZ characters -jdolecek 1998-12-19char -> unsigned charchristos 1998-02-12abs() numeric parameters to allow portable invocations in scripts.ross 1997-10-18s/index/strchrlukem 1997-10-18WARNSify, fix .Nm usagelukem 1997-05-31Determine characters to be swallowed by means of locale and ctype.kleink 1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr 1997-05-06Use .PATH.c: ...gwr