Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/bin/date Pull up revision 1.24 (requested by hubertf):



details:   https://anonhg.NetBSD.org/src/rev/fd8e8902b940
branches:  netbsd-1-4
changeset: 469982:fd8e8902b940
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 08 17:58:49 2000 +0000

description:
Pull up revision 1.24 (requested by hubertf):
  Make the example ready for cut & paste.

diffstat:

 bin/date/date.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c542664f98b2 -r fd8e8902b940 bin/date/date.1
--- a/bin/date/date.1   Sat Jan 08 17:56:11 2000 +0000
+++ b/bin/date/date.1   Sat Jan 08 17:58:49 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: date.1,v 1.23 1999/03/09 03:02:40 ross Exp $
+.\"    $NetBSD: date.1,v 1.23.2.1 2000/01/08 17:58:49 he Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -92,7 +92,7 @@
 the format string.
 The format string for the default display is:
 .Bd -literal -offset indent
-``%a %b %e %H:%M:%S %Z %Y''.
+ '%a %b %e %H:%M:%S %Z %Y'.
 .Ed
 .Pp
 If an operand does not have a leading plus sign, it is interpreted as
@@ -133,7 +133,7 @@
 .Sh EXAMPLES
 The command:
 .Bd -literal -offset indent
-date ``+DATE: %m/%d/%y%nTIME: %H:%M:%S''
+date '+DATE: %m/%d/%y%nTIME: %H:%M:%S'
 .Ed
 .Pp
 will display:



Home | Main Index | Thread Index | Old Index