From Jason Turner

[tab:future.newoff.values]

Diff to HTML by rtfpessoa

tmp/tmpqjdl6x7r/{from.md → to.md} RENAMED
@@ -1,9 +1,8 @@
1
  **Table: `newoff` values** <a id="tab:future.newoff.values">[tab:future.newoff.values]</a>
2
 
3
  | Condition | `newoff` Value |
4
- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
5
  | `way == ios::beg` | 0 |
6
  | `way == ios::cur` | the next pointer minus the beginning pointer (`xnext - xbeg`). |
7
  | `way == ios::end` | `seekhigh` minus the beginning pointer (`seekhigh - xbeg`). |
8
- | If `(newoff + off) <`<br> `(seeklow - xbeg)`,<br> or `(seekhigh - xbeg) <`<br> `(newoff + off)` | the positioning operation fails |
9
 
 
1
  **Table: `newoff` values** <a id="tab:future.newoff.values">[tab:future.newoff.values]</a>
2
 
3
  | Condition | `newoff` Value |
4
+ | ----------------- | -------------------------------------------------------------- |
5
  | `way == ios::beg` | 0 |
6
  | `way == ios::cur` | the next pointer minus the beginning pointer (`xnext - xbeg`). |
7
  | `way == ios::end` | `seekhigh` minus the beginning pointer (`seekhigh - xbeg`). |
 
8