From 3eaf8627b0cd94aeb3a3a56709e80d02a38ae939 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 1 Nov 2007 01:19:32 -0400 Subject: [PATCH] Fix typo in the summary section of the blkid man page Addresses-SourceForge-Bug: #1821333 Signed-off-by: "Theodore Ts'o" --- misc/blkid.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/blkid.8.in b/misc/blkid.8.in index 44a833d..42ad0d7 100644 --- a/misc/blkid.8.in +++ b/misc/blkid.8.in @@ -40,7 +40,7 @@ blkid \- command\-line utility to locate/print block device attributes The .B blkid program is the command-line interface to working with -.BR libuuid (3) +.BR libblkid (3) library. It can determine the type of content (e.g. filesystem, swap) a block device holds, and also attributes (tokens, NAME=value pairs) from the content metadata (e.g. LABEL or UUID fields). -- 1.8.3.1