Much documentation, including the handbook, believes that we use some
combination of MFS and vnconfig for memory file systems. We now use md/mdconfig/newfs/mdmfs. This needs to be updated.
This commit is contained in:
parent
a44cb2c244
commit
063dba72f4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15169
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.83 2002/12/04 20:47:16 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.84 2002/12/04 21:35:09 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -368,6 +368,16 @@
|
|||
that yet.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Documentation rottage: MFS/vnconfig/mdmfs/...</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>5.0 uses md-backed UFS file systems, which are created using
|
||||
mdconfig and newfs, or with mdmfs. Much documentation still
|
||||
believes firmly in options MFS and vnconfig, and should be
|
||||
fixed. This includes a number of sections of the handbook.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Documentation wanted: gdbe</td>
|
||||
<td>--</td>
|
||||
|
|
Loading…
Reference in a new issue