sync to current layout of includes

This commit is contained in:
tls 1997-01-27 09:38:13 +00:00
parent 4a5570d41e
commit 44c4201ae4
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $
.\" $NetBSD: fs.5,v 1.4 1997/01/27 09:38:13 tls Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -42,8 +42,8 @@
.Nd format of file system volume
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <ufs/fs.h>
.Fd #include <ufs/inode.h>
.Fd #include <ufs/ffs/fs.h>
.Fd #include <ufs/ufs/inode.h>
.Sh DESCRIPTION
The files
.Aq Pa fs.h
@ -71,7 +71,7 @@ that is of size
.Dv SBSIZE .
The following structure described the super-block and is
from the file
.Aq Pa ufs/fs.h :
.Aq Pa ufs/ffs/fs.h :
.Bd -literal
#define FS_MAGIC 0x011954
struct fs {