note that month and weekday names are case-insensitive.
from OpenBSD.
This commit is contained in:
parent
7c3f1b1f60
commit
83b485596b
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: strptime.3,v 1.12 2002/02/07 07:00:34 ross Exp $
|
||||
.\" $NetBSD: strptime.3,v 1.13 2002/08/18 06:43:32 yamt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -33,7 +33,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 20, 1998
|
||||
.Dd August 18, 2002
|
||||
.Os
|
||||
.Dt STRPTIME 3
|
||||
.Sh NAME
|
||||
|
@ -192,6 +192,10 @@ should be used rather than the one normally used by the unmodified
|
|||
conversion specification. As there are currently neither alternative formats
|
||||
nor specifications supported by the system, the behavior will be as if the
|
||||
unmodified conversion specification were used.
|
||||
.Pp
|
||||
Case is ignored when matching string items in
|
||||
.Fa buf ,
|
||||
such as month and weekday names.
|
||||
.Sh RETURN VALUES
|
||||
If successful, the
|
||||
.Fn strptime
|
||||
|
|
Loading…
Reference in New Issue