sys/inode.h -> ufs/ufs/inode.h, as noted by bgrayson@ece.utexas.edu in PR 5245.

This commit is contained in:
hubertf 1998-04-03 06:26:47 +00:00
parent 9ed503832c
commit 998ea8d804
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fs.5,v 1.4 1997/01/27 09:38:13 tls Exp $ .\" $NetBSD: fs.5,v 1.5 1998/04/03 06:26:47 hubertf Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -335,7 +335,7 @@ each current directory, each mounted-on file,
text file, and the root. text file, and the root.
An inode is `named' by its device/i-number pair. An inode is `named' by its device/i-number pair.
For further information, see the include file For further information, see the include file
.Aq Pa sys/inode.h . .Aq Pa ufs/ufs/inode.h .
.Sh HISTORY .Sh HISTORY
A super-block structure named filsys appeared in A super-block structure named filsys appeared in
.At v6 . .At v6 .