git.samba.org
/
metze
/
wireshark
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a8ae8
)
Fix a typo
author
Bill Meier
<wmeier@newsguy.com>
Thu, 15 Apr 2010 19:33:33 +0000
(19:33 -0000)
committer
Bill Meier
<wmeier@newsguy.com>
Thu, 15 Apr 2010 19:33:33 +0000
(19:33 -0000)
svn path=/trunk/; revision=32475
doc/README.developer
patch
|
blob
|
history
diff --git
a/doc/README.developer
b/doc/README.developer
index 7a58c95ecd5ad8965685bc50c7b71a68e722af20..2a44c88d67923d502f865f69c6a616f7844f257a 100644
(file)
--- a/
doc/README.developer
+++ b/
doc/README.developer
@@
-1749,7
+1749,7
@@
date should be displayed as "{monthname}, {month} {day_of_month},
{year}" or as "{year/day_of_year}".
Additionally, BASE_NONE is used for 'display' as a NULL-value. That is, for
-
for
non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield
+non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield
FT_BOOLEANs, you'll want to use BASE_NONE in the 'display' field. You may
not use BASE_NONE for integers.