aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-12-14 22:32:49 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-12-14 22:32:49 +0000
commit862076fd02f5db506d97c7ba4ea97337f4ae9cef (patch)
tree3ddf95546aaabe6be998a296750304727f2910b0
parentc352737c78ba904e13e0296dd48506b6cacd3d14 (diff)
downloadsrc-862076fd02f5db506d97c7ba4ea97337f4ae9cef.tar.gz
src-862076fd02f5db506d97c7ba4ea97337f4ae9cef.zip
Add devfs(5) to describe the device file system.
Notes
Notes: svn path=/head/; revision=20475
-rw-r--r--share/man/man5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 15f546a7e866..57bf1e6896eb 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -1,9 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
#MISSING: dump.5 plot.5
-MAN5= a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 fs.5 fbtab.5 fdesc.5 \
- forward.5 fstab.5 group.5 hosts.5 link.5 kernfs.5 networks.5 passwd.5 \
- pbm.5 phones.5 \
+MAN5= a.out.5 acct.5 core.5 devfs.5 dir.5 disktab.5 ethers.5 fs.5 fbtab.5
+ fdesc.5 forward.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 \