Hi Demi, Demi M. Obenour wrote on Sat, Mar 28, 2020 at 03:49:13PM -0400: > On 2020-03-28 15:32, Theo de Raadt wrote: >> Demi M. Obenour <[email protected]> wrote:
>>> Synopsis: man:disklabel(5) incorrectly documents DIOCWDINFO ioctl >>> man:disklabel(5) incorrectly states that DIOCWDINFO will fail if >>> the disk has no disklabel. Testing, and inspection of the >>> disklabel(8) source, indicate that this is false. >>> How-To-Repeat: >>> Call DIOCWDINFO on a file descriptor to a disk with no on-disk >>> label. >>> Fix: >>> Document that DIOCWDINFO will work even if the disk has no >>> on-disk label. >> Where's the diff? > In the future, if I find a bug that I am not able to fix, should I > leave the Fix: section blank? Theo was merely inviting you to try to fix the documentation bug by figuring out how it works, then sending a patch. Many people think they are unable to read code, but actually manage to when they try. In OpenBSD, we generally encourage active participation, learning by doing, learning from reading manual pages, learning from reading code, and trying to fix those bugs yourself that you care about most. Yours, Ingo
