mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #5022 from crapstones-forks/crapStone-patch-1
dd: fix typos
This commit is contained in:
commit
2f6a87b1d4
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Copy, and optionally convert, a file system resource
|
||||||
|
|
||||||
### Operands
|
### Operands
|
||||||
|
|
||||||
- `Bs=BYTES` : read and write up to BYTES bytes at a time (default: 512);
|
- `bs=BYTES` : read and write up to BYTES bytes at a time (default: 512);
|
||||||
overwrites `ibs` and `obs`.
|
overwrites `ibs` and `obs`.
|
||||||
- `cbs=BYTES` : the 'conversion block size' in bytes. Applies to the
|
- `cbs=BYTES` : the 'conversion block size' in bytes. Applies to the
|
||||||
`conv=block`, and `conv=unblock` operations.
|
`conv=block`, and `conv=unblock` operations.
|
||||||
|
@ -114,7 +114,7 @@ Copy, and optionally convert, a file system resource
|
||||||
|
|
||||||
### General Flags
|
### General Flags
|
||||||
|
|
||||||
- `Direct` : use direct I/O for data.
|
- `direct` : use direct I/O for data.
|
||||||
- `directory` : fail unless the given input (if used as an iflag) or
|
- `directory` : fail unless the given input (if used as an iflag) or
|
||||||
output (if used as an oflag) is a directory.
|
output (if used as an oflag) is a directory.
|
||||||
- `dsync` : use synchronized I/O for data.
|
- `dsync` : use synchronized I/O for data.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue