diff options
author | jdp <jdp@FreeBSD.org> | 1997-04-01 04:04:09 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-04-01 04:04:09 +0000 |
commit | 0e67fb122389f36e3c666b5099721629931c1bac (patch) | |
tree | 5d46c374ce78084bee431dcab45e572551e78734 | |
parent | 03545f5dcd675e25637962eb2588ff29e66e85fd (diff) | |
download | FreeBSD-src-0e67fb122389f36e3c666b5099721629931c1bac.zip FreeBSD-src-0e67fb122389f36e3c666b5099721629931c1bac.tar.gz |
Correct the name of a header file that is referenced.
-rw-r--r-- | share/man/man4/da.4 | 4 | ||||
-rw-r--r-- | share/man/man4/sd.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/da.4 b/share/man/man4/da.4 index 77154e9..d13ba61 100644 --- a/share/man/man4/da.4 +++ b/share/man/man4/da.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: sd.4,v 1.10 1997/02/22 13:24:42 peter Exp $ .\" .Dd January 18, 1996 .Dt SD 4 @@ -133,7 +133,7 @@ The following calls apply to .Tn SCSI disks as well as to other disks. They are defined in the header file -.Aq Pa disklabel.h . +.Aq Pa sys/disklabel.h . .Pp .Bl -tag -width DIOCSDINFO .It Dv DIOCSBAD diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index 77154e9..d13ba61 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: sd.4,v 1.10 1997/02/22 13:24:42 peter Exp $ .\" .Dd January 18, 1996 .Dt SD 4 @@ -133,7 +133,7 @@ The following calls apply to .Tn SCSI disks as well as to other disks. They are defined in the header file -.Aq Pa disklabel.h . +.Aq Pa sys/disklabel.h . .Pp .Bl -tag -width DIOCSDINFO .It Dv DIOCSBAD |