summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man5/fs.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index 5d7c2b04d82..41ef3382afc 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -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/ufs/fs.h>
+.Fd #include <ufs/ufs/inode.h>
.Sh DESCRIPTION
The files
.Aq Pa fs.h
@@ -335,7 +335,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 .