diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 10:08:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-17 10:08:36 +0000 |
| commit | f65f4d13fa691e8958a61a6c0c605549169b40a8 (patch) | |
| tree | d2c99370b8611d573fe0d229d908fd2bfc9c113e /lib/libdisk | |
| parent | 5ca1403ce06c603fa4fcfcdcb1208df4e44fa8c2 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/libdisk.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index 8f3c9cf7d9ab..36e35e840cbe 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -63,8 +63,8 @@ .Sh LIBRARY .Lb libdisk .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <libdisk.h> +.In sys/types.h +.In libdisk.h .Pp .Vt extern const char *chunk_n[] ; .Ft const char * @@ -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" |
