diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
commit | 08be39f5bb2c3749f037ee6a116aec7656b0460b (patch) | |
tree | 94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /bin/date/date.1 | |
parent | 11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff) |
Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'bin/date/date.1')
-rw-r--r-- | bin/date/date.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index ff8f976345b..ba5cc29583d 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.32 2001/12/02 02:02:25 deraadt Exp $ +.\" $OpenBSD: date.1,v 1.33 2002/02/11 18:43:50 mpech 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\&" +.Cm $ date \&"+DATE: %Y-%m-%d%nTIME: %H:%M:%S\&" .Pp Displays .Bd -literal -offset indent |