diff options
author | phantom <phantom@FreeBSD.org> | 1999-10-28 15:42:48 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-10-28 15:42:48 +0000 |
commit | 6f948b9645c6cbfb2fc43515f18c976105258c28 (patch) | |
tree | 2b312add69c701041c7a256e2052378874894228 /lib/libdisk | |
parent | 811b0ef57d4e660d1ccab9ca0b2defbb5a45cf55 (diff) | |
download | FreeBSD-src-6f948b9645c6cbfb2fc43515f18c976105258c28.zip FreeBSD-src-6f948b9645c6cbfb2fc43515f18c976105258c28.tar.gz |
fix couple mdoc error
mention library name in header (.Nd field) - it allows to use "man -k libdisk"
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/libdisk.3 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index c53b179..abf3cac 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -59,14 +59,12 @@ .Nm ChunkCanBeRoot , .Nm chunk_n , .Nm slice_type_name -.Nd library interface to slice and partition labels +.Nd library interface to slice and partition labels (libdisk) .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <libdisk.h> -.\" What is the correct way to cause a single line break ??? -.Bd -literal + .Dv extern const char *chunk_n[]; -.Ed .Ft const char * .Fn slice_type_name "int type" "int subtype" .Ft struct disk * @@ -193,8 +191,9 @@ is a rootfs, allocate partition .It CHUNK_ACTIVE This is the active slice in the MBR. .It CHUNK_FORCE_ALL -Force a dedicated disk for FreeBSD, bypassing all BIOS geometry -considerations. +Force a dedicated disk for +.Fx , +bypassing all BIOS geometry considerations. .El .Pp The @@ -230,7 +229,7 @@ sets the geometry the bios uses. .Fn Delete_Chunk frees a chunk of disk_space. .Pp -.Fn Collapse_Disk, +.Fn Collapse_Disk and .Fn Collapse_Chunk are experimental, do not use. @@ -270,8 +269,7 @@ writes all the MBRs, disklabels, bootblocks and boot managers. .Fn Cyl_Aligned checks if .Ql offset -is aligned on a cylinder according to the BIOS. -geometry. +is aligned on a cylinder according to the BIOS geometry. .Pp .Fn Next_Cyl_Aligned rounds |