diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 21:08:30 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 21:08:30 +0000 |
| commit | 609f1afc83b56a163e167989d2bd01617b2d659b (patch) | |
| tree | 283916d646dacd944c55e9e96f6476703bfe7333 /lib/libdisk/libdisk.3 | |
| parent | af0719316aefbe5cbdb44689a856ecb6e23259e6 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.3')
| -rw-r--r-- | lib/libdisk/libdisk.3 | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index 3746dec043df..cb96ba88e877 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: libdisk.3,v 1.1 1996/03/17 23:20:09 joerg Exp $ +.\" $Id: libdisk.3,v 1.2 1996/03/24 18:55:38 joerg Exp $ .\" " .Dd March 15, 1996 .Dt LIBDISK 3 @@ -57,11 +57,19 @@ .Nm MakeDevDisk , .Nm ShowChunkFlags , .Nm ChunkCanBeRoot , +.Nm chunk_n , +.Nm slice_type_name .Nd library interface to slice and partition labels .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <libdisk.h> .Dv extern const u_char *boot1, boot2; +.\" 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 * .Fn Open_Disk "const char *devname" .Ft struct disk * @@ -310,6 +318,17 @@ returns a string to show flags. .Pp .Fn ChunkCanBeRoot returns NULL if chunk can be +.Pp +Chunk name strings can be accessed directly using the external array +.Va chunk_n . +.Pp +.Fn slice_type_name +returns the name strings associated with the specified +.Ql type . +.Ql subtype . +If +.Fn slice_type_name +returns "unknown" for slices it isn't familar with. .Ql / . .Sh AUTHOR .Nm Libdisk |
