mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed bitrot in prototype(s) in synopsis.
This commit is contained in:
parent
867b8dcbe4
commit
c38fecdd5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue