diff options
| author | abhinav <abhinav@NetBSD.org> | 2016-12-23 06:01:41 +0000 |
|---|---|---|
| committer | abhinav <abhinav@NetBSD.org> | 2016-12-23 06:01:41 +0000 |
| commit | dce09bc96a0fc59756cb874901e8ec87a4f3e72b (patch) | |
| tree | d8251127d4024ede55acc97f67c608b5a97e9393 /lib/libutil | |
| parent | 16c6a7d5e46cc0ff14fd21e2b6b852bd36e9bc89 (diff) | |
Complete a sentence
and replace full stop with a comma at one place as the sentence wasn't finished
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/parsedate.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/parsedate.3 b/lib/libutil/parsedate.3 index e71c2d492f8..89ae9fe9a29 100644 --- a/lib/libutil/parsedate.3 +++ b/lib/libutil/parsedate.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: parsedate.3,v 1.21 2016/06/26 07:09:24 kre Exp $ +.\" $NetBSD: parsedate.3,v 1.22 2016/12/23 06:01:41 abhinav Exp $ .\" .\" Copyright (c) 2006 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -64,7 +64,7 @@ then the current time zone is used. The .Ar datestr is a sequence of white-space separated items. -The white-space is optional the concatenated items are not ambiguous. +The white-space is optional if the concatenated items are not ambiguous. An empty .Ar datestr is equivalent to midnight today (the beginning of this day). @@ -155,7 +155,7 @@ The days of the week: .Dv wednesday , .Dv thursday , .Dv friday , -.Dv saturday . +.Dv saturday , and common abbreviations for them. .Pp Time units: |
