Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add some necessary #include statements. Fix p...



details:   https://anonhg.NetBSD.org/src/rev/57927137461c
branches:  trunk
changeset: 515154:57927137461c
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Sep 17 19:35:21 2001 +0000

description:
Add some necessary #include statements. Fix provided by Lloyd Parkes in misc/13779

diffstat:

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

diffs (18 lines):

diff -r 14d7ae4fcae6 -r 57927137461c share/man/man4/mtio.4
--- a/share/man/man4/mtio.4     Mon Sep 17 19:23:40 2001 +0000
+++ b/share/man/man4/mtio.4     Mon Sep 17 19:35:21 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mtio.4,v 1.10 1999/09/12 18:43:43 kleink Exp $
+.\"    $NetBSD: mtio.4,v 1.11 2001/09/17 19:35:21 jdolecek Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -40,6 +40,8 @@
 .Nm mtio
 .Nd generic magnetic tape I/O interface
 .Sh SYNOPSIS
+.Cd "#include <sys/ioctl.h>"
+.Cd "#include <sys/types.h>"
 .Cd "#include <sys/mtio.h>"
 .Sh DESCRIPTION
 Magnetic tape has been the computer system backup and data transfer



Home | Main Index | Thread Index | Old Index