diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2020-12-21 19:58:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2020-12-21 19:58:30 +0000 |
commit | afef5e9faddbd6195823e27389683ac95c869eb8 (patch) | |
tree | cb670fb7cd86d3b4343cc726b5155f7c02087e84 /usr.bin | |
parent | 791a09dee28fce60829d58f095668239aebc6389 (diff) |
Fix typo in mktime() year format description. From Paul de Weerd.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/awk/awk.1 | 6 |
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. |