From 3f1e09f08e70d52e168c8f2fef8641440f39daa4 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 3 Oct 2001 03:49:48 +0000 Subject: 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. --- lib/libdisk/libdisk.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libdisk') diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index 91ceb47..36e35e8 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -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" -- cgit v1.1