summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-02 19:21:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-02 19:21:05 +0000
commita83986584ba58ec3db9bd4df6958b89aa0cfba9e (patch)
treec626717a69438f4f67d95820a0de03ec27a89fca /share/man
parent9f53216d9549f7ec93ab26c8c22593b7b5840d13 (diff)
correct paths; bgrayson@ece.utexas.edu
Diffstat (limited to 'share/man')
-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 .