Module Name: src
Committed By: apb
Date: Wed Nov 2 19:59:40 UTC 2011
Modified Files:
src/lib/libc/time: ctime.3
Log Message:
Use double quotes to prevent multiple adjacent spaces from
being squashed to a single space on output.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/time/ctime.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/time/ctime.3
diff -u src/lib/libc/time/ctime.3:1.44 src/lib/libc/time/ctime.3:1.45
--- src/lib/libc/time/ctime.3:1.44 Thu Oct 27 14:47:59 2011
+++ src/lib/libc/time/ctime.3 Wed Nov 2 19:59:40 2011
@@ -1,8 +1,8 @@
-.\" $NetBSD: ctime.3,v 1.44 2011/10/27 14:47:59 christos Exp $
+.\" $NetBSD: ctime.3,v 1.45 2011/11/02 19:59:40 apb Exp $
.\"
.\" XXX: License missing?
.\"
-.Dd October 27, 2011
+.Dd November 2, 2011
.Dt CTIME 3
.Os
.Sh NAME
@@ -101,7 +101,7 @@ and returns a pointer to a string with t
Years requiring fewer than four characters are padded with leading zeroes.
For years longer than four characters, the string is of the form
.Bd -literal -offset indent
-.D1 Thu Nov 24 18:22:48 81986\en\e0
+.D1 "Thu Nov 24 18:22:48 81986\en\e0"
.Ed
.Pp
with five spaces before the year.