diff options
author | charnier <charnier@FreeBSD.org> | 2003-03-24 16:01:01 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-03-24 16:01:01 +0000 |
commit | 4a7a5ceb415b6b952d09c593efb016bf4e786972 (patch) | |
tree | 1cfc9ddfd11911fd5278a6b1a7f41f3aff7078c3 /lib/libdisk | |
parent | c8e9ed4243a6371d5f630e454c1c9065ba21a66c (diff) | |
download | FreeBSD-src-4a7a5ceb415b6b952d09c593efb016bf4e786972.zip FreeBSD-src-4a7a5ceb415b6b952d09c593efb016bf4e786972.tar.gz |
The .Nm library
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/libdisk.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3 index 4b38b26..6d088b3 100644 --- a/lib/libdisk/libdisk.3 +++ b/lib/libdisk/libdisk.3 @@ -117,8 +117,9 @@ .Ft const char * .Fn slice_type_name "int type" "int subtype" .Sh DESCRIPTION -.Nm Libdisk -provides an interface to the low-level disk slice and partition labels. +The +.Nm libdisk +library provides an interface to the low-level disk slice and partition labels. Most functions operate with arguments of the types .Ql struct disk , or |