Page MenuHomeFreeBSD

D56940.diff
No OneTemporary

D56940.diff

diff --git a/documentation/content/ru/articles/geom-class/_index.adoc b/documentation/content/ru/articles/geom-class/_index.adoc
--- a/documentation/content/ru/articles/geom-class/_index.adoc
+++ b/documentation/content/ru/articles/geom-class/_index.adoc
@@ -227,7 +227,7 @@
* `.init` вызывается тогда, когда системе GEOM становится известно о классе GEOM (например, когда загружается модуль ядра).
* `.fini` будет вызван в случае отказа GEOM системы от класса (например, при выгрузке модуля)
-* `.taste` вызывается, когда в системе появляется новый класс или поставщик geom ("provider"). Если соответствие найдено, то эта функция обычно создает и запускает экземпляр geom.
+* `.taste` вызывается, когда в системе появляется новый класс или поставщик geom ("provider"). Если соответствие найдено, то эта функция обычно создаёт и запускает экземпляр geom.
* `.destroy_geom` вызывается при необходимости разрушить экземпляр geom
* `.ctlconf` будет вызван, когда пользователь запросит изменение конфигурации существующего экземпляра geom
@@ -244,7 +244,7 @@
* `struct g_provider *provider` : "поставщик geom" предоставляемый данным экземпляром geom
* `uint16_t n_disks` : Количество потребителей geom ("consumer"), обслуживаемых данным экземпляром geom
-* `struct g_consumer \**disks` : Массив `struct g_consumer*`. (Невозможно обойтись одинарным указателем, потому что система GEOM создает для нас структуры struct g_consumer).
+* `struct g_consumer \**disks` : Массив `struct g_consumer*`. (Невозможно обойтись одинарным указателем, потому что система GEOM создаёт для нас структуры struct g_consumer).
Структура `softc` содержит состояние экземпляра geom. У каждого экземпляра есть свой softc.
@@ -331,7 +331,7 @@
* Файловая система преобразует запрос в экземпляр структуры bio и передаёт его системе GEOM. Файловая система "знает", что экземпляр geom должен обработать запрос, так как файловые системы размещаются непосредственно над экземпляром geom.
* Запрос завершается вызовом функции `.start`() в потоке g_down и достигает верхнего экземпляра geom.
-* Верхний экземпляр geom (например, это секционировщик разделов (partition slicer)) определяет, что запрос должен быть переадресован нижестоящему экземпляру geom (к примеру, драйверу диска). Вышестоящий экземпляр geom создает копию запроса bio (запросы bio _ВСЕГДА_ копируются при передаче между экземплярами geom при помощи `g_clone_bio`()!), изменяет поля смещения и целевого поставщика geom и запускает на обработку копию при помощи функции `g_io_request`()
+* Верхний экземпляр geom (например, это секционировщик разделов (partition slicer)) определяет, что запрос должен быть переадресован нижестоящему экземпляру geom (к примеру, драйверу диска). Вышестоящий экземпляр geom создаёт копию запроса bio (запросы bio _ВСЕГДА_ копируются при передаче между экземплярами geom при помощи `g_clone_bio`()!), изменяет поля смещения и целевого поставщика geom и запускает на обработку копию при помощи функции `g_io_request`()
* Драйвер диска также получает запрос bio, как вызов функции `.start`() в потоке `g_down`. Драйвер обращается к контроллеру диска, получает блок данных и вызывает функцию `g_io_deliver`() используя копию запроса bio.
* Теперь, извещение о завершении bio "всплывает" в потоке `g_up`. Сначала в потоке `g_up` вызывается функция `.done`() секционировщика разделов, последний использует полученную информацию, разрушает клонированный экземпляр структуры bio посредством `g_destroy_bio`() и вызывает `g_io_deliver`() используя первоначальный запрос.
* Файловая система получает данные и передаёт их пользовательскому процессу.
diff --git a/documentation/content/ru/articles/geom-class/_index.po b/documentation/content/ru/articles/geom-class/_index.po
--- a/documentation/content/ru/articles/geom-class/_index.po
+++ b/documentation/content/ru/articles/geom-class/_index.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
-"POT-Creation-Date: 2026-03-15 14:39+0300\n"
-"PO-Revision-Date: 2026-03-09 04:45+0000\n"
+"POT-Creation-Date: 2026-05-11 14:38+0300\n"
+"PO-Revision-Date: 2026-04-05 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articlesgeom-class_index/ru/>\n"
@@ -743,7 +743,7 @@
msgstr ""
"`.taste` вызывается, когда в системе появляется новый класс или поставщик "
"geom (\"provider\"). Если соответствие найдено, то эта функция обычно "
-"создает и запускает экземпляр geom."
+"создаёт и запускает экземпляр geom."
#. type: Plain text
#: documentation/content/en/articles/geom-class/_index.adoc:273
@@ -824,7 +824,7 @@
"created on our behalf by GEOM)."
msgstr ""
"`struct g_consumer \\**disks` : Массив `struct g_consumer*`. (Невозможно "
-"обойтись одинарным указателем, потому что система GEOM создает для нас "
+"обойтись одинарным указателем, потому что система GEOM создаёт для нас "
"структуры struct g_consumer)."
#. type: Plain text
@@ -1201,7 +1201,7 @@
"Верхний экземпляр geom (например, это секционировщик разделов (partition "
"slicer)) определяет, что запрос должен быть переадресован нижестоящему "
"экземпляру geom (к примеру, драйверу диска). Вышестоящий экземпляр geom "
-"создает копию запроса bio (запросы bio _ВСЕГДА_ копируются при передаче "
+"создаёт копию запроса bio (запросы bio _ВСЕГДА_ копируются при передаче "
"между экземплярами geom при помощи `g_clone_bio`()!), изменяет поля смещения "
"и целевого поставщика geom и запускает на обработку копию при помощи функции "
"`g_io_request`()"
diff --git a/documentation/content/ru/articles/gjournal-desktop/_index.adoc b/documentation/content/ru/articles/gjournal-desktop/_index.adoc
--- a/documentation/content/ru/articles/gjournal-desktop/_index.adoc
+++ b/documentation/content/ru/articles/gjournal-desktop/_index.adoc
@@ -252,7 +252,7 @@
* Файловая система `/usr` расположена на `/dev/ada0p2` и уже содержит данные.
* Свободное дисковое пространство выделено в отдельном разделе, `/dev/ada0p4`, для хранения журнала.
-* После настройки журналирования GEOM создается новый провайдер `/dev/ada0p2.journal`. Этот журналируемый провайдер объединяет `/dev/ada0p2` в качестве провайдера данных и `/dev/ada0p4` в качестве провайдера журнала и используется для всех последующих операций файловой системы.
+* После настройки журналирования GEOM создаётся новый провайдер `/dev/ada0p2.journal`. Этот журналируемый провайдер объединяет `/dev/ada0p2` в качестве провайдера данных и `/dev/ada0p4` в качестве провайдера журнала и используется для всех последующих операций файловой системы.
Объем дискового пространства, необходимого для журнала, в первую очередь зависит от интенсивности записи в файловую систему, а не от размера поставщика данных. Системам с постоянной или импульсной активностью записи требуются журналы большего размера, чтобы избежать чрезмерного переключения журналов или ограничения записи.
@@ -763,7 +763,7 @@
=== Можно ли изменить размер журнала GEOM после его создания?
-Нет. Журнал GEOM не может быть изменен в размере на месте после его создания.
+Нет. Журнал GEOM не может быть изменён в размере на месте после его создания.
Размер журнала фиксируется в момент выполнения `gjournal label` . Чтобы изменить размер журнала, необходимо удалить журналирование GEOM и переконфигурировать его с новым провайдером журнала желаемого размера. Для файловых систем, содержащих данные, это требует размонтирования файловой системы и воссоздания журнала с использованием провайдеров соответствующего размера, как описано ранее в этой статье.
diff --git a/documentation/content/ru/articles/gjournal-desktop/_index.po b/documentation/content/ru/articles/gjournal-desktop/_index.po
--- a/documentation/content/ru/articles/gjournal-desktop/_index.po
+++ b/documentation/content/ru/articles/gjournal-desktop/_index.po
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
"POT-Creation-Date: 2026-02-22 15:58+0000\n"
-"PO-Revision-Date: 2026-03-08 09:11+0000\n"
+"PO-Revision-Date: 2026-05-11 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articlesgjournal-desktop_index/ru/>\n"
@@ -796,7 +796,7 @@
"provider and `/dev/ada0p4` as the journal provider and is used for all "
"subsequent file system operations."
msgstr ""
-"После настройки журналирования GEOM создается новый провайдер `/dev/ada0p2."
+"После настройки журналирования GEOM создаётся новый провайдер `/dev/ada0p2."
"journal`. Этот журналируемый провайдер объединяет `/dev/ada0p2` в качестве "
"провайдера данных и `/dev/ada0p4` в качестве провайдера журнала и "
"используется для всех последующих операций файловой системы."
@@ -2224,7 +2224,7 @@
msgid ""
"No. A GEOM journal cannot be resized in place after it has been created."
msgstr ""
-"Нет. Журнал GEOM не может быть изменен в размере на месте после его создания."
+"Нет. Журнал GEOM не может быть изменён в размере на месте после его создания."
#. type: Plain text
#: documentation/content/en/articles/gjournal-desktop/_index.adoc:831
diff --git a/documentation/content/ru/articles/hubs/_index.adoc b/documentation/content/ru/articles/hubs/_index.adoc
--- a/documentation/content/ru/articles/hubs/_index.adoc
+++ b/documentation/content/ru/articles/hubs/_index.adoc
@@ -137,7 +137,7 @@
Если вы хотите поддерживать зеркало веб-страниц FreeBSD, вам потребуется установить веб-сервер. Дополнительно, вы можете предоставлять HTTP доступ к FTP-набору файлов FreeBSD. Выбор веб-сервера остаётся на усмотрение администратора зеркала. Некоторые из наиболее популярных веб-серверов перечислены ниже:
* package:www/apache24[]: Apache - самый широко распространённый в Интернете веб-сервер, активно используемый проектом FreeBSD.
-* package:www/boa[]: Boa - это однозадачный HTTP-сервер. В отличие от традиционных веб-серверов, он не создает отдельные процессы для каждого входящего соединения и не запускает множество копий самого себя для обработки множества соединений. Тем не менее, он должен обеспечивать значительно более высокую производительность для чисто статического контента.
+* package:www/boa[]: Boa - это однозадачный HTTP-сервер. В отличие от традиционных веб-серверов, он не создаёт отдельные процессы для каждого входящего соединения и не запускает множество копий самого себя для обработки множества соединений. Тем не менее, он должен обеспечивать значительно более высокую производительность для чисто статического контента.
* package:www/cherokee[]: Cherokee — это очень быстрый, гибкий и простой в настройке веб-сервер. Он поддерживает распространённые современные технологии: FastCGI, SCGI, PHP, CGI, SSL/TLS-шифрование соединений, виртуальные хосты, аутентификацию пользователей, динамическое кодирование и балансировку нагрузки. Также он генерирует журналы, совместимые с Apache.
* package:www/lighttpd[]: lighttpd — это безопасный, быстрый, совместимый и очень гибкий веб-сервер, оптимизированный для высокопроизводительных сред. По сравнению с другими веб-серверами, он имеет очень низкое потребление памяти и эффективно распределяет нагрузку на процессор.
* package:www/nginx[]: nginx — это высокопроизводительный веб-сервер с низким потреблением памяти и ключевыми функциями для построения современной и эффективной веб-инфраструктуры. Возможности включают HTTP-сервер, обратный прокси для HTTP и почты, кэширование, балансировку нагрузки, сжатие, ограничение запросов, мультиплексирование и повторное использование соединений, выгрузку SSL и потоковую передачу HTTP-медиа.
@@ -167,7 +167,7 @@
% rsync -vaHz --delete rsync://ftp4.de.FreeBSD.org/FreeBSD/ /pub/FreeBSD/
....
-Загляните в документацию по rsync, также доступную по адресу http://rsync.samba.org/[http://rsync.samba.org/] за дополнительной информацией по различным опциям rsync. Обратите внимание, что в случае синхронизации модуля целиком (а не отдельного каталога) необходимо явно указать результирующий каталог, потому что каталог с именем модуля (в данном случае "FreeBSD") не создается. Для поддержания актуальности вам потребуется создать скрипт для запуска подобной команды из man:cron[8].
+Загляните в документацию по rsync, также доступную по адресу http://rsync.samba.org/[http://rsync.samba.org/] за дополнительной информацией по различным опциям rsync. Обратите внимание, что в случае синхронизации модуля целиком (а не отдельного каталога) необходимо явно указать результирующий каталог, потому что каталог с именем модуля (в данном случае "FreeBSD") не создаётся. Для поддержания актуальности вам потребуется создать скрипт для запуска подобной команды из man:cron[8].
[[mirror-www]]
=== Зеркалирование страниц WWW
@@ -247,7 +247,7 @@
Зеркала организуются по странам. Имена хостов всех официальных зеркал построены по принципу `ftpN.CC.FreeBSD.org`, где _CC_ (country code) - домен верхнего уровня страны, где расположено зеркало, _N_ - номер зеркала в данной стране. Этот же принцип применим к именам хостов `wwwN.CC.FreeBSD.org` и т.п. Кроме того, есть зеркала без доменной части, обозначающей страну. Все они имеют очень хорошие внешние каналы и обслуживают большое число одновременных соединений. Имя `ftp.FreeBSD.org` на самом деле указывает на две машины, одна из которых в настоящее время находится в Дании, а другая в США. Ни одна из этих машин _НЕ_ является основным сайтом, и потому не должна использоваться для синхронизации. Масса документации для "живых" пользователей указывает на `ftp.FreeBSD.org`, так что автоматическим системам ведения зеркал следует выбирать другие источники синхронизации.
-Кроме того, существует иерархия зеркал в терминах их удаленности от центра, или __слоях__. Основные сайты могут быть описаны как __Зеркала нулевого слоя__. Зеркала, синхронизирующиеся по ним, считаются __слоем 1__, следующие - _слоем 2_ и т.д. Официальные сайты приглашаются на низкие слои, однако следует помнить, что чем меньше номер слоя, тем выше требования к зеркалу, как было описано в <<mirror-requirements>>. Помимо того, доступ к зеркалам 1 слоя может быть ограничен; безусловно ограничен доступ к основным сайтам. Иерархия _слоев_ не отражается в DNS и, вообще говоря, нигде (кроме мастер-сайтов) не документирована. Тем не менее, официальные зеркала с малыми (1-4, как правило) номерами обычно представляют первый слой. (Это грубая оценка, и ни в коем случае не правило).
+Кроме того, существует иерархия зеркал в терминах их удалённости от центра, или __слоях__. Основные сайты могут быть описаны как __Зеркала нулевого слоя__. Зеркала, синхронизирующиеся по ним, считаются __слоем 1__, следующие - _слоем 2_ и т.д. Официальные сайты приглашаются на низкие слои, однако следует помнить, что чем меньше номер слоя, тем выше требования к зеркалу, как было описано в <<mirror-requirements>>. Помимо того, доступ к зеркалам 1 слоя может быть ограничен; безусловно ограничен доступ к основным сайтам. Иерархия _слоев_ не отражается в DNS и, вообще говоря, нигде (кроме мастер-сайтов) не документирована. Тем не менее, официальные зеркала с малыми (1-4, как правило) номерами обычно представляют первый слой. (Это грубая оценка, и ни в коем случае не правило).
[[mirror-where-where]]
=== Так откуда же мне синхронизироваться?
diff --git a/documentation/content/ru/articles/hubs/_index.po b/documentation/content/ru/articles/hubs/_index.po
--- a/documentation/content/ru/articles/hubs/_index.po
+++ b/documentation/content/ru/articles/hubs/_index.po
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
"POT-Creation-Date: 2025-11-08 16:17+0000\n"
-"PO-Revision-Date: 2026-03-04 20:01+0000\n"
+"PO-Revision-Date: 2026-04-05 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articleshubs_index/ru/>\n"
@@ -433,7 +433,7 @@
"provide considerably great performance for purely static content."
msgstr ""
"package:www/boa[]: Boa - это однозадачный HTTP-сервер. В отличие от "
-"традиционных веб-серверов, он не создает отдельные процессы для каждого "
+"традиционных веб-серверов, он не создаёт отдельные процессы для каждого "
"входящего соединения и не запускает множество копий самого себя для "
"обработки множества соединений. Тем не менее, он должен обеспечивать "
"значительно более высокую производительность для чисто статического контента."
@@ -595,7 +595,7 @@
"различным опциям rsync. Обратите внимание, что в случае синхронизации модуля "
"целиком (а не отдельного каталога) необходимо явно указать результирующий "
"каталог, потому что каталог с именем модуля (в данном случае \"FreeBSD\") не "
-"создается. Для поддержания актуальности вам потребуется создать скрипт для "
+"создаётся. Для поддержания актуальности вам потребуется создать скрипт для "
"запуска подобной команды из man:cron[8]."
#. type: Title ===
@@ -866,17 +866,17 @@
"mirrors with low numbers like 1-4, are usually _Tier-1_ (this is just a "
"rough hint, and there is no rule)."
msgstr ""
-"Кроме того, существует иерархия зеркал в терминах их удаленности от центра, "
+"Кроме того, существует иерархия зеркал в терминах их удалённости от центра, "
"или __слоях__. Основные сайты могут быть описаны как __Зеркала нулевого "
"слоя__. Зеркала, синхронизирующиеся по ним, считаются __слоем 1__, следующие "
"- _слоем 2_ и т.д. Официальные сайты приглашаются на низкие слои, однако "
"следует помнить, что чем меньше номер слоя, тем выше требования к зеркалу, "
"как было описано в <<mirror-requirements>>. Помимо того, доступ к зеркалам 1 "
"слоя может быть ограничен; безусловно ограничен доступ к основным сайтам. "
-"Иерархия _слоев_ не отражается в DNS и, вообще говоря, нигде (кроме мастер-"
-"сайтов) не документирована. Тем не менее, официальные зеркала с малыми (1-4, "
-"как правило) номерами обычно представляют первый слой. (Это грубая оценка, и "
-"ни в коем случае не правило)."
+"Иерархия _слоев_ не отражается в DNS и, вообще говоря, нигде (кроме "
+"мастер-сайтов) не документирована. Тем не менее, официальные зеркала с "
+"малыми (1-4, как правило) номерами обычно представляют первый слой. (Это "
+"грубая оценка, и ни в коем случае не правило)."
#. type: Title ===
#: documentation/content/en/articles/hubs/_index.adoc:319
diff --git a/documentation/content/ru/articles/linux-emulation/_index.adoc b/documentation/content/ru/articles/linux-emulation/_index.adoc
--- a/documentation/content/ru/articles/linux-emulation/_index.adoc
+++ b/documentation/content/ru/articles/linux-emulation/_index.adoc
@@ -604,9 +604,9 @@
Семантика потоков в Linux(R) немного запутанная и использует совершенно другую терминологию по сравнению с FreeBSD. Процесс в Linux(R) состоит из `struct task`, включающей два поля идентификаторов — PID и TGID. PID — это _не_ идентификатор процесса, а идентификатор потока. TGID идентифицирует группу потоков, другими словами, процесс. Для однопоточного процесса PID равен TGID.
-Поток в NPTL — это обычный процесс, у которого TGID не равен PID и есть групповой лидер, отличный от него самого (и, конечно, общая виртуальная память и т.д.). Все остальное происходит так же, как и с обычным процессом. Нет разделения общего состояния на внешнюю структуру, как в FreeBSD. Это создает некоторое дублирование информации и возможную несогласованность данных. Ядро Linux(R), похоже, использует информацию о задаче -> группе в одних местах и информацию о задаче в других, что не очень последовательно и выглядит небезопасно с точки зрения возможных ошибок.
+Поток в NPTL — это обычный процесс, у которого TGID не равен PID и есть групповой лидер, отличный от него самого (и, конечно, общая виртуальная память и т.д.). Все остальное происходит так же, как и с обычным процессом. Нет разделения общего состояния на внешнюю структуру, как в FreeBSD. Это создаёт некоторое дублирование информации и возможную несогласованность данных. Ядро Linux(R), похоже, использует информацию о задаче -> группе в одних местах и информацию о задаче в других, что не очень последовательно и выглядит небезопасно с точки зрения возможных ошибок.
-Каждый поток NPTL создается вызовом системного вызова `clone` с определённым набором флагов (подробнее в следующем подразделе). NPTL реализует строгую модель потоков 1:1.
+Каждый поток NPTL создаётся вызовом системного вызова `clone` с определённым набором флагов (подробнее в следующем подразделе). NPTL реализует строгую модель потоков 1:1.
В FreeBSD мы эмулируем потоки NPTL с помощью обычных процессов FreeBSD, которые разделяют виртуальную память и т.д., а гимнастика с PID просто имитируется в специфической для эмуляции структуре, прикреплённой к процессу. Структура, прикреплённая к процессу, выглядит следующим образом:
@@ -844,12 +844,12 @@
[[futex-get]]
===== futex_get / futex_put
-Фьютекс получается с помощью функции `futex_get`, которая выполняет поиск в линейном списке фьютексов и возвращает найденный или создает новый. При освобождении фьютекса после использования вызывается функция `futex_put`, которая уменьшает счетчик ссылок фьютекса, и если счетчик достигает нуля, фьютекс освобождается.
+Фьютекс получается с помощью функции `futex_get`, которая выполняет поиск в линейном списке фьютексов и возвращает найденный или создаёт новый. При освобождении фьютекса после использования вызывается функция `futex_put`, которая уменьшает счетчик ссылок фьютекса, и если счетчик достигает нуля, фьютекс освобождается.
[[futex-sleep]]
===== futex_sleep
-Когда фьютекс ставит поток в очередь на ожидание, он создает структуру `working_proc` и помещает эту структуру в список внутри структуры futex, после чего просто выполняет man:tsleep[9] для приостановки потока. Ожидание может быть ограничено по времени. После возврата из man:tsleep[9] (поток был разбужен или истекло время ожидания) структура `working_proc` удаляется из списка и уничтожается. Все это выполняется в функции `futex_sleep`. Если мы были разбужены с помощью `futex_wake`, у нас установлен `wp_new_futex`, поэтому мы ожидаем на нём. Таким образом, фактическое перемещение выполняется в этой функции.
+Когда фьютекс ставит поток в очередь на ожидание, он создаёт структуру `working_proc` и помещает эту структуру в список внутри структуры futex, после чего просто выполняет man:tsleep[9] для приостановки потока. Ожидание может быть ограничено по времени. После возврата из man:tsleep[9] (поток был разбужен или истекло время ожидания) структура `working_proc` удаляется из списка и уничтожается. Все это выполняется в функции `futex_sleep`. Если мы были разбужены с помощью `futex_wake`, у нас установлен `wp_new_futex`, поэтому мы ожидаем на нём. Таким образом, фактическое перемещение выполняется в этой функции.
[[futex-wake-2]]
===== futex_wake
diff --git a/documentation/content/ru/articles/linux-emulation/_index.po b/documentation/content/ru/articles/linux-emulation/_index.po
--- a/documentation/content/ru/articles/linux-emulation/_index.po
+++ b/documentation/content/ru/articles/linux-emulation/_index.po
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
"POT-Creation-Date: 2025-11-08 16:17+0000\n"
-"PO-Revision-Date: 2026-03-08 09:11+0000\n"
+"PO-Revision-Date: 2026-04-05 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articleslinux-emulation_index/ru/>\n"
@@ -2797,7 +2797,7 @@
"групповой лидер, отличный от него самого (и, конечно, общая виртуальная "
"память и т.д.). Все остальное происходит так же, как и с обычным процессом. "
"Нет разделения общего состояния на внешнюю структуру, как в FreeBSD. Это "
-"создает некоторое дублирование информации и возможную несогласованность "
+"создаёт некоторое дублирование информации и возможную несогласованность "
"данных. Ядро Linux(R), похоже, использует информацию о задаче -> группе в "
"одних местах и информацию о задаче в других, что не очень последовательно и "
"выглядит небезопасно с точки зрения возможных ошибок."
@@ -2809,7 +2809,7 @@
"specific set of flags (more in the next subsection). The NPTL implements "
"strict 1:1 threading."
msgstr ""
-"Каждый поток NPTL создается вызовом системного вызова `clone` с определённым "
+"Каждый поток NPTL создаётся вызовом системного вызова `clone` с определённым "
"набором флагов (подробнее в следующем подразделе). NPTL реализует строгую "
"модель потоков 1:1."
@@ -3816,7 +3816,7 @@
"it is released."
msgstr ""
"Фьютекс получается с помощью функции `futex_get`, которая выполняет поиск в "
-"линейном списке фьютексов и возвращает найденный или создает новый. При "
+"линейном списке фьютексов и возвращает найденный или создаёт новый. При "
"освобождении фьютекса после использования вызывается функция `futex_put`, "
"которая уменьшает счетчик ссылок фьютекса, и если счетчик достигает нуля, "
"фьютекс освобождается."
@@ -3839,7 +3839,7 @@
"up from `futex_wake` we have `wp_new_futex` set so we sleep on it. This way "
"the actual requeueing is done in this function."
msgstr ""
-"Когда фьютекс ставит поток в очередь на ожидание, он создает структуру "
+"Когда фьютекс ставит поток в очередь на ожидание, он создаёт структуру "
"`working_proc` и помещает эту структуру в список внутри структуры futex, "
"после чего просто выполняет man:tsleep[9] для приостановки потока. Ожидание "
"может быть ограничено по времени. После возврата из man:tsleep[9] (поток был "
diff --git a/documentation/content/ru/articles/linux-users/_index.adoc b/documentation/content/ru/articles/linux-users/_index.adoc
--- a/documentation/content/ru/articles/linux-users/_index.adoc
+++ b/documentation/content/ru/articles/linux-users/_index.adoc
@@ -59,7 +59,7 @@
[[shells]]
== Стандартная оболочка
-Пользователи Linux(R) часто удивляются, обнаружив, что Bash не является оболочкой по умолчанию в FreeBSD. На самом деле, Bash не включён в стандартную установку. Вместо этого используется совместимая с Bourne shell оболочка man:sh[1] в качестве оболочки пользователя по умолчанию. Оболочка root — это man:tcsh[1] по умолчанию в FreeBSD 13 и более ранних версиях и man:sh[1] в FreeBSD 14 и позднее. Оболочка man:sh[1] очень похожа на Bash, но имеет гораздо меньший набор возможностей. Как правило, скрипты, написанные для man:sh[1], будут работать в Bash, но обратное не всегда верно.
+Пользователи Linux(R) часто удивляются, обнаружив, что Bash не является оболочкой по умолчанию в FreeBSD. На самом деле, Bash не включён в стандартную установку. Вместо этого используется совместимая с POSIX(R) shell оболочка man:sh[1] в качестве оболочки пользователя по умолчанию. Оболочка root — это man:tcsh[1] по умолчанию в FreeBSD 13 и более ранних версиях и man:sh[1] в FreeBSD 14 и позднее. Оболочка man:sh[1] очень похожа на Bash, но имеет гораздо меньший набор возможностей. Как правило, скрипты, написанные для man:sh[1], будут работать в Bash, но обратное не всегда верно.
Однако Bash и другие оболочки доступны для установки через extref:{handbook}ports[Коллекцию портов и пакетов FreeBSD, ports].
diff --git a/documentation/content/ru/articles/linux-users/_index.po b/documentation/content/ru/articles/linux-users/_index.po
--- a/documentation/content/ru/articles/linux-users/_index.po
+++ b/documentation/content/ru/articles/linux-users/_index.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
-"POT-Creation-Date: 2025-11-08 16:17+0000\n"
-"PO-Revision-Date: 2026-03-08 09:11+0000\n"
+"POT-Creation-Date: 2026-05-09 23:29+0100\n"
+"PO-Revision-Date: 2026-05-11 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articleslinux-users_index/ru/>\n"
@@ -80,8 +80,8 @@
"FreeBSD Handbook for help with the installation process."
msgstr ""
"Этот документ предполагает, что FreeBSD уже установлена. Для получения "
-"помощи по процессу установки обратитесь к главе extref:{handbook}bsdinstall["
-"Установка FreeBSD, bsdinstall] Руководства FreeBSD."
+"помощи по процессу установки обратитесь к главе extref:{handbook}"
+"bsdinstall[Установка FreeBSD, bsdinstall] Руководства FreeBSD."
#. type: Title ==
#: documentation/content/en/articles/linux-users/_index.adoc:60
@@ -94,7 +94,7 @@
msgid ""
"Linux(R) users are often surprised to find that Bash is not the default "
"shell in FreeBSD. In fact, Bash is not included in the default "
-"installation. Instead, the Bourne shell-compatible man:sh[1] as the default "
+"installation. Instead, the POSIX(R)-compatible man:sh[1] is the default "
"user shell. The root shell is man:tcsh[1] by default on FreeBSD 13 and "
"earlier and man:sh[1] on FreeBSD 14 and later. man:sh[1] is very similar to "
"Bash but with a much smaller feature-set. Generally shell scripts written "
@@ -102,11 +102,11 @@
msgstr ""
"Пользователи Linux(R) часто удивляются, обнаружив, что Bash не является "
"оболочкой по умолчанию в FreeBSD. На самом деле, Bash не включён в "
-"стандартную установку. Вместо этого используется совместимая с Bourne shell "
-"оболочка man:sh[1] в качестве оболочки пользователя по умолчанию. Оболочка "
-"root — это man:tcsh[1] по умолчанию в FreeBSD 13 и более ранних версиях и "
-"man:sh[1] в FreeBSD 14 и позднее. Оболочка man:sh[1] очень похожа на Bash, "
-"но имеет гораздо меньший набор возможностей. Как правило, скрипты, "
+"стандартную установку. Вместо этого используется совместимая с POSIX(R) "
+"shell оболочка man:sh[1] в качестве оболочки пользователя по умолчанию. "
+"Оболочка root — это man:tcsh[1] по умолчанию в FreeBSD 13 и более ранних "
+"версиях и man:sh[1] в FreeBSD 14 и позднее. Оболочка man:sh[1] очень похожа "
+"на Bash, но имеет гораздо меньший набор возможностей. Как правило, скрипты, "
"написанные для man:sh[1], будут работать в Bash, но обратное не всегда верно."
#. type: Plain text
@@ -115,8 +115,8 @@
"However, Bash and other shells are available for installation using the "
"FreeBSD extref:{handbook}ports[Packages and Ports Collection, ports]."
msgstr ""
-"Однако Bash и другие оболочки доступны для установки через "
-"extref:{handbook}ports[Коллекцию портов и пакетов FreeBSD, ports]."
+"Однако Bash и другие оболочки доступны для установки через extref:{handbook}"
+"ports[Коллекцию портов и пакетов FreeBSD, ports]."
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:75
@@ -275,9 +275,9 @@
msgstr ""
"Коллекция портов, иногда называемая деревом портов, может быть установлена в "
"[.filename]#/usr/ports# с помощью link:{handbook}mirrors/#git[Git]. "
-"Подробные инструкции по установке Коллекции портов можно найти в "
-"extref:{handbook}ports[разделе 4.5.1, ports-using-installation-methods] "
-"Руководства FreeBSD."
+"Подробные инструкции по установке Коллекции портов можно найти в extref:"
+"{handbook}ports[разделе 4.5.1, ports-using-installation-methods] Руководства "
+"FreeBSD."
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:121
@@ -386,12 +386,12 @@
msgstr ""
"Поскольку FreeBSD разрабатывается как полноценная операционная система, "
"пользовательские приложения не считаются частью «базовой» системы. "
-"Пользовательские приложения обычно устанавливаются с помощью "
-"extref:{handbook}ports[Пакетов или Портов, ports-using]. Чтобы отделить их "
-"от базовой системы, пользовательские приложения устанавливаются в [."
-"filename]#/usr/local/#. Таким образом, исполняемые файлы пользовательских "
-"приложений находятся в [.filename]#/usr/local/bin/#, конфигурационные файлы —"
-" в [.filename]#/usr/local/etc/# и так далее."
+"Пользовательские приложения обычно устанавливаются с помощью extref:"
+"{handbook}ports[Пакетов или Портов, ports-using]. Чтобы отделить их от "
+"базовой системы, пользовательские приложения устанавливаются в [.filename]#/"
+"usr/local/#. Таким образом, исполняемые файлы пользовательских приложений "
+"находятся в [.filename]#/usr/local/bin/#, конфигурационные файлы — в [."
+"filename]#/usr/local/etc/# и так далее."
#. type: Plain text
#: documentation/content/en/articles/linux-users/_index.adoc:160
diff --git a/documentation/content/ru/articles/nanobsd/_index.adoc b/documentation/content/ru/articles/nanobsd/_index.adoc
--- a/documentation/content/ru/articles/nanobsd/_index.adoc
+++ b/documentation/content/ru/articles/nanobsd/_index.adoc
@@ -52,7 +52,7 @@
[[intro]]
== Введение в NanoBSD
-NanoBSD — это инструмент, разработанный {phk} и в настоящее время поддерживаемый {imp}. Он создает образ системы FreeBSD для встраиваемых приложений, подходящий для использования на USB-накопителе, карте памяти или другом носителе данных.
+NanoBSD — это инструмент, разработанный {phk} и в настоящее время поддерживаемый {imp}. Он создаёт образ системы FreeBSD для встраиваемых приложений, подходящий для использования на USB-накопителе, карте памяти или другом носителе данных.
Он может использоваться для создания специализированных установочных образов, предназначенных для простой установки и обслуживания систем, обычно называемых "компьютерными устройствами". Компьютерные устройства объединяют аппаратное и программное обеспечение в одном продукте, что означает, что все приложения предустановлены. Устройство подключается к существующей сети и может начать работу (почти) сразу.
@@ -175,14 +175,14 @@
. `make_conf_install`: Собрать make.conf из переменных `CONF_WORLD` и `CONF_INSTALL`.
. `install_world`: Установить все файлы, собранные во время `buildworld`.
. `install_etc`: Установить необходимые файлы в каталог [.filename]#/etc#, используя команду `make distribution`.
-. `setup_nanobsd_etc`: на этом этапе происходит первая специфичная для NanoBSD настройка. Создается [.filename]#/etc/diskless#, а корневая файловая система определяется как доступная только для чтения.
+. `setup_nanobsd_etc`: на этом этапе происходит первая специфичная для NanoBSD настройка. Создаётся [.filename]#/etc/diskless#, а корневая файловая система определяется как доступная только для чтения.
. `install_kernel`: устанавливаются файлы ядра и модулей.
. `run_customize`: будут вызваны все пользовательские процедуры настройки.
. `setup_nanobsd`: создаётся специальная структура конфигурационных каталогов. Каталог [.filename]#/usr/local/etc# перемещается в [.filename]#/etc/local#, а затем создаётся символическая ссылка из [.filename]#/etc/local# обратно в [.filename]#/usr/local/etc#.
. `prune_usr`: пустые каталоги в [.filename]#/usr# удаляются.
. `run_late_customize`: на этом этапе могут быть выполнены самые последние пользовательские скрипты.
. `fixup_before_diskimage`: Вывести список всех установленных файлов в metalog.
-. `create_diskimage`: создает образ диска на основе предоставленных параметров геометрии диска.
+. `create_diskimage`: создаёт образ диска на основе предоставленных параметров геометрии диска.
. `last_orders`: в настоящее время ничего не делает.
=== Настройка образа NanoBSD
diff --git a/documentation/content/ru/articles/nanobsd/_index.po b/documentation/content/ru/articles/nanobsd/_index.po
--- a/documentation/content/ru/articles/nanobsd/_index.po
+++ b/documentation/content/ru/articles/nanobsd/_index.po
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
"POT-Creation-Date: 2026-02-22 15:58+0000\n"
-"PO-Revision-Date: 2026-03-04 20:01+0000\n"
+"PO-Revision-Date: 2026-04-05 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articlesnanobsd_index/ru/>\n"
@@ -51,7 +51,7 @@
"on a USB key, memory card or other mass storage media."
msgstr ""
"NanoBSD — это инструмент, разработанный {phk} и в настоящее время "
-"поддерживаемый {imp}. Он создает образ системы FreeBSD для встраиваемых "
+"поддерживаемый {imp}. Он создаёт образ системы FreeBSD для встраиваемых "
"приложений, подходящий для использования на USB-накопителе, карте памяти или "
"другом носителе данных."
@@ -551,7 +551,7 @@
"filesystem is defined as read-only."
msgstr ""
"`setup_nanobsd_etc`: на этом этапе происходит первая специфичная для NanoBSD "
-"настройка. Создается [.filename]#/etc/diskless#, а корневая файловая система "
+"настройка. Создаётся [.filename]#/etc/diskless#, а корневая файловая система "
"определяется как доступная только для чтения."
#. type: Plain text
@@ -605,7 +605,7 @@
"`create_diskimage`: Creates the actual disk image, based on the disk "
"geometries provides parameters."
msgstr ""
-"`create_diskimage`: создает образ диска на основе предоставленных параметров "
+"`create_diskimage`: создаёт образ диска на основе предоставленных параметров "
"геометрии диска."
#. type: Plain text
diff --git a/documentation/content/ru/articles/pgpkeys/_index.adoc b/documentation/content/ru/articles/pgpkeys/_index.adoc
--- a/documentation/content/ru/articles/pgpkeys/_index.adoc
+++ b/documentation/content/ru/articles/pgpkeys/_index.adoc
@@ -257,6 +257,9 @@
=== `{jch}`
include::{include-path}jch.key[]
+=== `{laurent}`
+include::{include-path}laurent.key[]
+
=== `{jchandra}`
include::{include-path}jchandra.key[]
@@ -659,6 +662,9 @@
=== `{cokane}`
include::{include-path}cokane.key[]
+=== `{mce}`
+include::{include-path}mce.key[]
+
=== `{karels}`
include::{include-path}karels.key[]
@@ -1541,6 +1547,12 @@
=== `{siva}`
include::{include-path}siva.key[]
+=== `{nxjoseph}`
+include::{include-path}nxjoseph.key[]
+
+=== `{kenrap}`
+include::{include-path}kenrap.key[]
+
[[pgpkeys-other]]
== Другие владельцы учётных записей
diff --git a/documentation/content/ru/articles/pgpkeys/_index.po b/documentation/content/ru/articles/pgpkeys/_index.po
--- a/documentation/content/ru/articles/pgpkeys/_index.po
+++ b/documentation/content/ru/articles/pgpkeys/_index.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
-"POT-Creation-Date: 2026-02-22 15:58+0000\n"
-"PO-Revision-Date: 2026-02-25 04:45+0000\n"
+"POT-Creation-Date: 2026-05-09 23:29+0100\n"
+"PO-Revision-Date: 2026-05-11 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articlespgpkeys_index/ru/>\n"
@@ -93,21 +93,21 @@
#. type: Title ===
#: documentation/content/en/articles/pgpkeys/_index.adoc:78
-#: documentation/content/en/articles/pgpkeys/_index.adoc:648
+#: documentation/content/en/articles/pgpkeys/_index.adoc:651
#, no-wrap
msgid "`{allanjude}`"
msgstr "`{allanjude}`"
#. type: Title ===
#: documentation/content/en/articles/pgpkeys/_index.adoc:81
-#: documentation/content/en/articles/pgpkeys/_index.adoc:339
+#: documentation/content/en/articles/pgpkeys/_index.adoc:342
#, no-wrap
msgid "`{dch}`"
msgstr "`{dch}`"
#. type: Title ===
#: documentation/content/en/articles/pgpkeys/_index.adoc:84
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1257
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1263
#, no-wrap
msgid "`{glebius}`"
msgstr "`{glebius}`"
@@ -120,7 +120,7 @@
#. type: Title ===
#: documentation/content/en/articles/pgpkeys/_index.adoc:90
-#: documentation/content/en/articles/pgpkeys/_index.adoc:600
+#: documentation/content/en/articles/pgpkeys/_index.adoc:603
#, no-wrap
msgid "`{lwhsu}`"
msgstr "`{lwhsu}`"
@@ -134,7 +134,7 @@
#. type: Title ===
#: documentation/content/en/articles/pgpkeys/_index.adoc:96
-#: documentation/content/en/articles/pgpkeys/_index.adoc:336
+#: documentation/content/en/articles/pgpkeys/_index.adoc:339
#, no-wrap
msgid "`{olivier}`"
msgstr "`{olivier}`"
@@ -455,2591 +455,2615 @@
#. type: Title ===
#: documentation/content/en/articles/pgpkeys/_index.adoc:261
#, no-wrap
+msgid "`{laurent}`"
+msgstr "`{laurent}`"
+
+#. type: Title ===
+#: documentation/content/en/articles/pgpkeys/_index.adoc:264
+#, no-wrap
msgid "`{jchandra}`"
msgstr "`{jchandra}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:264
+#: documentation/content/en/articles/pgpkeys/_index.adoc:267
#, no-wrap
msgid "`{jcamou}`"
msgstr "`{jcamou}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:267
+#: documentation/content/en/articles/pgpkeys/_index.adoc:270
#, no-wrap
msgid "`{acm}`"
msgstr "`{acm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:270
+#: documentation/content/en/articles/pgpkeys/_index.adoc:273
#, no-wrap
msgid "`{olce}`"
msgstr "`{olce}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:273
+#: documentation/content/en/articles/pgpkeys/_index.adoc:276
#, no-wrap
msgid "`{gahr}`"
msgstr "`{gahr}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:276
+#: documentation/content/en/articles/pgpkeys/_index.adoc:279
#, no-wrap
msgid "`{dchagin}`"
msgstr "`{dchagin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:279
+#: documentation/content/en/articles/pgpkeys/_index.adoc:282
#, no-wrap
msgid "`{perky}`"
msgstr "`{perky}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:282
+#: documentation/content/en/articles/pgpkeys/_index.adoc:285
#, no-wrap
msgid "`{jon}`"
msgstr "`{jon}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:285
+#: documentation/content/en/articles/pgpkeys/_index.adoc:288
#, no-wrap
msgid "`{jonathan}`"
msgstr "`{jonathan}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:288
+#: documentation/content/en/articles/pgpkeys/_index.adoc:291
#, no-wrap
msgid "`{loader}`"
msgstr "`{loader}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:291
+#: documentation/content/en/articles/pgpkeys/_index.adoc:294
#, no-wrap
msgid "`{luoqi}`"
msgstr "`{luoqi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:294
+#: documentation/content/en/articles/pgpkeys/_index.adoc:297
#, no-wrap
msgid "`{ache}`"
msgstr "`{ache}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:297
+#: documentation/content/en/articles/pgpkeys/_index.adoc:300
#, no-wrap
msgid "`{melifaro}`"
msgstr "`{melifaro}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:300
+#: documentation/content/en/articles/pgpkeys/_index.adoc:303
#, no-wrap
msgid "`{cjh}`"
msgstr "`{cjh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:303
+#: documentation/content/en/articles/pgpkeys/_index.adoc:306
#, no-wrap
msgid "`{davidch}`"
msgstr "`{davidch}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:306
+#: documentation/content/en/articles/pgpkeys/_index.adoc:309
#, no-wrap
msgid "`{milki}`"
msgstr "`{milki}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:309
+#: documentation/content/en/articles/pgpkeys/_index.adoc:312
#, no-wrap
msgid "`{cjc}`"
msgstr "`{cjc}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:312
+#: documentation/content/en/articles/pgpkeys/_index.adoc:315
#, no-wrap
msgid "`{marcus}`"
msgstr "`{marcus}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:315
+#: documentation/content/en/articles/pgpkeys/_index.adoc:318
#, no-wrap
msgid "`{fuz}`"
msgstr "`{fuz}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:318
+#: documentation/content/en/articles/pgpkeys/_index.adoc:321
#, no-wrap
msgid "`{nik}`"
msgstr "`{nik}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:321
+#: documentation/content/en/articles/pgpkeys/_index.adoc:324
#, no-wrap
msgid "`{benjsc}`"
msgstr "`{benjsc}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:324
+#: documentation/content/en/articles/pgpkeys/_index.adoc:327
#, no-wrap
msgid "`{lcook}`"
msgstr "`{lcook}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:327
+#: documentation/content/en/articles/pgpkeys/_index.adoc:330
#, no-wrap
msgid "`{ngie}`"
msgstr "`{ngie}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:330
+#: documentation/content/en/articles/pgpkeys/_index.adoc:333
#, no-wrap
msgid "`{rakuco}`"
msgstr "`{rakuco}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:333
+#: documentation/content/en/articles/pgpkeys/_index.adoc:336
#, no-wrap
msgid "`{alc}`"
msgstr "`{alc}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:342
+#: documentation/content/en/articles/pgpkeys/_index.adoc:345
#, no-wrap
msgid "`{bcran}`"
msgstr "`{bcran}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:345
+#: documentation/content/en/articles/pgpkeys/_index.adoc:348
#, no-wrap
msgid "`{cc}`"
msgstr "`{cc}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:348
+#: documentation/content/en/articles/pgpkeys/_index.adoc:351
#, no-wrap
msgid "`{culot}`"
msgstr "`{culot}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:351
+#: documentation/content/en/articles/pgpkeys/_index.adoc:354
#, no-wrap
msgid "`{alfredo}`"
msgstr "`{alfredo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:354
+#: documentation/content/en/articles/pgpkeys/_index.adoc:357
#, no-wrap
msgid "`{bapt}`"
msgstr "`{bapt}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:357
+#: documentation/content/en/articles/pgpkeys/_index.adoc:360
#, no-wrap
msgid "`{ceri}`"
msgstr "`{ceri}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:360
+#: documentation/content/en/articles/pgpkeys/_index.adoc:363
#, no-wrap
msgid "`{edavis}`"
msgstr "`{edavis}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:363
+#: documentation/content/en/articles/pgpkeys/_index.adoc:366
#, no-wrap
msgid "`{alexey}`"
msgstr "`{alexey}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:366
+#: documentation/content/en/articles/pgpkeys/_index.adoc:369
#, no-wrap
msgid "`{bsd}`"
msgstr "`{bsd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:369
+#: documentation/content/en/articles/pgpkeys/_index.adoc:372
#, no-wrap
msgid "`{carl}`"
msgstr "`{carl}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:372
+#: documentation/content/en/articles/pgpkeys/_index.adoc:375
#, no-wrap
msgid "`{carlavilla}`"
msgstr "`{carlavilla}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:375
+#: documentation/content/en/articles/pgpkeys/_index.adoc:378
#, no-wrap
msgid "`{vd}`"
msgstr "`{vd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:378
+#: documentation/content/en/articles/pgpkeys/_index.adoc:381
#, no-wrap
msgid "`{rdivacky}`"
msgstr "`{rdivacky}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:381
+#: documentation/content/en/articles/pgpkeys/_index.adoc:384
#, no-wrap
msgid "`{danfe}`"
msgstr "`{danfe}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:384
+#: documentation/content/en/articles/pgpkeys/_index.adoc:387
#, no-wrap
msgid "`{dd}`"
msgstr "`{dd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:387
+#: documentation/content/en/articles/pgpkeys/_index.adoc:390
#, no-wrap
msgid "`{bdrewery}`"
msgstr "`{bdrewery}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:390
+#: documentation/content/en/articles/pgpkeys/_index.adoc:393
#, no-wrap
msgid "`{gad}`"
msgstr "`{gad}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:393
+#: documentation/content/en/articles/pgpkeys/_index.adoc:396
#, no-wrap
msgid "`{kd}`"
msgstr "`{kd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:396
+#: documentation/content/en/articles/pgpkeys/_index.adoc:399
#, no-wrap
msgid "`{olivierd}`"
msgstr "`{olivierd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:399
+#: documentation/content/en/articles/pgpkeys/_index.adoc:402
#, no-wrap
msgid "`{bruno}`"
msgstr "`{bruno}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:402
+#: documentation/content/en/articles/pgpkeys/_index.adoc:405
#, no-wrap
msgid "`{ale}`"
msgstr "`{ale}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:405
+#: documentation/content/en/articles/pgpkeys/_index.adoc:408
#, no-wrap
msgid "`{jlduran}`"
msgstr "`{jlduran}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:408
+#: documentation/content/en/articles/pgpkeys/_index.adoc:411
#, no-wrap
msgid "`{nemysis}`"
msgstr "`{nemysis}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:411
+#: documentation/content/en/articles/pgpkeys/_index.adoc:414
#, no-wrap
msgid "`{peadar}`"
msgstr "`{peadar}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:414
+#: documentation/content/en/articles/pgpkeys/_index.adoc:417
#, no-wrap
msgid "`{deischen}`"
msgstr "`{deischen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:417
+#: documentation/content/en/articles/pgpkeys/_index.adoc:420
#, no-wrap
msgid "`{diizzy}`"
msgstr "`{diizzy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:420
+#: documentation/content/en/articles/pgpkeys/_index.adoc:423
#, no-wrap
msgid "`{ue}`"
msgstr "`{ue}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:423
+#: documentation/content/en/articles/pgpkeys/_index.adoc:426
#, no-wrap
msgid "`{madpilot}`"
msgstr "`{madpilot}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:426
+#: documentation/content/en/articles/pgpkeys/_index.adoc:429
#, no-wrap
msgid "`{rafan}`"
msgstr "`{rafan}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:429
+#: documentation/content/en/articles/pgpkeys/_index.adoc:432
#, no-wrap
msgid "`{kami}`"
msgstr "`{kami}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:432
+#: documentation/content/en/articles/pgpkeys/_index.adoc:435
#, no-wrap
msgid "`{farrokhi}`"
msgstr "`{farrokhi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:435
+#: documentation/content/en/articles/pgpkeys/_index.adoc:438
#, no-wrap
msgid "`{jedgar}`"
msgstr "`{jedgar}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:438
+#: documentation/content/en/articles/pgpkeys/_index.adoc:441
#, no-wrap
msgid "`{mfechner}`"
msgstr "`{mfechner}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:441
+#: documentation/content/en/articles/pgpkeys/_index.adoc:444
#, no-wrap
msgid "`{feld}`"
msgstr "`{feld}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:444
+#: documentation/content/en/articles/pgpkeys/_index.adoc:447
#, no-wrap
msgid "`{green}`"
msgstr "`{green}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:447
+#: documentation/content/en/articles/pgpkeys/_index.adoc:450
#, no-wrap
msgid "`{fanf}`"
msgstr "`{fanf}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:450
+#: documentation/content/en/articles/pgpkeys/_index.adoc:453
#, no-wrap
msgid "`{blackend}`"
msgstr "`{blackend}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:453
+#: documentation/content/en/articles/pgpkeys/_index.adoc:456
#, no-wrap
msgid "`{petef}`"
msgstr "`{petef}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:456
+#: documentation/content/en/articles/pgpkeys/_index.adoc:459
#, no-wrap
msgid "`{decke}`"
msgstr "`{decke}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:459
+#: documentation/content/en/articles/pgpkeys/_index.adoc:462
#, no-wrap
msgid "`{landonf}`"
msgstr "`{landonf}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:462
+#: documentation/content/en/articles/pgpkeys/_index.adoc:465
#, no-wrap
msgid "`{billf}`"
msgstr "`{billf}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:465
+#: documentation/content/en/articles/pgpkeys/_index.adoc:468
#, no-wrap
msgid "`{grembo}`"
msgstr "`{grembo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:468
+#: documentation/content/en/articles/pgpkeys/_index.adoc:471
#, no-wrap
msgid "`{sgalabov}`"
msgstr "`{sgalabov}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:471
+#: documentation/content/en/articles/pgpkeys/_index.adoc:474
#, no-wrap
msgid "`{kgalazka}`"
msgstr "`{kgalazka}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:474
+#: documentation/content/en/articles/pgpkeys/_index.adoc:477
#, no-wrap
msgid "`{avg}`"
msgstr "`{avg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:477
+#: documentation/content/en/articles/pgpkeys/_index.adoc:480
#, no-wrap
msgid "`{tiga}`"
msgstr "`{tiga}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:480
+#: documentation/content/en/articles/pgpkeys/_index.adoc:483
#, no-wrap
msgid "`{beat}`"
msgstr "`{beat}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:483
+#: documentation/content/en/articles/pgpkeys/_index.adoc:486
#, no-wrap
msgid "`{sjg}`"
msgstr "`{sjg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:486
+#: documentation/content/en/articles/pgpkeys/_index.adoc:489
#, no-wrap
msgid "`{gibbs}`"
msgstr "`{gibbs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:489
+#: documentation/content/en/articles/pgpkeys/_index.adoc:492
#, no-wrap
msgid "`{pfg}`"
msgstr "`{pfg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:492
+#: documentation/content/en/articles/pgpkeys/_index.adoc:495
#, no-wrap
msgid "`{girgen}`"
msgstr "`{girgen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:495
+#: documentation/content/en/articles/pgpkeys/_index.adoc:498
#, no-wrap
msgid "`{eugen}`"
msgstr "`{eugen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:498
+#: documentation/content/en/articles/pgpkeys/_index.adoc:501
#, no-wrap
msgid "`{pgollucci}`"
msgstr "`{pgollucci}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:501
+#: documentation/content/en/articles/pgpkeys/_index.adoc:504
#, no-wrap
msgid "`{trociny}`"
msgstr "`{trociny}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:504
+#: documentation/content/en/articles/pgpkeys/_index.adoc:507
#, no-wrap
msgid "`{dmgk}`"
msgstr "`{dmgk}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:507
+#: documentation/content/en/articles/pgpkeys/_index.adoc:510
#, no-wrap
msgid "`{daichi}`"
msgstr "`{daichi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:510
+#: documentation/content/en/articles/pgpkeys/_index.adoc:513
#, no-wrap
msgid "`{grehan}`"
msgstr "`{grehan}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:513
+#: documentation/content/en/articles/pgpkeys/_index.adoc:516
#, no-wrap
msgid "`{jamie}`"
msgstr "`{jamie}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:516
+#: documentation/content/en/articles/pgpkeys/_index.adoc:519
#, no-wrap
msgid "`{adridg}`"
msgstr "`{adridg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:519
+#: documentation/content/en/articles/pgpkeys/_index.adoc:522
#, no-wrap
msgid "`{wg}`"
msgstr "`{wg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:522
+#: documentation/content/en/articles/pgpkeys/_index.adoc:525
#, no-wrap
msgid "`{bar}`"
msgstr "`{bar}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:525
+#: documentation/content/en/articles/pgpkeys/_index.adoc:528
#, no-wrap
msgid "`{jmg}`"
msgstr "`{jmg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:528
+#: documentation/content/en/articles/pgpkeys/_index.adoc:531
#, no-wrap
msgid "`{mjg}`"
msgstr "`{mjg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:531
+#: documentation/content/en/articles/pgpkeys/_index.adoc:534
#, no-wrap
msgid "`{jhale}`"
msgstr "`{jhale}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:534
+#: documentation/content/en/articles/pgpkeys/_index.adoc:537
#, no-wrap
msgid "`{jah}`"
msgstr "`{jah}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:537
+#: documentation/content/en/articles/pgpkeys/_index.adoc:540
#, no-wrap
msgid "`{dannyboy}`"
msgstr "`{dannyboy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:540
+#: documentation/content/en/articles/pgpkeys/_index.adoc:543
#, no-wrap
msgid "`{dhartmei}`"
msgstr "`{dhartmei}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:543
+#: documentation/content/en/articles/pgpkeys/_index.adoc:546
#, no-wrap
msgid "`{ohauer}`"
msgstr "`{ohauer}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:546
+#: documentation/content/en/articles/pgpkeys/_index.adoc:549
#, no-wrap
msgid "`{ehaupt}`"
msgstr "`{ehaupt}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:549
+#: documentation/content/en/articles/pgpkeys/_index.adoc:552
#, no-wrap
msgid "`{jhay}`"
msgstr "`{jhay}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:552
+#: documentation/content/en/articles/pgpkeys/_index.adoc:555
#, no-wrap
msgid "`{bhd}`"
msgstr "`{bhd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:555
+#: documentation/content/en/articles/pgpkeys/_index.adoc:558
#, no-wrap
msgid "`{sheldonh}`"
msgstr "`{sheldonh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:558
+#: documentation/content/en/articles/pgpkeys/_index.adoc:561
#, no-wrap
msgid "`{mikeh}`"
msgstr "`{mikeh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:561
+#: documentation/content/en/articles/pgpkeys/_index.adoc:564
#, no-wrap
msgid "`{mheinen}`"
msgstr "`{mheinen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:564
+#: documentation/content/en/articles/pgpkeys/_index.adoc:567
#, no-wrap
msgid "`{niels}`"
msgstr "`{niels}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:567
+#: documentation/content/en/articles/pgpkeys/_index.adoc:570
#, no-wrap
msgid "`{ghelmer}`"
msgstr "`{ghelmer}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:570
+#: documentation/content/en/articles/pgpkeys/_index.adoc:573
#, no-wrap
msgid "`{mux}`"
msgstr "`{mux}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:573
+#: documentation/content/en/articles/pgpkeys/_index.adoc:576
#, no-wrap
msgid "`{wen}`"
msgstr "`{wen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:576
+#: documentation/content/en/articles/pgpkeys/_index.adoc:579
#, no-wrap
msgid "`{dhn}`"
msgstr "`{dhn}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:579
+#: documentation/content/en/articles/pgpkeys/_index.adoc:582
#, no-wrap
msgid "`{jhibbits}`"
msgstr "`{jhibbits}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:582
+#: documentation/content/en/articles/pgpkeys/_index.adoc:585
#, no-wrap
msgid "`{jhixson}`"
msgstr "`{jhixson}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:585
+#: documentation/content/en/articles/pgpkeys/_index.adoc:588
#, no-wrap
msgid "`{pho}`"
msgstr "`{pho}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:588
+#: documentation/content/en/articles/pgpkeys/_index.adoc:591
#, no-wrap
msgid "`{oh}`"
msgstr "`{oh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:591
+#: documentation/content/en/articles/pgpkeys/_index.adoc:594
#, no-wrap
msgid "`{mhorne}`"
msgstr "`{mhorne}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:594
+#: documentation/content/en/articles/pgpkeys/_index.adoc:597
#, no-wrap
msgid "`{bhughes}`"
msgstr "`{bhughes}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:597
+#: documentation/content/en/articles/pgpkeys/_index.adoc:600
#, no-wrap
msgid "`{sunpoet}`"
msgstr "`{sunpoet}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:603
+#: documentation/content/en/articles/pgpkeys/_index.adoc:606
#, no-wrap
msgid "`{foxfair}`"
msgstr "`{foxfair}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:606
+#: documentation/content/en/articles/pgpkeys/_index.adoc:609
#, no-wrap
msgid "`{whu}`"
msgstr "`{whu}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:609
+#: documentation/content/en/articles/pgpkeys/_index.adoc:612
#, no-wrap
msgid "`{chinsan}`"
msgstr "`{chinsan}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:612
+#: documentation/content/en/articles/pgpkeys/_index.adoc:615
#, no-wrap
msgid "`{zlei}`"
msgstr "`{zlei}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:615
+#: documentation/content/en/articles/pgpkeys/_index.adoc:618
#, no-wrap
msgid "`{davide}`"
msgstr "`{davide}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:618
+#: documentation/content/en/articles/pgpkeys/_index.adoc:621
#, no-wrap
msgid "`{jkh}`"
msgstr "`{jkh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:621
+#: documentation/content/en/articles/pgpkeys/_index.adoc:624
#, no-wrap
msgid "`{versus}`"
msgstr "`{versus}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:624
+#: documentation/content/en/articles/pgpkeys/_index.adoc:627
#, no-wrap
msgid "`{pi}`"
msgstr "`{pi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:627
+#: documentation/content/en/articles/pgpkeys/_index.adoc:630
#, no-wrap
msgid "`{weongyo}`"
msgstr "`{weongyo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:630
+#: documentation/content/en/articles/pgpkeys/_index.adoc:633
#, no-wrap
msgid "`{peterj}`"
msgstr "`{peterj}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:633
+#: documentation/content/en/articles/pgpkeys/_index.adoc:636
#, no-wrap
msgid "`{jinmei}`"
msgstr "`{jinmei}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:636
+#: documentation/content/en/articles/pgpkeys/_index.adoc:639
#, no-wrap
msgid "`{ahze}`"
msgstr "`{ahze}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:639
+#: documentation/content/en/articles/pgpkeys/_index.adoc:642
#, no-wrap
msgid "`{markj}`"
msgstr "`{markj}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:642
+#: documentation/content/en/articles/pgpkeys/_index.adoc:645
#, no-wrap
msgid "`{trevor}`"
msgstr "`{trevor}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:645
+#: documentation/content/en/articles/pgpkeys/_index.adoc:648
#, no-wrap
msgid "`{erj}`"
msgstr "`{erj}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:651
+#: documentation/content/en/articles/pgpkeys/_index.adoc:654
#, no-wrap
msgid "`{bjk}`"
msgstr "`{bjk}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:654
+#: documentation/content/en/articles/pgpkeys/_index.adoc:657
#, no-wrap
msgid "`{phk}`"
msgstr "`{phk}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:657
+#: documentation/content/en/articles/pgpkeys/_index.adoc:660
#, no-wrap
msgid "`{pluknet}`"
msgstr "`{pluknet}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:660
+#: documentation/content/en/articles/pgpkeys/_index.adoc:663
#, no-wrap
msgid "`{cokane}`"
msgstr "`{cokane}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:663
+#: documentation/content/en/articles/pgpkeys/_index.adoc:666
+#, no-wrap
+msgid "`{mce}`"
+msgstr "`{mce}`"
+
+#. type: Title ===
+#: documentation/content/en/articles/pgpkeys/_index.adoc:669
#, no-wrap
msgid "`{karels}`"
msgstr "`{karels}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:666
+#: documentation/content/en/articles/pgpkeys/_index.adoc:672
#, no-wrap
msgid "`{kato}`"
msgstr "`{kato}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:669
+#: documentation/content/en/articles/pgpkeys/_index.adoc:675
#, no-wrap
msgid "`{vkashyap}`"
msgstr "`{vkashyap}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:672
+#: documentation/content/en/articles/pgpkeys/_index.adoc:678
#, no-wrap
msgid "`{pkubaj}`"
msgstr "`{pkubaj}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:675
+#: documentation/content/en/articles/pgpkeys/_index.adoc:681
#, no-wrap
msgid "`{kris}`"
msgstr "`{kris}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:678
+#: documentation/content/en/articles/pgpkeys/_index.adoc:684
#, no-wrap
msgid "`{keramida}`"
msgstr "`{keramida}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:681
+#: documentation/content/en/articles/pgpkeys/_index.adoc:687
#, no-wrap
msgid "`{fjoe}`"
msgstr "`{fjoe}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:684
+#: documentation/content/en/articles/pgpkeys/_index.adoc:690
#, no-wrap
msgid "`{manolis}`"
msgstr "`{manolis}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:687
+#: documentation/content/en/articles/pgpkeys/_index.adoc:693
#, no-wrap
msgid "`{stevek}`"
msgstr "`{stevek}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:690
+#: documentation/content/en/articles/pgpkeys/_index.adoc:696
#, no-wrap
msgid "`{jkim}`"
msgstr "`{jkim}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:693
+#: documentation/content/en/articles/pgpkeys/_index.adoc:699
#, no-wrap
msgid "`{zack}`"
msgstr "`{zack}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:696
+#: documentation/content/en/articles/pgpkeys/_index.adoc:702
#, no-wrap
msgid "`{akiyano}`"
msgstr "`{akiyano}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:699
+#: documentation/content/en/articles/pgpkeys/_index.adoc:705
#, no-wrap
msgid "`{jceel}`"
msgstr "`{jceel}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:702
+#: documentation/content/en/articles/pgpkeys/_index.adoc:708
#, no-wrap
msgid "`{andreas}`"
msgstr "`{andreas}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:705
+#: documentation/content/en/articles/pgpkeys/_index.adoc:711
#, no-wrap
msgid "`{kai}`"
msgstr "`{kai}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:708
+#: documentation/content/en/articles/pgpkeys/_index.adoc:714
#, no-wrap
msgid "`{corvink}`"
msgstr "`{corvink}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:711
+#: documentation/content/en/articles/pgpkeys/_index.adoc:717
#, no-wrap
msgid "`{jkois}`"
msgstr "`{jkois}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:714
+#: documentation/content/en/articles/pgpkeys/_index.adoc:720
#, no-wrap
msgid "`{sergei}`"
msgstr "`{sergei}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:717
+#: documentation/content/en/articles/pgpkeys/_index.adoc:723
#, no-wrap
msgid "`{maxim}`"
msgstr "`{maxim}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:720
+#: documentation/content/en/articles/pgpkeys/_index.adoc:726
#, no-wrap
msgid "`{taras}`"
msgstr "`{taras}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:723
+#: documentation/content/en/articles/pgpkeys/_index.adoc:729
#, no-wrap
msgid "`{tobik}`"
msgstr "`{tobik}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:726
+#: documentation/content/en/articles/pgpkeys/_index.adoc:732
#, no-wrap
msgid "`{jkoshy}`"
msgstr "`{jkoshy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:729
+#: documentation/content/en/articles/pgpkeys/_index.adoc:735
#, no-wrap
msgid "`{wkoszek}`"
msgstr "`{wkoszek}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:732
+#: documentation/content/en/articles/pgpkeys/_index.adoc:738
#, no-wrap
msgid "`{ak}`"
msgstr "`{ak}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:735
+#: documentation/content/en/articles/pgpkeys/_index.adoc:741
#, no-wrap
msgid "`{gabor}`"
msgstr "`{gabor}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:738
+#: documentation/content/en/articles/pgpkeys/_index.adoc:744
#, no-wrap
msgid "`{anchie}`"
msgstr "`{anchie}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:741
+#: documentation/content/en/articles/pgpkeys/_index.adoc:747
#, no-wrap
msgid "`{rushani}`"
msgstr "`{rushani}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:744
+#: documentation/content/en/articles/pgpkeys/_index.adoc:750
#, no-wrap
msgid "`{kuriyama}`"
msgstr "`{kuriyama}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:747
+#: documentation/content/en/articles/pgpkeys/_index.adoc:753
#, no-wrap
msgid "`{rene}`"
msgstr "`{rene}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:750
+#: documentation/content/en/articles/pgpkeys/_index.adoc:756
#, no-wrap
msgid "`{jlaffaye}`"
msgstr "`{jlaffaye}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:753
+#: documentation/content/en/articles/pgpkeys/_index.adoc:759
#, no-wrap
msgid "`{clement}`"
msgstr "`{clement}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:756
+#: documentation/content/en/articles/pgpkeys/_index.adoc:762
#, no-wrap
msgid "`{mlaier}`"
msgstr "`{mlaier}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:759
+#: documentation/content/en/articles/pgpkeys/_index.adoc:765
#, no-wrap
msgid "`{martymac}`"
msgstr "`{martymac}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:762
+#: documentation/content/en/articles/pgpkeys/_index.adoc:768
#, no-wrap
msgid "`{glarkin}`"
msgstr "`{glarkin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:765
+#: documentation/content/en/articles/pgpkeys/_index.adoc:771
#, no-wrap
msgid "`{dru}`"
msgstr "`{dru}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:768
+#: documentation/content/en/articles/pgpkeys/_index.adoc:774
#, no-wrap
msgid "`{lawrance}`"
msgstr "`{lawrance}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:771
+#: documentation/content/en/articles/pgpkeys/_index.adoc:777
#, no-wrap
msgid "`{njl}`"
msgstr "`{njl}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:774
+#: documentation/content/en/articles/pgpkeys/_index.adoc:780
#, no-wrap
msgid "`{jlh}`"
msgstr "`{jlh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:777
+#: documentation/content/en/articles/pgpkeys/_index.adoc:783
#, no-wrap
msgid "`{leeym}`"
msgstr "`{leeym}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:780
+#: documentation/content/en/articles/pgpkeys/_index.adoc:786
#, no-wrap
msgid "`{sam}`"
msgstr "`{sam}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:783
+#: documentation/content/en/articles/pgpkeys/_index.adoc:789
#, no-wrap
msgid "`{jylefort}`"
msgstr "`{jylefort}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:786
+#: documentation/content/en/articles/pgpkeys/_index.adoc:792
#, no-wrap
msgid "`{grog}`"
msgstr "`{grog}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:789
+#: documentation/content/en/articles/pgpkeys/_index.adoc:795
#, no-wrap
msgid "`{oliver}`"
msgstr "`{oliver}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:792
+#: documentation/content/en/articles/pgpkeys/_index.adoc:798
#, no-wrap
msgid "`{netchild}`"
msgstr "`{netchild}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:795
+#: documentation/content/en/articles/pgpkeys/_index.adoc:801
#, no-wrap
msgid "`{leitao}`"
msgstr "`{leitao}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:798
+#: documentation/content/en/articles/pgpkeys/_index.adoc:804
#, no-wrap
msgid "`{ae}`"
msgstr "`{ae}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:801
+#: documentation/content/en/articles/pgpkeys/_index.adoc:807
#, no-wrap
msgid "`{lesi}`"
msgstr "`{lesi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:804
+#: documentation/content/en/articles/pgpkeys/_index.adoc:810
#, no-wrap
msgid "`{achim}`"
msgstr "`{achim}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:807
+#: documentation/content/en/articles/pgpkeys/_index.adoc:813
#, no-wrap
msgid "`{cel}`"
msgstr "`{cel}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:810
+#: documentation/content/en/articles/pgpkeys/_index.adoc:816
#, no-wrap
msgid "`{glewis}`"
msgstr "`{glewis}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:813
+#: documentation/content/en/articles/pgpkeys/_index.adoc:819
#, no-wrap
msgid "`{vishwin}`"
msgstr "`{vishwin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:816
+#: documentation/content/en/articles/pgpkeys/_index.adoc:822
#, no-wrap
msgid "`{delphij}`"
msgstr "`{delphij}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:819
+#: documentation/content/en/articles/pgpkeys/_index.adoc:825
#, no-wrap
msgid "`{avatar}`"
msgstr "`{avatar}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:822
+#: documentation/content/en/articles/pgpkeys/_index.adoc:828
#, no-wrap
msgid "`{ijliao}`"
msgstr "`{ijliao}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:825
+#: documentation/content/en/articles/pgpkeys/_index.adoc:831
#, no-wrap
msgid "`{rlibby}`"
msgstr "`{rlibby}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:828
+#: documentation/content/en/articles/pgpkeys/_index.adoc:834
#, no-wrap
msgid "`{pclin}`"
msgstr "`{pclin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:831
+#: documentation/content/en/articles/pgpkeys/_index.adoc:837
#, no-wrap
msgid "`{yzlin}`"
msgstr "`{yzlin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:834
+#: documentation/content/en/articles/pgpkeys/_index.adoc:840
#, no-wrap
msgid "`{linimon}`"
msgstr "`{linimon}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:837
+#: documentation/content/en/articles/pgpkeys/_index.adoc:843
#, no-wrap
msgid "`{arved}`"
msgstr "`{arved}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:840
+#: documentation/content/en/articles/pgpkeys/_index.adoc:846
#, no-wrap
msgid "`{dryice}`"
msgstr "`{dryice}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:843
+#: documentation/content/en/articles/pgpkeys/_index.adoc:849
#, no-wrap
msgid "`{nemoliu}`"
msgstr "`{nemoliu}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:846
+#: documentation/content/en/articles/pgpkeys/_index.adoc:852
#, no-wrap
msgid "`{kevlo}`"
msgstr "`{kevlo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:849
+#: documentation/content/en/articles/pgpkeys/_index.adoc:855
#, no-wrap
msgid "`{zml}`"
msgstr "`{zml}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:852
+#: documentation/content/en/articles/pgpkeys/_index.adoc:858
#, no-wrap
msgid "`{nox}`"
msgstr "`{nox}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:855
+#: documentation/content/en/articles/pgpkeys/_index.adoc:861
#, no-wrap
msgid "`{avl}`"
msgstr "`{avl}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:858
+#: documentation/content/en/articles/pgpkeys/_index.adoc:864
#, no-wrap
msgid "`{scottl}`"
msgstr "`{scottl}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:861
+#: documentation/content/en/articles/pgpkeys/_index.adoc:867
#, no-wrap
msgid "`{rmacklem}`"
msgstr "`{rmacklem}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:864
+#: documentation/content/en/articles/pgpkeys/_index.adoc:870
#, no-wrap
msgid "`{vmaffione}`"
msgstr "`{vmaffione}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:867
+#: documentation/content/en/articles/pgpkeys/_index.adoc:873
#, no-wrap
msgid "`{bmah}`"
msgstr "`{bmah}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:870
+#: documentation/content/en/articles/pgpkeys/_index.adoc:876
#, no-wrap
msgid "`{rm}`"
msgstr "`{rm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:873
+#: documentation/content/en/articles/pgpkeys/_index.adoc:879
#, no-wrap
msgid "`{mtm}`"
msgstr "`{mtm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:876
+#: documentation/content/en/articles/pgpkeys/_index.adoc:882
#, no-wrap
msgid "`{dwmalone}`"
msgstr "`{dwmalone}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:879
+#: documentation/content/en/articles/pgpkeys/_index.adoc:885
#, no-wrap
msgid "`{christos}`"
msgstr "`{christos}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:882
+#: documentation/content/en/articles/pgpkeys/_index.adoc:888
#, no-wrap
msgid "`{marino}`"
msgstr "`{marino}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:885
+#: documentation/content/en/articles/pgpkeys/_index.adoc:891
#, no-wrap
msgid "`{emaste}`"
msgstr "`{emaste}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:888
+#: documentation/content/en/articles/pgpkeys/_index.adoc:894
#, no-wrap
msgid "`{cherry}`"
msgstr "`{cherry}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:891
+#: documentation/content/en/articles/pgpkeys/_index.adoc:897
#, no-wrap
msgid "`{matusita}`"
msgstr "`{matusita}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:894
+#: documentation/content/en/articles/pgpkeys/_index.adoc:900
#, no-wrap
msgid "`{mm}`"
msgstr "`{mm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:897
+#: documentation/content/en/articles/pgpkeys/_index.adoc:903
#, no-wrap
msgid "`{sem}`"
msgstr "`{sem}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:900
+#: documentation/content/en/articles/pgpkeys/_index.adoc:906
#, no-wrap
msgid "`{rcm}`"
msgstr "`{rcm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:903
+#: documentation/content/en/articles/pgpkeys/_index.adoc:909
#, no-wrap
msgid "`{mckusick}`"
msgstr "`{mckusick}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:906
+#: documentation/content/en/articles/pgpkeys/_index.adoc:912
#, no-wrap
msgid "`{tmclaugh}`"
msgstr "`{tmclaugh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:909
+#: documentation/content/en/articles/pgpkeys/_index.adoc:915
#, no-wrap
msgid "`{jmelo}`"
msgstr "`{jmelo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:912
+#: documentation/content/en/articles/pgpkeys/_index.adoc:918
#, no-wrap
msgid "`{mmel}`"
msgstr "`{mmel}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:915
+#: documentation/content/en/articles/pgpkeys/_index.adoc:921
#, no-wrap
msgid "`{jmmv}`"
msgstr "`{jmmv}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:918
+#: documentation/content/en/articles/pgpkeys/_index.adoc:924
#, no-wrap
msgid "`{kadesai}`"
msgstr "`{kadesai}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:921
+#: documentation/content/en/articles/pgpkeys/_index.adoc:927
#, no-wrap
msgid "`{ken}`"
msgstr "`{ken}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:924
+#: documentation/content/en/articles/pgpkeys/_index.adoc:930
#, no-wrap
msgid "`{markm}`"
msgstr "`{markm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:927
+#: documentation/content/en/articles/pgpkeys/_index.adoc:933
#, no-wrap
msgid "`{dinoex}`"
msgstr "`{dinoex}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:930
+#: documentation/content/en/articles/pgpkeys/_index.adoc:936
#, no-wrap
msgid "`{sanpei}`"
msgstr "`{sanpei}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:933
+#: documentation/content/en/articles/pgpkeys/_index.adoc:939
#, no-wrap
msgid "`{rmh}`"
msgstr "`{rmh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:936
+#: documentation/content/en/articles/pgpkeys/_index.adoc:942
#, no-wrap
msgid "`{driesm}`"
msgstr "`{driesm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:939
+#: documentation/content/en/articles/pgpkeys/_index.adoc:945
#, no-wrap
msgid "`{jrm}`"
msgstr "`{jrm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:942
+#: documentation/content/en/articles/pgpkeys/_index.adoc:948
#, no-wrap
msgid "`{freqlabs}`"
msgstr "`{freqlabs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:945
+#: documentation/content/en/articles/pgpkeys/_index.adoc:951
#, no-wrap
msgid "`{mmoll}`"
msgstr "`{mmoll}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:948
+#: documentation/content/en/articles/pgpkeys/_index.adoc:954
#, no-wrap
msgid "`{cmt}`"
msgstr "`{cmt}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:951
+#: documentation/content/en/articles/pgpkeys/_index.adoc:957
#, no-wrap
msgid "`{stephen}`"
msgstr "`{stephen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:954
+#: documentation/content/en/articles/pgpkeys/_index.adoc:960
#, no-wrap
msgid "`{marcel}`"
msgstr "`{marcel}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:957
+#: documentation/content/en/articles/pgpkeys/_index.adoc:963
#, no-wrap
msgid "`{dougm}`"
msgstr "`{dougm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:960
+#: documentation/content/en/articles/pgpkeys/_index.adoc:966
#, no-wrap
msgid "`{kmoore}`"
msgstr "`{kmoore}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:963
+#: documentation/content/en/articles/pgpkeys/_index.adoc:969
#, no-wrap
msgid "`{marck}`"
msgstr "`{marck}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:966
+#: documentation/content/en/articles/pgpkeys/_index.adoc:972
#, no-wrap
msgid "`{mav}`"
msgstr "`{mav}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:969
+#: documentation/content/en/articles/pgpkeys/_index.adoc:975
#, no-wrap
msgid "`{rich}`"
msgstr "`{rich}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:972
+#: documentation/content/en/articles/pgpkeys/_index.adoc:978
#, no-wrap
msgid "`{knu}`"
msgstr "`{knu}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:975
+#: documentation/content/en/articles/pgpkeys/_index.adoc:981
#, no-wrap
msgid "`{tmm}`"
msgstr "`{tmm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:978
+#: documentation/content/en/articles/pgpkeys/_index.adoc:984
#, no-wrap
msgid "`{max}`"
msgstr "`{max}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:981
+#: documentation/content/en/articles/pgpkeys/_index.adoc:987
#, no-wrap
msgid "`{maho}`"
msgstr "`{maho}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:984
+#: documentation/content/en/articles/pgpkeys/_index.adoc:990
#, no-wrap
msgid "`{yoichi}`"
msgstr "`{yoichi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:987
+#: documentation/content/en/articles/pgpkeys/_index.adoc:993
#, no-wrap
msgid "`{bland}`"
msgstr "`{bland}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:990
+#: documentation/content/en/articles/pgpkeys/_index.adoc:996
#, no-wrap
msgid "`{gnn}`"
msgstr "`{gnn}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:993
+#: documentation/content/en/articles/pgpkeys/_index.adoc:999
#, no-wrap
msgid "`{khng}`"
msgstr "`{khng}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:996
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1002
#, no-wrap
msgid "`{simon}`"
msgstr "`{simon}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:999
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1005
#, no-wrap
msgid "`{rnoland}`"
msgstr "`{rnoland}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1002
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1008
#, no-wrap
msgid "`{anders}`"
msgstr "`{anders}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1005
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1011
#, no-wrap
msgid "`{lofi}`"
msgstr "`{lofi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1008
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1014
#, no-wrap
msgid "`{obrien}`"
msgstr "`{obrien}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1011
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1017
#, no-wrap
msgid "`{olgeni}`"
msgstr "`{olgeni}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1014
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1020
#, no-wrap
msgid "`{philip}`"
msgstr "`{philip}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1017
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1023
#, no-wrap
msgid "`{jpaetzel}`"
msgstr "`{jpaetzel}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1020
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1026
#, no-wrap
msgid "`{zirias}`"
msgstr "`{zirias}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1023
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1029
#, no-wrap
msgid "`{hiren}`"
msgstr "`{hiren}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1026
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1032
#, no-wrap
msgid "`{hmp}`"
msgstr "`{hmp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1029
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1035
#, no-wrap
msgid "`{fluffy}`"
msgstr "`{fluffy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1032
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1038
#, no-wrap
msgid "`{sat}`"
msgstr "`{sat}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1035
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1041
#, no-wrap
msgid "`{np}`"
msgstr "`{np}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1038
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1044
#, no-wrap
msgid "`{royger}`"
msgstr "`{royger}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1041
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1047
#, no-wrap
msgid "`{rpaulo}`"
msgstr "`{rpaulo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1044
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1050
#, no-wrap
msgid "`{misha}`"
msgstr "`{misha}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1047
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1053
#, no-wrap
msgid "`{dumbbell}`"
msgstr "`{dumbbell}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1050
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1056
#, no-wrap
msgid "`{rpokala}`"
msgstr "`{rpokala}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1053
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1059
#, no-wrap
msgid "`{mp}`"
msgstr "`{mp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1056
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1062
#, no-wrap
msgid "`{roam}`"
msgstr "`{roam}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1059
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1065
#, no-wrap
msgid "`{den}`"
msgstr "`{den}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1062
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1068
#, no-wrap
msgid "`{csjp}`"
msgstr "`{csjp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1065
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1071
#, no-wrap
msgid "`{grahamperrin}`"
msgstr "`{grahamperrin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1068
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1074
#, no-wrap
msgid "`{gerald}`"
msgstr "`{gerald}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1071
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1077
#, no-wrap
msgid "`{scottph}`"
msgstr "`{scottph}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1074
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1080
#, no-wrap
msgid "`{jacula}`"
msgstr "`{jacula}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1077
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1083
#, no-wrap
msgid "`{0mp}`"
msgstr "`{0mp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1080
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1086
#, no-wrap
msgid "`{jdp}`"
msgstr "`{jdp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1083
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1089
#, no-wrap
msgid "`{krion}`"
msgstr "`{krion}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1086
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1092
#, no-wrap
msgid "`{vladlen}`"
msgstr "`{vladlen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1089
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1095
#, no-wrap
msgid "`{sepotvin}`"
msgstr "`{sepotvin}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1092
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1098
#, no-wrap
msgid "`{cpm}`"
msgstr "`{cpm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1095
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1101
#, no-wrap
msgid "`{markp}`"
msgstr "`{markp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1098
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1104
#, no-wrap
msgid "`{alepulver}`"
msgstr "`{alepulver}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1101
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1107
#, no-wrap
msgid "`{kp}`"
msgstr "`{kp}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1104
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1110
#, no-wrap
msgid "`{thomas}`"
msgstr "`{thomas}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1107
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1113
#, no-wrap
msgid "`{hq}`"
msgstr "`{hq}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1110
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1116
#, no-wrap
msgid "`{bofh}`"
msgstr "`{bofh}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1113
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1119
#, no-wrap
msgid "`{fox}`"
msgstr "`{fox}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1116
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1122
#, no-wrap
msgid "`{lbr}`"
msgstr "`{lbr}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1119
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1125
#, no-wrap
msgid "`{crees}`"
msgstr "`{crees}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1122
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1128
#, no-wrap
msgid "`{rees}`"
msgstr "`{rees}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1125
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1131
#, no-wrap
msgid "`{mr}`"
msgstr "`{mr}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1128
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1134
#, no-wrap
msgid "`{bcr}`"
msgstr "`{bcr}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1131
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1137
#, no-wrap
msgid "`{trhodes}`"
msgstr "`{trhodes}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1134
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1140
#, no-wrap
msgid "`{benno}`"
msgstr "`{benno}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1137
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1143
#, no-wrap
msgid "`{beech}`"
msgstr "`{beech}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1140
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1146
#, no-wrap
msgid "`{roberto}`"
msgstr "`{roberto}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1143
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1149
#, no-wrap
msgid "`{rodrigc}`"
msgstr "`{rodrigc}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1146
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1152
#, no-wrap
msgid "`{michaelo}`"
msgstr "`{michaelo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1149
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1155
#, no-wrap
msgid "`{igoro}`"
msgstr "`{igoro}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1152
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1158
#, no-wrap
msgid "`{dtxdf}`"
msgstr "`{dtxdf}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1155
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1161
#, no-wrap
msgid "`{ler}`"
msgstr "`{ler}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1158
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1164
#, no-wrap
msgid "`{leres}`"
msgstr "`{leres}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1161
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1167
#, no-wrap
msgid "`{robak}`"
msgstr "`{robak}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1164
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1170
#, no-wrap
msgid "`{guido}`"
msgstr "`{guido}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1167
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1173
#, no-wrap
msgid "`{rea}`"
msgstr "`{rea}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1170
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1176
#, no-wrap
msgid "`{ray}`"
msgstr "`{ray}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1173
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1179
#, no-wrap
msgid "`{niklas}`"
msgstr "`{niklas}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1176
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1182
#, no-wrap
msgid "`{salvadore}`"
msgstr "`{salvadore}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1179
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1185
#, no-wrap
msgid "`{bsam}`"
msgstr "`{bsam}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1182
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1188
#, no-wrap
msgid "`{marks}`"
msgstr "`{marks}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1185
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1191
#, no-wrap
msgid "`{bschmidt}`"
msgstr "`{bschmidt}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1188
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1194
#, no-wrap
msgid "`{wosch}`"
msgstr "`{wosch}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1191
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1197
#, no-wrap
msgid "`{cy}`"
msgstr "`{cy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1194
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1200
#, no-wrap
msgid "`{das}`"
msgstr "`{das}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1197
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1203
#, no-wrap
msgid "`{scheidell}`"
msgstr "`{scheidell}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1200
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1206
#, no-wrap
msgid "`{matthew}`"
msgstr "`{matthew}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1203
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1209
#, no-wrap
msgid "`{tmseck}`"
msgstr "`{tmseck}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1206
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1212
#, no-wrap
msgid "`{johans}`"
msgstr "`{johans}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1209
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1215
#, no-wrap
msgid "`{bakul}`"
msgstr "`{bakul}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1212
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1218
#, no-wrap
msgid "`{gshapiro}`"
msgstr "`{gshapiro}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1215
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1221
#, no-wrap
msgid "`{wxs}`"
msgstr "`{wxs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1218
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1224
#, no-wrap
msgid "`{nork}`"
msgstr "`{nork}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1221
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1227
#, no-wrap
msgid "`{syrinx}`"
msgstr "`{syrinx}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1224
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1230
#, no-wrap
msgid "`{vanilla}`"
msgstr "`{vanilla}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1227
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1233
#, no-wrap
msgid "`{ashafer}`"
msgstr "`{ashafer}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1230
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1236
#, no-wrap
msgid "`{ashish}`"
msgstr "`{ashish}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1233
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1239
#, no-wrap
msgid "`{asiciliano}`"
msgstr "`{asiciliano}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1236
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1242
#, no-wrap
msgid "`{chs}`"
msgstr "`{chs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1239
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1245
#, no-wrap
msgid "`{bms}`"
msgstr "`{bms}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1242
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1248
#, no-wrap
msgid "`{demon}`"
msgstr "`{demon}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1245
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1251
#, no-wrap
msgid "`{jesper}`"
msgstr "`{jesper}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1248
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1254
#, no-wrap
msgid "`{scop}`"
msgstr "`{scop}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1251
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1257
#, no-wrap
msgid "`{anray}`"
msgstr "`{anray}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1254
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1260
#, no-wrap
msgid "`{flo}`"
msgstr "`{flo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1260
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1266
#, no-wrap
msgid "`{kensmith}`"
msgstr "`{kensmith}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1263
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1269
#, no-wrap
msgid "`{ben}`"
msgstr "`{ben}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1266
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1272
#, no-wrap
msgid "`{des}`"
msgstr "`{des}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1269
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1275
#, no-wrap
msgid "`{sobomax}`"
msgstr "`{sobomax}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1272
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1278
#, no-wrap
msgid "`{asomers}`"
msgstr "`{asomers}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1275
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1281
#, no-wrap
msgid "`{brian}`"
msgstr "`{brian}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1278
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1284
#, no-wrap
msgid "`{sson}`"
msgstr "`{sson}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1281
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1287
#, no-wrap
msgid "`{nsouch}`"
msgstr "`{nsouch}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1284
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1290
#, no-wrap
msgid "`{ssouhlal}`"
msgstr "`{ssouhlal}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1287
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1293
#, no-wrap
msgid "`{loos}`"
msgstr "`{loos}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1290
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1296
#, no-wrap
msgid "`{brnrd}`"
msgstr "`{brnrd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1293
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1299
#, no-wrap
msgid "`{rink}`"
msgstr "`{rink}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1296
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1302
#, no-wrap
msgid "`{vsevolod}`"
msgstr "`{vsevolod}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1299
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1305
#, no-wrap
msgid "`{pstef}`"
msgstr "`{pstef}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1302
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1308
#, no-wrap
msgid "`{zi}`"
msgstr "`{zi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1305
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1311
#, no-wrap
msgid "`{lstewart}`"
msgstr "`{lstewart}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1308
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1314
#, no-wrap
msgid "`{murray}`"
msgstr "`{murray}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1311
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1317
#, no-wrap
msgid "`{vs}`"
msgstr "`{vs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1314
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1320
#, no-wrap
msgid "`{xride}`"
msgstr "`{xride}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1317
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1323
#, no-wrap
msgid "`{marius}`"
msgstr "`{marius}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1320
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1326
#, no-wrap
msgid "`{cs}`"
msgstr "`{cs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1323
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1329
#, no-wrap
msgid "`{clsung}`"
msgstr "`{clsung}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1326
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1332
#, no-wrap
msgid "`{gsutter}`"
msgstr "`{gsutter}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1329
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1335
#, no-wrap
msgid "`{metal}`"
msgstr "`{metal}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1332
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1338
#, no-wrap
msgid "`{ryusuke}`"
msgstr "`{ryusuke}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1335
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1341
#, no-wrap
msgid "`{nyan}`"
msgstr "`{nyan}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1338
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1344
#, no-wrap
msgid "`{sahil}`"
msgstr "`{sahil}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1341
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1347
#, no-wrap
msgid "`{tota}`"
msgstr "`{tota}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1344
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1350
#, no-wrap
msgid "`{romain}`"
msgstr "`{romain}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1347
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1353
#, no-wrap
msgid "`{eduardo}`"
msgstr "`{eduardo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1350
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1356
#, no-wrap
msgid "`{sylvio}`"
msgstr "`{sylvio}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1353
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1359
#, no-wrap
msgid "`{itetcu}`"
msgstr "`{itetcu}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1356
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1362
#, no-wrap
msgid "`{mi}`"
msgstr "`{mi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1359
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1365
#, no-wrap
msgid "`{gordon}`"
msgstr "`{gordon}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1362
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1368
#, no-wrap
msgid "`{lth}`"
msgstr "`{lth}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1365
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1371
#, no-wrap
msgid "`{fabient}`"
msgstr "`{fabient}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1368
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1374
#, no-wrap
msgid "`{thierry}`"
msgstr "`{thierry}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1371
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1377
#, no-wrap
msgid "`{thompsa}`"
msgstr "`{thompsa}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1374
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1380
#, no-wrap
msgid "`{flz}`"
msgstr "`{flz}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1377
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1383
#, no-wrap
msgid "`{jilles}`"
msgstr "`{jilles}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1380
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1386
#, no-wrap
msgid "`{ganbold}`"
msgstr "`{ganbold}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1383
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1389
#, no-wrap
msgid "`{tuexen}`"
msgstr "`{tuexen}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1386
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1392
#, no-wrap
msgid "`{gonzo}`"
msgstr "`{gonzo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1389
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1395
#, no-wrap
msgid "`{uzsolt}`"
msgstr "`{uzsolt}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1392
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1398
#, no-wrap
msgid "`{ume}`"
msgstr "`{ume}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1395
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1401
#, no-wrap
msgid "`{ups}`"
msgstr "`{ups}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1398
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1404
#, no-wrap
msgid "`{fsu}`"
msgstr "`{fsu}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1401
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1407
#, no-wrap
msgid "`{mikael}`"
msgstr "`{mikael}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1404
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1410
#, no-wrap
msgid "`{manu}`"
msgstr "`{manu}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1407
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1413
#, no-wrap
msgid "`{ram}`"
msgstr "`{ram}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1410
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1416
#, no-wrap
msgid "`{bryanv}`"
msgstr "`{bryanv}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1413
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1419
#, no-wrap
msgid "`{nectar}`"
msgstr "`{nectar}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1416
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1422
#, no-wrap
msgid "`{avilla}`"
msgstr "`{avilla}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1419
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1425
#, no-wrap
msgid "`{nivit}`"
msgstr "`{nivit}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1422
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1428
#, no-wrap
msgid "`{ivoras}`"
msgstr "`{ivoras}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1425
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1431
#, no-wrap
msgid "`{stefan}`"
msgstr "`{stefan}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1428
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1434
#, no-wrap
msgid "`{kaiw}`"
msgstr "`{kaiw}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1431
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1437
#, no-wrap
msgid "`{adamw}`"
msgstr "`{adamw}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1434
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1440
#, no-wrap
msgid "`{naddy}`"
msgstr "`{naddy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1437
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1443
#, no-wrap
msgid "`{peter}`"
msgstr "`{peter}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1440
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1446
#, no-wrap
msgid "`{nwhitehorn}`"
msgstr "`{nwhitehorn}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1443
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1449
#, no-wrap
msgid "`{obiwac}`"
msgstr "`{obiwac}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1446
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1452
#, no-wrap
msgid "`{miwi}`"
msgstr "`{miwi}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1449
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1455
#, no-wrap
msgid "`{nate}`"
msgstr "`{nate}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1452
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1458
#, no-wrap
msgid "`{twinterg}`"
msgstr "`{twinterg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1455
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1461
#, no-wrap
msgid "`{def}`"
msgstr "`{def}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1458
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1464
#, no-wrap
msgid "`{wollman}`"
msgstr "`{wollman}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1461
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1467
#, no-wrap
msgid "`{joerg}`"
msgstr "`{joerg}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1464
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1470
#, no-wrap
msgid "`{ygy}`"
msgstr "`{ygy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1467
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1473
#, no-wrap
msgid "`{emax}`"
msgstr "`{emax}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1470
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1476
#, no-wrap
msgid "`{oshogbo}`"
msgstr "`{oshogbo}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1473
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1479
#, no-wrap
msgid "`{andy}`"
msgstr "`{andy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1476
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1482
#, no-wrap
msgid "`{riggs}`"
msgstr "`{riggs}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1479
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1485
#, no-wrap
msgid "`{egypcio}`"
msgstr "`{egypcio}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1482
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1488
#, no-wrap
msgid "`{bz}`"
msgstr "`{bz}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1485
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1491
#, no-wrap
msgid "`{dsl}`"
msgstr "`{dsl}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1488
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1494
#, no-wrap
msgid "`{zeising}`"
msgstr "`{zeising}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1491
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1497
#, no-wrap
msgid "`{phantom}`"
msgstr "`{phantom}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1494
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1500
#, no-wrap
msgid "`{tz}`"
msgstr "`{tz}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1497
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1503
#, no-wrap
msgid "`{rigoletto}`"
msgstr "`{rigoletto}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1500
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1506
#, no-wrap
msgid "`{kaktus}`"
msgstr "`{kaktus}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1503
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1509
#, no-wrap
msgid "`{samm}`"
msgstr "`{samm}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1506
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1512
#, no-wrap
msgid "`{arrowd}`"
msgstr "`{arrowd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1509
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1515
#, no-wrap
msgid "`{ronald}`"
msgstr "`{ronald}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1512
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1518
#, no-wrap
msgid "`{meta}`"
msgstr "`{meta}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1515
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1521
#, no-wrap
msgid "`{rnagy}`"
msgstr "`{rnagy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1518
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1524
#, no-wrap
msgid "`{vvd}`"
msgstr "`{vvd}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1521
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1527
#, no-wrap
msgid "`{gbe}`"
msgstr "`{gbe}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1524
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1530
#, no-wrap
msgid "`{bnovkov}`"
msgstr "`{bnovkov}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1527
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1533
#, no-wrap
msgid "`{ivy}`"
msgstr "`{ivy}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1530
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1536
#, no-wrap
msgid "`{khorben}`"
msgstr "`{khorben}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1533
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1539
#, no-wrap
msgid "`{vexeduxr}`"
msgstr "`{vexeduxr}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1536
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1542
#, no-wrap
msgid "`{alven}`"
msgstr "`{alven}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1539
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1545
#, no-wrap
msgid "`{pouria}`"
msgstr "`{pouria}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1542
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1548
#, no-wrap
msgid "`{siva}`"
msgstr "`{siva}`"
+#. type: Title ===
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1551
+#, no-wrap
+msgid "`{nxjoseph}`"
+msgstr "`{nxjoseph}`"
+
+#. type: Title ===
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1554
+#, no-wrap
+msgid "`{kenrap}`"
+msgstr "`{kenrap}`"
+
#. type: Title ==
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1546
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1558
#, no-wrap
msgid "Other Cluster Account Holders"
msgstr "Другие владельцы учётных записей"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1548
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1560
#, no-wrap
msgid "`{bk}`"
msgstr "`{bk}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1551
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1563
#, no-wrap
msgid "`{deb}`"
msgstr "`{deb}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1554
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1566
#, no-wrap
msgid "`{debdrup}`"
msgstr "`{debdrup}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1557
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1569
#, no-wrap
msgid "`{dutchdaemon}`"
msgstr "`{dutchdaemon}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1560
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1572
#, no-wrap
msgid "`{keymaster}`"
msgstr "`{keymaster}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1563
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1575
#, no-wrap
msgid "`{mwlucas}`"
msgstr "`{mwlucas}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1566
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1578
#, no-wrap
msgid "`{dhw}`"
msgstr "`{dhw}`"
#. type: Title ===
-#: documentation/content/en/articles/pgpkeys/_index.adoc:1569
+#: documentation/content/en/articles/pgpkeys/_index.adoc:1581
#, no-wrap
msgid "`{tpearson}`"
msgstr "`{tpearson}`"
diff --git a/documentation/content/ru/articles/pr-guidelines/_index.adoc b/documentation/content/ru/articles/pr-guidelines/_index.adoc
--- a/documentation/content/ru/articles/pr-guidelines/_index.adoc
+++ b/documentation/content/ru/articles/pr-guidelines/_index.adoc
@@ -72,7 +72,7 @@
* Джейн Рэндом БагБастер подтверждает, что отчёт об ошибке содержит достаточно информации для её воспроизведения. Если нет, она взаимодействует с отправителем, чтобы получить необходимые данные. На этом этапе ошибке присваивается статус `Open`.
* Джо Рандом Коммиттер проявляет интерес к отчёту и назначает его себе, или Джейн Рандом БагБастер решает, что Джо лучше всего подходит для его решения и назначает его Джону. Ошибка должна быть переведена в состояние `In Discussion`.
* Джо кратко общается с инициатором (убедившись, что всё заносится в журнал аудита) и определяет причину проблемы.
-* Джо засиживается всю ночь и создает патч, который, как он считает, исправляет проблему, и отправляет его в ответном сообщении, прося автора проверить его. Затем он устанавливает состояние отчёта в `Patch Ready`.
+* Джо засиживается всю ночь и создаёт патч, который, как он считает, исправляет проблему, и отправляет его в ответном сообщении, прося автора проверить его. Затем он устанавливает состояние отчёта в `Patch Ready`.
* После нескольких итераций и Джо, и автор патча остаются довольны результатом, и Джо фиксирует его в `-CURRENT` (или напрямую в `-STABLE`, если проблема отсутствует в `-CURRENT`), обязательно указывая в логе коммита ссылку на отчёт о проблеме (а также упоминая автора, если он предоставил патч целиком или частично) и, если необходимо, запускает отсчёт для MFC. Ошибка переводится в состояние `Needs MFC`.
* Если исправление не требует переноса в стабильную ветку (MFC), Джо закрывает отчёт с пометкой `Issue Resolved`.
diff --git a/documentation/content/ru/articles/pr-guidelines/_index.po b/documentation/content/ru/articles/pr-guidelines/_index.po
--- a/documentation/content/ru/articles/pr-guidelines/_index.po
+++ b/documentation/content/ru/articles/pr-guidelines/_index.po
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: FreeBSD Documentation VERSION\n"
"POT-Creation-Date: 2026-02-22 15:58+0000\n"
-"PO-Revision-Date: 2026-03-08 09:11+0000\n"
+"PO-Revision-Date: 2026-04-05 04:45+0000\n"
"Last-Translator: Vladlen Popolitov <vladlenpopolitov@list.ru>\n"
"Language-Team: Russian <https://translate-dev.freebsd.org/projects/"
"documentation/articlespr-guidelines_index/ru/>\n"
@@ -161,7 +161,7 @@
"problem, and submits it in a follow-up, asking the originator to test it. He "
"then sets the report's state to `Patch Ready`."
msgstr ""
-"Джо засиживается всю ночь и создает патч, который, как он считает, "
+"Джо засиживается всю ночь и создаёт патч, который, как он считает, "
"исправляет проблему, и отправляет его в ответном сообщении, прося автора "
"проверить его. Затем он устанавливает состояние отчёта в `Patch Ready`."

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 1:35 AM (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33367733
Default Alt Text
D56940.diff (145 KB)

Event Timeline