Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 PR kern/32830 (from 10 years ago, pre NetBSD ...



details:   https://anonhg.NetBSD.org/src/rev/8f2bf6a1ed0f
branches:  trunk
changeset: 345809:8f2bf6a1ed0f
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Jun 09 14:52:48 2016 +0000

description:
PR kern/32830 (from 10 years ago, pre NetBSD 4...)
Reference correct include files needed for the ioctl calls mentioned.

diffstat:

 share/man/man4/sd.4 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r fba0ba99c9af -r 8f2bf6a1ed0f share/man/man4/sd.4
--- a/share/man/man4/sd.4       Thu Jun 09 14:37:06 2016 +0000
+++ b/share/man/man4/sd.4       Thu Jun 09 14:52:48 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sd.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
+.\"    $NetBSD: sd.4,v 1.19 2016/06/09 14:52:48 kre Exp $
 .\"
 .\" Copyright (c) 1996
 .\"     Julian Elischer <julian%freebsd.org@localhost>.  All rights reserved.
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 18, 1996
+.Dd June 9, 2016
 .Dt SD 4
 .Os
 .Sh NAME
@@ -173,7 +173,9 @@
 .Tn SCSI
 disks as well as to other disks.
 They are defined in the header file
-.In disklabel.h .
+.In sys/dkio.h
+and use data structures defined in
+.In sys/disklabel.h .
 .Pp
 .Bl -tag -width DIOCSDINFO
 .\".It Dv DIOCSBAD



Home | Main Index | Thread Index | Old Index