diff options
author | bde <bde@FreeBSD.org> | 1997-03-19 21:02:11 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-19 21:02:11 +0000 |
commit | 845f67fbb75350bb6684b7344ea2b17a50050bb3 (patch) | |
tree | d0276de8ff164b61b226e9e5290fbeed4ff82520 /share | |
parent | c87367fab44ecf2e1739256077233d9c30102a85 (diff) | |
download | FreeBSD-src-845f67fbb75350bb6684b7344ea2b17a50050bb3.zip FreeBSD-src-845f67fbb75350bb6684b7344ea2b17a50050bb3.tar.gz |
Fixed missing #includes in synopsis.
Fixed stale reference to <sys/inode.h>.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/fs.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index 3c6879c..78c4294 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fs.5 8.2 (Berkeley) 4/19/94 -.\" $Id$ +.\" $Id: fs.5,v 1.6 1997/03/07 03:28:00 jmg Exp $ .\" .Dd April 19, 1994 .Dt FS 5 @@ -40,8 +40,12 @@ .Nm inode .Nd format of file system volume .Sh SYNOPSIS -.Fd #include <sys/types.h> +.Fd #include <sys/param.h> .Fd #include <ufs/ffs/fs.h> +.Pp +.Fd #include <sys/types.h> +.Fd #include <sys/lock.h> +.Fd #include <ufs/ufs/quota.h> .Fd #include <ufs/ufs/inode.h> .Sh DESCRIPTION The files @@ -361,7 +365,7 @@ each current directory, each mounted-on file, text file, and the root. An inode is `named' by its device/i-number pair. For further information, see the include file -.Aq Pa sys/inode.h . +.Aq Pa ufs/ufs/inode.h . .Sh HISTORY A super-block structure named filsys appeared in .At v6 . |