1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00

[util-linux] fixes a descriptions mismatch

fixes #11381

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-05-30 20:16:29 +00:00
parent 4e6d930fdd
commit 324a0c4c82

View File

@ -83,7 +83,7 @@ $(call Package/util-linux/Default)
CATEGORY:=Libraries
endef
define Package/libblkid/description
define Package/libmount/description
The libmount library is used to parse /etc/fstab, /etc/mtab and
/proc/self/mountinfo files, manage the mtab file, evaluate mount options...
endef
@ -381,7 +381,7 @@ $(call Package/util-linux/Default)
TITLE:=locate the binary, source, and manual page files for a command
endef
define Package/wipefs/description
define Package/whereis/description
whereis locates source/binary and manuals sections for specified files
endef