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:
Bruce Evans 2001-10-03 03:49:48 +00:00
parent dbb8cf2820
commit 1457ddda12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84394

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"