summaryrefslogtreecommitdiff
path: root/devel/autogen
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/autogen
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/autogen')
-rw-r--r--devel/autogen/DESCR12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/autogen/DESCR b/devel/autogen/DESCR
index 14184f0d286..1d789f55d44 100644
--- a/devel/autogen/DESCR
+++ b/devel/autogen/DESCR
@@ -2,16 +2,16 @@ AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text.
This is especially valuable if there are several blocks of such text that
-must be kept synchronized.
+must be kept synchronized.
One common example is the problem of maintaining the code required for
processing program options. Processing options requires a minimum of four
different constructs be kept in proper order in different places in your
-program. You need at least:
+program. You need at least:
- 1. The flag character in the flag string,
- 2. code to process the flag when it is encountered,
- 3. a global state variable or two, and
- 4. a line in the usage text.
+ 1. The flag character in the flag string,
+ 2. code to process the flag when it is encountered,
+ 3. a global state variable or two, and
+ 4. a line in the usage text.
WWW: http://autogen.sourceforge.net/