(Format strings): Added documentation about using %b and %e format
elements.
This commit is contained in:
parent
ecdc02c5d3
commit
ec329bfaae
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue