Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 17722 Build 17524: arc lint + arc unit
Event Timeline
bin/dd/dd.1 | ||
---|---|---|
219 | s/or/to/ |
Comment Actions
I think it might be better to have 3 conv types, IDIRECT, ODIRECT, and DIRECT==IDIRECT|ODIRECT. You may or may not want vm effects on specific files.
bin/dd/dd.1 | ||
---|---|---|
219 | This line reads ok to me, "to eliminate to reduce" would be wrong. |
Comment Actions
NetBSD and GNU instead have iflag= and oflag= operands that accept various open flags such as direct. I think that makes more sense, even though conv=notrunc could be considered to belong with oflag instead (but does not for historical reasons).