Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/time %% doesn't write anything; a literal % is matc...



details:   https://anonhg.NetBSD.org/src/rev/5c1c3767a455
branches:  trunk
changeset: 559530:5c1c3767a455
user:      kleink <kleink%NetBSD.org@localhost>
date:      Fri Mar 19 19:28:08 2004 +0000

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

diffstat:

 lib/libc/time/strptime.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3e80f8a155f1 -r 5c1c3767a455 lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Fri Mar 19 18:22:31 2004 +0000
+++ b/lib/libc/time/strptime.3  Fri Mar 19 19:28:08 2004 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index