summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/d/m4
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2018-02-27 09:40:42 +0100
committerAdrien Nader <adrien@notk.org>2018-02-27 09:40:42 +0100
commit3406f578ab8de147f8c1aa4e644f35a71cf208a9 (patch)
treef85de5a55d4d412a634b9f09d2a9acfd77d46f84 /slackware64-current/source/d/m4
parent8a67bf5b532f399ac37af3f3ad99bbbcf42f603f (diff)
Tue Feb 27 06:51:04 UTC 2018
d/ccache-3.4.1-x86_64-1.txz: Upgraded. x/mesa-17.3.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/d/m4')
-rw-r--r--slackware64-current/source/d/m4/slack-desc10
1 files changed, 5 insertions, 5 deletions
diff --git a/slackware64-current/source/d/m4/slack-desc b/slackware64-current/source/d/m4/slack-desc
index 7951b9bd8..760e2d381 100644
--- a/slackware64-current/source/d/m4/slack-desc
+++ b/slackware64-current/source/d/m4/slack-desc
@@ -1,17 +1,17 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
+# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
m4: m4 (an implementation of the UNIX macro processor)
m4:
m4: This is GNU m4, a program which copies its input to the output,
-m4: expanding macros as it goes. m4 has built-in functions for including
+m4: expanding macros as it goes. m4 has built-in functions for including
m4: named files, running commands, doing integer arithmetic, manipulating
-m4: text in various ways, recursion, etc... Macros can also be user-
+m4: text in various ways, recursion, etc... Macros can also be user-
m4: defined, and can take any number of arguments.
m4:
m4: GNU 'm4' was originally written by Rene Seindal, from Denmark.