Module Name: src
Committed By: uwe
Date: Tue May 10 09:00:39 UTC 2022
Modified Files:
src/bin/date: date.1
Log Message:
date(1): Fix the offset in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/bin/date/date.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/date/date.1
diff -u src/bin/date/date.1:1.48 src/bin/date/date.1:1.49
--- src/bin/date/date.1:1.48 Tue May 10 05:37:33 2022
+++ src/bin/date/date.1 Tue May 10 09:00:39 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: date.1,v 1.48 2022/05/10 05:37:33 wiz Exp $
+.\" $NetBSD: date.1,v 1.49 2022/05/10 09:00:39 uwe Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -217,7 +217,7 @@ sets the time to
without modifying the date.
.Pp
The command:
-.Bd -literal -offset -indent
+.Bd -literal -offset indent
date +%s
.Ed
.Pp