Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libcgi/Config.in: help text should be indented by <tab> and 2 spaces
@ 2011-10-04 18:45 H Hartley Sweeten
  2011-10-05 12:03 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2011-10-04 18:45 UTC (permalink / raw)
  To: buildroot

Fix the help text for package/libcgi/Config.in.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>

---

diff --git a/package/libcgi/Config.in b/package/libcgi/Config.in
index 491ae2e..430039e 100644
--- a/package/libcgi/Config.in
+++ b/package/libcgi/Config.in
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_LIBCGI
 	bool "libcgi"
 	help
-		LibCGI is a library written from scratch to easily make
-		CGI applications in C.
+	  LibCGI is a library written from scratch to easily make
+	  CGI applications in C.
 
-		There are a lot of functions like string manipulation,
-		session and cookie support, GET and POST methods manipulation
-		etc..., to help you to quickly write powerful CGI programs.
+	  There are a lot of functions like string manipulation,
+	  session and cookie support, GET and POST methods manipulation
+	  etc..., to help you to quickly write powerful CGI programs.
 
-		http://libcgi.sourceforge.net/
+	  http://libcgi.sourceforge.net/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-05 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 18:45 [Buildroot] [PATCH] package/libcgi/Config.in: help text should be indented by <tab> and 2 spaces H Hartley Sweeten
2011-10-05 12:03 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox