aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strftime.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
-rw-r--r--lib/libc/stdtime/strftime.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index d78867dd170b..f46eee525900 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -29,9 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)strftime.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
-.\"
.Dd June 25, 2012
.Dt STRFTIME 3
.Os
@@ -87,7 +84,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 +271,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