[Bug 177429] dd(1) man page is unclear about semantics of conv=sync
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Oct 2021 01:20:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177429
Felix Johnson <felix.the.red@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |felix.the.red@gmail.com
Attachment #228338| |maintainer-approval?(felix.
Flags| |the.red@gmail.com)
--- Comment #5 from Felix Johnson <felix.the.red@gmail.com> ---
Created attachment 228338
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228338&action=edit
dd(1) patch
After reading the source code, the sync option has three possible characters to
pad the input block with. First is the user-specified value of fillchar; second
is a space when block, noblock, ascii, ebcidic, or their synonyms are
specified; and a NUL character otherwise.
Document this behavior by updating dd(1).
--
You are receiving this mail because:
You are on the CC list for the bug.