From e0910337d0efe4c70c76ca8399c99b9becd74db7 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sun, 7 Dec 2025 21:35:57 +0100 Subject: [PATCH] docs, etc: gimprc memsize without suffix is just bytes --- app/config/gimpconfig-dump.c | 2 +- docs/gimprc.5.in | 8 ++++---- etc/gimprc.in | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/config/gimpconfig-dump.c b/app/config/gimpconfig-dump.c index 7afbf22303..f8c58acb4d 100644 --- a/app/config/gimpconfig-dump.c +++ b/app/config/gimpconfig-dump.c @@ -460,7 +460,7 @@ dump_describe_param (GParamSpec *param_spec) "The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which " "makes GIMP interpret the size as being specified in bytes, kilobytes, " "megabytes or gigabytes. If no suffix is specified the size defaults " - "to being specified in kilobytes."; + "to being specified in bytes."; } else if (GIMP_IS_PARAM_SPEC_CONFIG_PATH (param_spec)) { diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in index 4e5e779914..249ae2fbdc 100644 --- a/docs/gimprc.5.in +++ b/docs/gimprc.5.in @@ -74,7 +74,7 @@ images that wouldn't fit into memory otherwise. If you have a lot of RAM, you may want to set this to a higher value. The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the -size defaults to being specified in kilobytes. +size defaults to being specified in bytes. .TP (use-opencl no) @@ -332,7 +332,7 @@ the undo stack. Regardless of this setting, at least as many undo-levels as configured can be undone. The integer size can contain a suffix of 'B', 'K', \&'M' or 'G' which makes GIMP interpret the size as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the size defaults -to being specified in kilobytes. +to being specified in bytes. .TP (undo-preview-size large) @@ -385,7 +385,7 @@ The thumbnail in the Open dialog will be automatically updated if the file being previewed is smaller than the size set here. The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix -is specified the size defaults to being specified in kilobytes. +is specified the size defaults to being specified in bytes. .TP (color-management @@ -948,7 +948,7 @@ GIMP will warn the user if an attempt is made to create an image that would take more memory than the size specified here. The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is -specified the size defaults to being specified in kilobytes. +specified the size defaults to being specified in bytes. .TP (toolbox-color-area yes) diff --git a/etc/gimprc.in b/etc/gimprc.in index 20873d8182..640bd750e1 100644 --- a/etc/gimprc.in +++ b/etc/gimprc.in @@ -45,7 +45,7 @@ # you may want to set this to a higher value. The integer size can contain a # suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being # specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is -# specified the size defaults to being specified in kilobytes. +# specified the size defaults to being specified in bytes. # # (tile-cache-size 2g) @@ -264,7 +264,7 @@ # as configured can be undone. The integer size can contain a suffix of 'B', # 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in # bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the -# size defaults to being specified in kilobytes. +# size defaults to being specified in bytes. # # (undo-size 1g) @@ -310,7 +310,7 @@ # being previewed is smaller than the size set here. The integer size can # contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the # size as being specified in bytes, kilobytes, megabytes or gigabytes. If no -# suffix is specified the size defaults to being specified in kilobytes. +# suffix is specified the size defaults to being specified in bytes. # # (thumbnail-filesize-limit 4M) @@ -745,7 +745,7 @@ # take more memory than the size specified here. The integer size can # contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the # size as being specified in bytes, kilobytes, megabytes or gigabytes. If no -# suffix is specified the size defaults to being specified in kilobytes. +# suffix is specified the size defaults to being specified in bytes. # # (max-new-image-size 128M)