From 974f1aa505d1c4508bd45cf6ba4ba833d41b4f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Mon, 3 Jul 2017 18:48:39 +0200 Subject: [PATCH] ldcache: fixing article title --- extra/ldcache/ldcache-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ldcache/ldcache-docs.factor b/extra/ldcache/ldcache-docs.factor index f92c49f6ad..576dab0207 100644 --- a/extra/ldcache/ldcache-docs.factor +++ b/extra/ldcache/ldcache-docs.factor @@ -16,7 +16,7 @@ HELP: find-so { $values { "namespec" "library name" } { "so-name/f" { $maybe string } } } { $description "Looks up the library named 'namespec' from the system cache." } ; -ARTICLE: "ldcache" "ldcache" +ARTICLE: "ldcache" "LD Cache" "Vocab for interfacing with the '/etc/ld.so.cache' Unix file." ; ABOUT: "ldcache"