From ababc297fae3c1e7844391d67a11557614b369c1 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 9 Dec 1999 07:58:28 +0000 Subject: [PATCH] Remove discussion of %C in the BUGS section. The limitations on valid centuries are much more serious than those mentioned and this is not the place to discuss the limitations of time_t. --- lib/libc/stdtime/strptime.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index 82bc9e476d81..c93dc8994fee 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -94,10 +94,6 @@ function appeared in .Fx 3.0 . .Pp .Sh BUGS -The -.Fa %C -format specifier only accepts centuries within the range 19 to 99. -.Pp Both the .Fa %e and