Fixed bitrot in synopsis. The change of the return type of

Set_Boot_Blocks() from void to int had not reached here.  Callers
still don't check the new return value.
This commit is contained in:
bde 2001-10-03 03:49:48 +00:00
parent 3ebf15b40c
commit 3f1e09f08e

View File

@ -95,7 +95,7 @@
.Fn Disk_Names "void"
.Ft void
.Fn Set_Boot_Mgr "struct disk *d" "const u_char *bootmgr" "const size_t bootmgr_size"
.Ft void
.Ft int
.Fn Set_Boot_Blocks "struct disk *d" "const u_char *boot1" "const u_char *boot2"
.Ft int
.Fn Write_Disk "struct disk *d"