summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-11-08 19:53:47 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-11-08 19:53:47 +0000
commit417647232fcf6e2f4b588745503589619a4a533b (patch)
treea7d3160f2f7e250a3497bae58a3fd0ce4aa848cf
parent2ac2a2cfe2f39a5a2105c8c1190691b45db3d493 (diff)
Escape the quotation marks in the first example so they show; deraadt@
-rw-r--r--bin/date/date.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index 36f602f5b38..11b5a935b98 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: date.1,v 1.26 2000/10/18 06:55:07 aaron Exp $
+.\" $OpenBSD: date.1,v 1.27 2000/11/08 19:53:46 aaron Exp $
.\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -143,7 +143,7 @@ Everything but the minute is optional.
Time changes for Daylight Saving Time, standard time, leap seconds,
and leap years are handled automatically.
.Sh EXAMPLES
-.Cm date "+DATE: %Y-%m-%d%nTIME: %H:%M:%S"
+.Cm date \&"+DATE: %Y-%m-%d%nTIME: %H:%M:%S\&"
.Pp
Displays
.Bd -literal -offset indent