git: 8152b699d77c - stable/13 - strftime.3: Fix a typo and use St for standards

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Mon, 14 Feb 2022 17:14:13 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=8152b699d77cceee8af974b9c4bf39cfb9f106ba

commit 8152b699d77cceee8af974b9c4bf39cfb9f106ba
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-02-07 14:14:47 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-02-14 17:05:07 +0000

    strftime.3: Fix a typo and use St for standards
    
    MFC after:      1 week
    
    (cherry picked from commit 407391740865106bc8ba2186d936f94815d0cc12)
---
 lib/libc/stdtime/strftime.3 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index d78867dd170b..0560bbb89a7a 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -87,7 +87,7 @@ terminating NUL.
 Otherwise, zero is returned and the buffer contents are indeterminate.
 .Pp
 The conversion specifications are copied to the buffer after expansion
-as follows:-
+as follows:
 .Bl -tag -width "xxxx"
 .It Cm \&%A
 is replaced by national representation of the full weekday name.
@@ -274,7 +274,8 @@ The peculiar week number and year in the replacements of
 .Ql %g
 and
 .Ql \&%V
-are defined in ISO 8601: 1988.
+are defined in
+.St -iso8601 .
 The
 .Fn strftime_l
 function conforms to