diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-14 21:47:11 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-14 21:47:11 +0000 |
commit | 3b94b1ad7fd9c708f78a7548030a528bfc88ab69 (patch) | |
tree | b92d473847734b40698bcfabcc9b20474472d326 /share/man/man5/Makefile | |
parent | 862184427b3233894a29bda0b0bdaf05ce861b1c (diff) | |
download | FreeBSD-src-3b94b1ad7fd9c708f78a7548030a528bfc88ab69.zip FreeBSD-src-3b94b1ad7fd9c708f78a7548030a528bfc88ab69.tar.gz |
Add a kernfs(5) man page to describe the kernel file system.
Diffstat (limited to 'share/man/man5/Makefile')
-rw-r--r-- | share/man/man5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 589ae91..e2ba2ef 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -2,7 +2,7 @@ #MISSING: dump.5 plot.5 MAN5= a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 fs.5 fbtab.5 forward.5 \ - fstab.5 group.5 hosts.5 link.5 networks.5 passwd.5 pbm.5 phones.5 \ + fstab.5 group.5 hosts.5 link.5 kernfs.5 networks.5 passwd.5 pbm.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 hosts.equiv.5 hosts.lpd.5 MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5 \ |