summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/awk/awk.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 9027bf80fb8..a08e2580900 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.59 2020/12/09 20:00:11 millert Exp $
+.\" $OpenBSD: awk.1,v 1.60 2020/12/21 19:58:29 millert Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -22,7 +22,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 9 2020 $
+.Dd $Mdocdate: December 21 2020 $
.Dt AWK 1
.Os
.Sh NAME
@@ -700,7 +700,7 @@ The fields in
.Fa datespec
are as follows:
.Bl -tag -width "YYYY"
-.It YYY
+.It YYYY
Year: a four-digit year, including the century.
.It MM
Month: a number from 1 to 12.