Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Use double quotes to prevent multiple adjacent...
details: https://anonhg.NetBSD.org/src/rev/5bb9b800e724
branches: trunk
changeset: 770924:5bb9b800e724
user: apb <apb%NetBSD.org@localhost>
date: Wed Nov 02 19:59:40 2011 +0000
description:
Use double quotes to prevent multiple adjacent spaces from
being squashed to a single space on output.
diffstat:
lib/libc/time/ctime.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r d445d10dd0ec -r 5bb9b800e724 lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3 Wed Nov 02 19:56:40 2011 +0000
+++ b/lib/libc/time/ctime.3 Wed Nov 02 19:59:40 2011 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index