diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-05 23:56:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-05 23:56:05 +0000 |
| commit | c38fecdd5cd2ce37d6fe0744301ce9ef28c4d9e5 (patch) | |
| tree | 2fa0eda82bd9dacf1178c910134a777aec73d94e /lib | |
| parent | 867b8dcbe4c4c6ec7f8789d23fd9d94fbf5fdaee (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libdisk/libdisk.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index e097cba46777..d4139798f1f3 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -94,7 +94,7 @@ .Ft char ** .Fn Disk_Names "void" .Ft void -.Fn Set_Boot_Mgr "struct disk *d" "const u_char *bootmgr" +.Fn Set_Boot_Mgr "struct disk *d" "const u_char *bootmgr" "const size_t bootmgr_size" .Ft void .Fn Set_Boot_Blocks "struct disk *d" "const u_char *boot1" "const u_char *boot2" .Ft int |
