diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 21:23:05 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 21:23:05 (EST) |
commit | 28a67b22b654dfeefb6f5aaa899ffda04ad4acb4 (patch) | |
tree | b34749dda9c95b1216679ecd4030568710c86898 | |
parent | a5e9e20deb16f624892b6d41bdc25107e5b2d107 (diff) |
Capitalize first letters of package descriptions.
-rw-r--r-- | m4-doc.pkg/control | 2 | ||||
-rw-r--r-- | m4.pkg/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/m4-doc.pkg/control b/m4-doc.pkg/control index a3f4be2..bcb632f 100644 --- a/m4-doc.pkg/control +++ b/m4-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Description: macro processor - documentation +Description: Macro processor - documentation ${Common-Description} . This package provides the documentation and example files for GNU M4. diff --git a/m4.pkg/control b/m4.pkg/control index 87ae054..3920c5b 100644 --- a/m4.pkg/control +++ b/m4.pkg/control @@ -1,4 +1,4 @@ Architecture: any Platform: all -Description: macro processor +Description: Macro processor ${Common-Description} |