(Format strings): Added documentation about using %b and %e format

elements.
This commit is contained in:
John Wiegley 2005-06-23 00:08:46 +00:00
parent ecdc02c5d3
commit ec329bfaae

View file

@ -1971,9 +1971,15 @@ Insert the pathname of the file from which the entry's data was read.
@item B
Inserts the beginning character position of that entry within the file.
@item b
Inserts the beginning line of that entry within the file.
@item E
Inserts the ending character position of that entry within the file.
@item e
Inserts the ending line of that entry within the file.
@item D
By default, this is the same as @samp{%[%Y/%m%/d]}. The date format
used can be changed at any time with the @option{-y} flag, however.