diff options
author | des <des@FreeBSD.org> | 2001-12-04 01:35:59 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-04 01:35:59 +0000 |
commit | de55179b2946bde78ac016ba73aeae91e909d830 (patch) | |
tree | 92a9cc1cf6295270baa5d208624dc9011bb03724 /sys | |
parent | e05a1e171262ce51abe71929ef3e9a1ae6f484b4 (diff) | |
download | FreeBSD-src-de55179b2946bde78ac016ba73aeae91e909d830.zip FreeBSD-src-de55179b2946bde78ac016ba73aeae91e909d830.tar.gz |
PROCFS requires PSEUDOFS now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1c19957..4deeaf0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -703,7 +703,7 @@ options NTFS #NT File System options NULLFS #NULL filesystem #options NWFS #NetWare filesystem options PORTALFS #Portal filesystem -options PROCFS #Process filesystem +options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options UMAPFS #UID map filesystem options UNIONFS #Union filesystem diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1c19957..4deeaf0 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -703,7 +703,7 @@ options NTFS #NT File System options NULLFS #NULL filesystem #options NWFS #NetWare filesystem options PORTALFS #Portal filesystem -options PROCFS #Process filesystem +options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options UMAPFS #UID map filesystem options UNIONFS #Union filesystem |