diff options
Diffstat (limited to 'bin/date/date.1')
-rw-r--r-- | bin/date/date.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 6788d80ff0e..3ec9307f468 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.34 2002/11/14 02:57:27 deraadt Exp $ +.\" $OpenBSD: date.1,v 1.35 2003/03/12 20:12:35 deraadt Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -156,7 +156,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\&" +.Li $ date \&"+DATE: %Y-%m-%d%nTIME: %H:%M:%S\&" .Pp Displays .Bd -literal -offset indent @@ -164,12 +164,12 @@ DATE: 1987-11-21 TIME: 13:36:16 .Ed .Pp -.Cm # date 8506131627 +.Li # date 8506131627 .Pp Sets the date to .Dq Li "June 13, 1985, 4:27 PM" . .Pp -.Cm # date 1432 +.Li # date 1432 .Pp Sets the time to .Li "2:32 PM" , |