mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fixup comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbac8196e3
commit
66749afa77
1 changed files with 4 additions and 4 deletions
|
@ -589,10 +589,10 @@ static inline int getDigits(const char *from, char *to, int limit, BOOL *error)
|
|||
* %c same as '%X %x'
|
||||
* </item>
|
||||
* <item>
|
||||
* %d day of month as decimal number
|
||||
* %d day of month as a two digit decimal number
|
||||
* </item>
|
||||
* <item>
|
||||
* %e same as %d without leading zero (you get a leading space instead)
|
||||
* %e same as %d without leading zero
|
||||
* </item>
|
||||
* <item>
|
||||
* %F milliseconds as a decimal number
|
||||
|
@ -2305,10 +2305,10 @@ static void outputValueWithFormat(int v, char *fldfmt, DescriptionInfo *info)
|
|||
* %B full month name according to locale
|
||||
* </item>
|
||||
* <item>
|
||||
* %d day of month as decimal number (leading zero)
|
||||
* %d day of month as two digit decimal number (leading zero)
|
||||
* </item>
|
||||
* <item>
|
||||
* %e day of month as decimal number (leading space)
|
||||
* %e day of month as decimal number (without leading zero)
|
||||
* </item>
|
||||
* <item>
|
||||
* %F milliseconds (000 to 999)
|
||||
|
|
Loading…
Reference in a new issue