docs, etc: regenerate system gimprc and its manpage

This commit is contained in:
Michael Natterer
2018-10-20 11:31:29 +02:00
parent 8da246b2a3
commit f95af9e571
2 changed files with 12 additions and 0 deletions

View File

@ -573,6 +573,10 @@ certain % character sequences are recognised and expanded as follows:
.br
%A expands to (clean) if the image is clean, the empty string otherwise
.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
.br
%L the number of layers (long form)
@ -644,6 +648,10 @@ certain % character sequences are recognised and expanded as follows:
.br
%A expands to (clean) if the image is clean, the empty string otherwise
.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
.br
%L the number of layers (long form)

View File

@ -461,6 +461,8 @@
# %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
# %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 (long form)
# %m memory used by the image
@ -499,6 +501,8 @@
# %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
# %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 (long form)
# %m memory used by the image