docs, etc: regenerate system gimprc and its manpage
This commit is contained in:
@ -573,6 +573,10 @@ certain % character sequences are recognised and expanded as follows:
|
|||||||
.br
|
.br
|
||||||
%A expands to (clean) if the image is clean, the empty string otherwise
|
%A expands to (clean) if the image is clean, the empty string otherwise
|
||||||
.br
|
.br
|
||||||
|
%Nx expands to x if the image is export-dirty, the empty string otherwise
|
||||||
|
.br
|
||||||
|
%Ex expands to x if the image is export-clean, the empty string otherwise
|
||||||
|
.br
|
||||||
%l the number of layers
|
%l the number of layers
|
||||||
.br
|
.br
|
||||||
%L the number of layers (long form)
|
%L the number of layers (long form)
|
||||||
@ -644,6 +648,10 @@ certain % character sequences are recognised and expanded as follows:
|
|||||||
.br
|
.br
|
||||||
%A expands to (clean) if the image is clean, the empty string otherwise
|
%A expands to (clean) if the image is clean, the empty string otherwise
|
||||||
.br
|
.br
|
||||||
|
%Nx expands to x if the image is export-dirty, the empty string otherwise
|
||||||
|
.br
|
||||||
|
%Ex expands to x if the image is export-clean, the empty string otherwise
|
||||||
|
.br
|
||||||
%l the number of layers
|
%l the number of layers
|
||||||
.br
|
.br
|
||||||
%L the number of layers (long form)
|
%L the number of layers (long form)
|
||||||
|
@ -461,6 +461,8 @@
|
|||||||
# %Cx expands to x if the image is clean, the empty string otherwise
|
# %Cx expands to x if the image is clean, the empty string otherwise
|
||||||
# %B expands to (modified) if the image is dirty, the empty string otherwise
|
# %B expands to (modified) if the image is dirty, the empty string otherwise
|
||||||
# %A expands to (clean) if the image is clean, the empty string otherwise
|
# %A expands to (clean) if the image is clean, the empty string otherwise
|
||||||
|
# %Nx expands to x if the image is export-dirty, the empty string otherwise
|
||||||
|
# %Ex expands to x if the image is export-clean, the empty string otherwise
|
||||||
# %l the number of layers
|
# %l the number of layers
|
||||||
# %L the number of layers (long form)
|
# %L the number of layers (long form)
|
||||||
# %m memory used by the image
|
# %m memory used by the image
|
||||||
@ -499,6 +501,8 @@
|
|||||||
# %Cx expands to x if the image is clean, the empty string otherwise
|
# %Cx expands to x if the image is clean, the empty string otherwise
|
||||||
# %B expands to (modified) if the image is dirty, the empty string otherwise
|
# %B expands to (modified) if the image is dirty, the empty string otherwise
|
||||||
# %A expands to (clean) if the image is clean, the empty string otherwise
|
# %A expands to (clean) if the image is clean, the empty string otherwise
|
||||||
|
# %Nx expands to x if the image is export-dirty, the empty string otherwise
|
||||||
|
# %Ex expands to x if the image is export-clean, the empty string otherwise
|
||||||
# %l the number of layers
|
# %l the number of layers
|
||||||
# %L the number of layers (long form)
|
# %L the number of layers (long form)
|
||||||
# %m memory used by the image
|
# %m memory used by the image
|
||||||
|
Reference in New Issue
Block a user