aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-02-07 14:14:47 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-02-14 17:05:07 +0000
commit8152b699d77cceee8af974b9c4bf39cfb9f106ba (patch)
tree7ead77d7ad075ab1392d111013b61d9fb38051f1
parent2748f68db95e2e921814472f9c1b77ef49b8fde6 (diff)
downloadsrc-8152b699d77cceee8af974b9c4bf39cfb9f106ba.tar.gz
src-8152b699d77cceee8af974b9c4bf39cfb9f106ba.zip
strftime.3: Fix a typo and use St for standards
MFC after: 1 week (cherry picked from commit 407391740865106bc8ba2186d936f94815d0cc12)
-rw-r--r--lib/libc/stdtime/strftime.35
1 files 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