OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / strftime.3
index 08b7945..269eb36 100644 (file)
@@ -34,7 +34,7 @@
 .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and
 .\"           'width' components of conversion specifications.
 .\"
-.TH STRFTIME 3  2013-06-28 "GNU" "Linux Programmer's Manual"
+.TH STRFTIME 3  2014-03-18 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strftime \- format date and time
 .SH SYNOPSIS
@@ -77,10 +77,10 @@ However, the characters
 of conversion specifications are replaced as follows:
 .TP
 .B %a
-The abbreviated weekday name according to the current locale.
+The abbreviated name of the day of the week according to the current locale.
 .TP
 .B %A
-The full weekday name according to the current locale.
+The full name of the day of the week according to the current locale.
 .TP
 .B %b
 The abbreviated month name according to the current locale.
@@ -440,7 +440,7 @@ Pad a numeric result string with zeros even if the conversion
 specifier character uses space-padding by default.
 .TP
 .B ^
-Convert alphabetic characters in result string to upper case.
+Convert alphabetic characters in result string to uppercase.
 .TP
 .B #
 Swap the case of the result string.
@@ -532,10 +532,8 @@ Result string is "00011"
 Result string is "   11"
 .fi
 .in
-.PP
-Here's the program source:
+.SS Program source
 .nf
-
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>