https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157698
Arrigo Marchiori <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Arrigo Marchiori <[email protected]> --- Hello, I found another bug in the gpart(8) man page and I am reporting it here instead of filing a new bug, because it only requires a small correction. Please tell me if you need a separate bug report instead. Among the examples: > After creating all required partitions, embed bootstrap code into them: > > /sbin/gpart bootcode -p /boot/boot1 da0 That command is not valid. Maybe the '-p' should be a '-b'? # /sbin/gpart bootcode -p /boot/boot1 da0 gpart: missing -i option -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
