|
|
| version 1.9, 2006/06/17 06:12:23 | version 1.10, 2006/12/08 03:01:47 |
|---|---|
| Line 99 Closes the current open file, marking th | Line 99 Closes the current open file, marking th |
| \f3c\f1 | \f3c\f1 |
| See the \f3close\f1 command. | See the \f3close\f1 command. |
| .TP | .TP |
| \f3pread\f1 [ \f2\-b bsize\f1 ] [ \f2\-v\f1 ] | \f3pread\f1 [ \f2\-b bsize\f1 ] [ \f2\-v\f1 ] \f2offset\f1 \f2length\f1 |
| Reads a range of bytes in a specified blocksize from the given offset. | Reads a range of bytes in a specified blocksize from the given offset. |
| .br | .br |
| The \f3\-b\f1 option can be used to set the blocksize into which the | The \f3\-b\f1 option can be used to set the blocksize into which the |
| Line 112 by default only the count of bytes actua | Line 112 by default only the count of bytes actua |
| \f3r\f1 | \f3r\f1 |
| See the \f3pread\f1 command. | See the \f3pread\f1 command. |
| .TP | .TP |
| \f3pwrite\f1 [ \f2\-i file\f1 ] [ \f2\-d\f1 ] [ \f2\-s skip\f1 ] [ \f2\-b size\f1 ] [ \f2\-S seed\f1 ] | \f3pwrite\f1 [ \f2\-i file\f1 ] [ \f2\-d\f1 ] [ \f2\-s skip\f1 ] [ \f2\-b size\f1 ] [ \f2\-S seed\f1 ] \f2offset\f1 \f2length\f1 |
| Writes a range of bytes in a specified blocksize from the given offset. | Writes a range of bytes in a specified blocksize from the given offset. |
| The bytes written can be either a set pattern or read in from another | The bytes written can be either a set pattern or read in from another |
| file before writing. | file before writing. |
| Line 211 Unmaps the current memory mapping. | Line 211 Unmaps the current memory mapping. |
| \f3mu\f1 | \f3mu\f1 |
| See the \f3munmap\f1 command. | See the \f3munmap\f1 command. |
| .TP | .TP |
| \f3mread\f1 [ \-\f2frv\f1 ] | \f3mread\f1 [ \-\f2frv\f1 ] [ \f2offset\f1 \f2length\f1 ] |
| Accesses a segment of the current memory mapping, optionally dumping it to | Accesses a segment of the current memory mapping, optionally dumping it to |
| the standard output stream (with \f2-v\f1 or \f2-f\f1 option) for inspection. | the standard output stream (with \f2-v\f1 or \f2-f\f1 option) for inspection. |
| The accesses are performed sequentially from the start offset by default, | The accesses are performed sequentially from the start offset by default, |
| Line 224 offsets relative to the start of the map | Line 224 offsets relative to the start of the map |
| \f3mr\f1 | \f3mr\f1 |
| See the \f3mread\f1 command. | See the \f3mread\f1 command. |
| .TP | .TP |
| \f3mwrite\f1 [ \f2-r\f1 ] [ \f2-S seed\f1 ] | \f3mwrite\f1 [ \f2-r\f1 ] [ \f2-S seed\f1 ] [ \f2offset\f1 \f2length\f1 ] |
| Stores a byte into memory for a range within a mapping. | Stores a byte into memory for a range within a mapping. |
| The default stored value is 'X', repeated to fill the range specified, | The default stored value is 'X', repeated to fill the range specified, |
| but this can be changed using the \f2-S\f1 option. | but this can be changed using the \f2-S\f1 option. |