@@ -145,7 +145,7 @@ See also <A href="#common-params">the required common StarTeam parameters</A>.<b
</tr>
<tr>
<td valign="top">label</td>
<td valign="top">Check out files as of this label. The label must exist in starteam or an exception will be thrown. If not specified, the most recent version of each file will be checked out.</td>
<td valign="top">Check out files as of this label. The label must exist in starteam or an exception will be thrown. If either <code>locked</code> or <code>unlocked</code> is true, an exception will be thrown. If not specified, the most recent version of each file will be checked out.</td>
<td align="center" valign="top">no</td>
</tr>
<tr>
@@ -163,7 +163,7 @@ that StarTeam is maintaining for the file. If false, status will be used to de
<td valign="top">locked</td>
<td valign="top">If true, file will be locked against changes by other
users. If false (default) has no effect.
<td align="center" valign="center" rowspan="2">Either or neither, but not both, may be true.</td>
<td align="center" valign="center" rowspan="2">Either or neither, but not both, may be true. Neither may be true if a <code>label</code> is specified.</td>