diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-12 19:51:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-05-12 19:51:36 +0000 |
commit | 15f33bda73adfb2fb402b932857df155d724c6c7 (patch) | |
tree | f78ae1ff6f1a3fa2d9fdcbd12b9ef9915d4f71d0 /lib/libc/time | |
parent | 43842e811d5886d3ca1bd9e833b5a327c08c21aa (diff) |
The %s and %+ conversions are also extensions.
Diffstat (limited to 'lib/libc/time')
-rw-r--r-- | lib/libc/time/strftime.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index 683295c2986..4f15298a04c 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.14 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: strftime.3,v 1.15 2002/05/12 19:51:35 millert Exp $ .\" .Dd January 18, 1998 .Dt STRFTIME 3 @@ -214,8 +214,10 @@ The .Ql \&%G , .Ql \&%g , .Ql \&%k , +.Ql \&%l , +.Ql \&%s , and -.Ql \&%l +.Ql \&%+ conversion specifications are extensions. .Pp Use of the ISO 8601 conversions may produce non-intuitive results. |