summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-05 17:32:16 +0000
committermpp <mpp@FreeBSD.org>1996-02-05 17:32:16 +0000
commit27e5218d1c8b39d83c443c57e59abf7558dade97 (patch)
treef0a35462bce4161b0a4537f42080ed1d53d0192d /share
parentba19fba1c42a1f3ed9dd697bb43544c2b5430809 (diff)
downloadFreeBSD-src-27e5218d1c8b39d83c443c57e59abf7558dade97.zip
FreeBSD-src-27e5218d1c8b39d83c443c57e59abf7558dade97.tar.gz
Correct some man page cross references and some file
locations.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/Makefile2
-rw-r--r--share/man/man5/fs.56
-rw-r--r--share/man/man5/types.52
3 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 18eca02..81d6688 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -5,6 +5,6 @@ MAN5= a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 fs.5 fbtab.5 fstab.5 \
group.5 hosts.5 link.5 networks.5 passwd.5 phones.5 printcap.5 \
procfs.5 protocols.5 remote.5 resolver.5 services.5 shells.5 \
stab.5 sysconfig.5 types.5 utmp.5
-MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5
+MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5
.include <bsd.prog.mk>
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index 12bb912..7b674de 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -40,8 +40,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
@@ -69,7 +69,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 {
diff --git a/share/man/man5/types.5 b/share/man/man5/types.5
index 0c8922c..eea43df 100644
--- a/share/man/man5/types.5
+++ b/share/man/man5/types.5
@@ -178,7 +178,7 @@ struct uio;
.Xr fs 5 ,
.Xr time 3 ,
.Xr lseek 2 ,
-.Xr adb 1
+.Xr gdb 1
.Sh HISTORY
A
.Nm
OpenPOWER on IntegriCloud