From c554651464773994d9731a6fdd3be58b9a242eb8 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 16 Jun 2004 09:43:28 +0000 Subject: [PATCH] s/text-quotes/man-quotes/. Damn cut and paste. Thanks Jacob. git-svn-id: svn://svn.tartarus.org/sgt/halibut@4288 cda61777-01e9-0310-a592-d414129be87e --- bk_man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bk_man.c b/bk_man.c index b2db5bb..7271428 100644 --- a/bk_man.c +++ b/bk_man.c @@ -42,7 +42,7 @@ static manconfig man_configure(paragraph *source) { /* * Two-pass configuration so that we can pick up global config * (e.g. `quotes') before having it overridden by specific - * config (`text-quotes'), irrespective of the order in which + * config (`man-quotes'), irrespective of the order in which * they occur. */ for (p = source; p; p = p->next) { @@ -81,7 +81,7 @@ static manconfig man_configure(paragraph *source) { ret.filename = dupstr(adv(p->origkeyword)); } else if (!ustricmp(p->keyword, L"man-bullet")) { ret.bullet = uadv(p->keyword); - } else if (!ustricmp(p->keyword, L"text-quotes")) { + } else if (!ustricmp(p->keyword, L"man-quotes")) { if (*uadv(p->keyword) && *uadv(uadv(p->keyword))) { ret.lquote = uadv(p->keyword); ret.rquote = uadv(ret.lquote); -- 2.11.0