%% doesn't write anything; a literal % is matched. Noted by Hubert Feyrer.

This commit is contained in:
kleink 2004-03-19 19:28:08 +00:00
parent 863043691e
commit ddfc3e5143

View File

@ -1,4 +1,4 @@
.\" $NetBSD: strptime.3,v 1.15 2003/04/16 13:34:58 wiz Exp $
.\" $NetBSD: strptime.3,v 1.16 2004/03/19 19:28:08 kleink Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -183,7 +183,7 @@ with \&%C, specifies the year [0,99] within that century.
.It Cm \&%Y
the year, including the century (i.e., 1996).
.It Cm \&%%
A `%' is written.
Matches a literal `%'.
No argument is converted.
.El
.Ss Modified conversion specifications