From db279ee237f6d8f53b8a1c0473cdf6684ac5b3c7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 16 Sep 2011 00:31:19 -0400 Subject: [PATCH] Documentation - Fixed formatting problem, which has been there for a long time. --- doc/man/task-faq.5.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man/task-faq.5.in b/doc/man/task-faq.5.in index 9e2053be3..8df0f7d6d 100644 --- a/doc/man/task-faq.5.in +++ b/doc/man/task-faq.5.in @@ -315,10 +315,10 @@ This will remove the second annotation - the first non-exact match. .B Q: Why Lua as an extension language? Lua has many positive attributes: -- Lua is written using tight, fast, standard C -- Lua is a breeze to integrate into any product -- The Lua source code is beautifully written -- Lua is a small language + - Lua is written using tight, fast, standard C + - Lua is a breeze to integrate into any product + - The Lua source code is beautifully written + - Lua is a small language Guile, Scheme and Neko were also considered.