diff options
| author | khorben <khorben@NetBSD.org> | 2012-12-14 22:22:51 +0000 |
|---|---|---|
| committer | khorben <khorben@NetBSD.org> | 2012-12-14 22:22:51 +0000 |
| commit | 01de030dbece0c9457ef468eff97b9e778799a7e (patch) | |
| tree | 62e9f0a1efb4028bb28be7cd112da49bea5a7661 /lib/libc | |
| parent | 0e2d168960ecff60a66485cc94bd98bee49b0079 (diff) | |
Fixed a typo within the examples
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/time/getdate.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/time/getdate.3 b/lib/libc/time/getdate.3 index b304f94fcac..7788a20d447 100644 --- a/lib/libc/time/getdate.3 +++ b/lib/libc/time/getdate.3 @@ -1,6 +1,6 @@ -.\" $NetBSD: getdate.3,v 1.2 2011/04/14 05:50:49 jruoho Exp $ +.\" $NetBSD: getdate.3,v 1.3 2012/12/14 22:22:51 khorben Exp $ .\" -.\" Copyright (c) 2009, The NetBSD Foundation. +.\" Copyright (c) 2009, 2011, 2012, The NetBSD Foundation. .\" All Rights Reserved. .\" .\" This code is derived from software contributed to The NetBSD Foundation @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd April 14, 2011 +.Dd December 14, 2012 .Dt GETDATE 3 .Os .Sh NAME @@ -169,7 +169,7 @@ The following are examples of valid input for the above template: .Bd -literal -offset indent -compact 10/1/87 4 PM Friday -Firday September 18, 1987, 10:30:30 +Friday September 18, 1987, 10:30:30 24,9,1986 10:30 at monday the 1st of december in 1986 run job at 3 PM, december 2nd |
