From 2917b83d0ec46eb64cad1bc7af0c44e305a9d8e6 Mon Sep 17 00:00:00 2001 From: postscript-dev <43813-postscript-dev@users.noreply.gitlab.gnome.org> Date: Tue, 9 Mar 2021 15:59:48 +0000 Subject: [PATCH] Update exiv2 man page - langAlt format --- man/man1/exiv2.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/man1/exiv2.1 b/man/man1/exiv2.1 index 08cee4f9e7..448ab14efc 100644 --- a/man/man1/exiv2.1 +++ b/man/man1/exiv2.1 @@ -584,12 +584,16 @@ The format of XMP \fBLangAlt\fP values includes an optional language qualifier: .B lang="\fIlanguage-code\fP\fI" text\fP .fi .sp -lang="x-default" is used if the value doesn't start with a language qualifier. +The double quotes around the \fIlanguage-code\fP are optional. If no languge qualifier +is supplied, then the value of "x-default" is used. More information +on the language format can be found at: https://www.ietf.org/rfc/rfc3066.txt .sp 1 .nf $ exiv2 -M'set Xmp.dc.title lang="de-DE" Euros' X.jpg $ exiv2 -M'set Xmp.dc.title lang="en-GB" Pounds' X.jpg $ exiv2 -M'set Xmp.dc.title lang="en-US" In God We Trust' X.jpg +$ exiv2 -M'set Xmp.dc.title lang=fr-FR Euros' X.jpg +$ exiv2 -M'set Xmp.dc.title lang=jp Yen' X.jpg $ exiv2 -M'set Xmp.dc.title All others pay cash' X.jpg .fi .sp 1