Fix two nits; spell GPT correctly and capitalize 'RPC'.
This commit is contained in:
parent
2eeb3a2bcb
commit
2fdc0684ac
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18644
1 changed files with 3 additions and 3 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.2R/todo.sgml,v 1.39 2003/10/30 04:23:48 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.40 2003/10/30 05:01:39 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -117,7 +117,7 @@
|
|||
<td>GPT support for sysinstall</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>Sysinstall and libdisk need to be overhauled to support the GDT
|
||||
<td>Sysinstall and libdisk need to be overhauled to support the GPT
|
||||
partition scheme. This is required for installing ia64 with
|
||||
sysinstall.</td>
|
||||
</tr>
|
||||
|
@ -246,7 +246,7 @@
|
|||
<td>In progress</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>A process cannot be interrupted while waiting on a lock. Fixing
|
||||
this requires that the rpc code be taught how to deal with lock
|
||||
this requires that the RPC code be taught how to deal with lock
|
||||
cancellation and interruption events.</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue