diff options
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a3b9095572..9a58776fb8 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -75,7 +75,7 @@ command-line arguments, multiple languages, and so on.") (build-system gnu-build-system) (synopsis "Print lines matching a pattern") (description - "grep is a tool for finding text inside files. Text is found by + "Grep is a tool for finding text inside files. Text is found by matching a pattern provided by the user in one or many files. The pattern may be provided as a basic or extended regular expression, or as fixed strings. By default, the matching text is simply printed to the screen, @@ -562,7 +562,7 @@ with the Linux kernel.") (synopsis "Database of current and historical time zones") (description "The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many -representative locations around the globe. It is updated periodically to +representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules.") (license public-domain))) |