git: 407391740865 - main - strftime.3: Fix a typo and use St for standards
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 14:16:27 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=407391740865106bc8ba2186d936f94815d0cc12
commit 407391740865106bc8ba2186d936f94815d0cc12
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-02-07 14:14:47 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-02-07 14:14:47 +0000
strftime.3: Fix a typo and use St for standards
MFC after: 1 week
---
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