From bc4ea89c2d4d44dd9fd32780e8d9a5069077037d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 6 Dec 2021 12:25:19 +0900 Subject: [PATCH] Imported Upstream version 1.47.11 --- README | 4 ++-- configure | 18 ++++++++--------- debian/changelog | 7 +++++++ debian/rules | 1 + help2man-de.info | 2 +- help2man-es.info | 2 +- help2man-fr.info | 2 +- help2man-pl.info | 2 +- help2man-pt_BR.info | 58 ++++++++++++++++++++++++++--------------------------- help2man-sv.info | 2 +- help2man-uk.info | 2 +- help2man-zh_CN.info | 2 +- help2man.1 | 4 ++-- help2man.PL | 2 +- help2man.da.1 | 4 ++-- help2man.de.1 | 4 ++-- help2man.el.1 | 4 ++-- help2man.eo.1 | 4 ++-- help2man.es.1 | 4 ++-- help2man.fi.1 | 4 ++-- help2man.fr.1 | 4 ++-- help2man.hr.1 | 4 ++-- help2man.hu.1 | 4 ++-- help2man.info | 2 +- help2man.it.1 | 4 ++-- help2man.ja.1 | 4 ++-- help2man.nb.1 | 4 ++-- help2man.pl.1 | 4 ++-- help2man.pt_BR.1 | 4 ++-- help2man.ru.1 | 4 ++-- help2man.sr.1 | 4 ++-- help2man.sv.1 | 4 ++-- help2man.ta.1 | 4 ++-- help2man.uk.1 | 4 ++-- help2man.vi.1 | 4 ++-- help2man.zh_CN.1 | 4 ++-- po/help2man.pot | 2 +- 37 files changed, 102 insertions(+), 94 deletions(-) diff --git a/README b/README index c6abe82..3ba140c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - README for GNU help2man version 1.47.10 + README for GNU help2man version 1.47.11 help2man is a script to create simple man pages from the --help and --version output of programs. @@ -8,7 +8,7 @@ way to generate a placeholder man page pointing to that resource while still providing some useful information. Home page: http://www.gnu.org/software/help2man/ - Distribution: ftp://ftp.gnu.org/gnu/help2man/help2man-1.47.10.tar.xz + Distribution: ftp://ftp.gnu.org/gnu/help2man/help2man-1.47.11.tar.xz Repository: https://salsa.debian.org/bod/help2man.git -- diff --git a/configure b/configure index d50542f..036defe 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GNU help2man 1.47.10. +# Generated by GNU Autoconf 2.69 for GNU help2man 1.47.11. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU help2man' PACKAGE_TARNAME='help2man' -PACKAGE_VERSION='1.47.10' -PACKAGE_STRING='GNU help2man 1.47.10' +PACKAGE_VERSION='1.47.11' +PACKAGE_STRING='GNU help2man 1.47.11' PACKAGE_BUGREPORT='bug-help2man@gnu.org' PACKAGE_URL='http://www.gnu.org/software/help2man/' @@ -1211,7 +1211,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU help2man 1.47.10 to adapt to many kinds of systems. +\`configure' configures GNU help2man 1.47.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1273,7 +1273,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU help2man 1.47.10:";; + short | recursive ) echo "Configuration of GNU help2man 1.47.11:";; esac cat <<\_ACEOF @@ -1360,7 +1360,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU help2man configure 1.47.10 +GNU help2man configure 1.47.11 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1461,7 +1461,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU help2man $as_me 1.47.10, which was +It was created by GNU help2man $as_me 1.47.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3777,7 +3777,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU help2man $as_me 1.47.10, which was +This file was extended by GNU help2man $as_me 1.47.11, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3832,7 +3832,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GNU help2man config.status 1.47.10 +GNU help2man config.status 1.47.11 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/debian/changelog b/debian/changelog index 74232a3..a535bbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +help2man (1.47.11) unstable; urgency=medium + + * Adjust maintainer sanity check again, this time to handle binary NMUs + (closes: #934601). + + -- Brendan O'Dea Mon, 12 Aug 2019 22:52:07 +1000 + help2man (1.47.10) unstable; urgency=medium * Change maintainer sanity check in debian/rules to use the contents diff --git a/debian/rules b/debian/rules index d07af1d..fdc84bb 100755 --- a/debian/rules +++ b/debian/rules @@ -119,6 +119,7 @@ maint-prep: # debian package). check-maint-prep: test -x configure # autoconf has been run + [[ $(DEB_VERSION) = *+b[0-9]* ]] || # this is a bin-NMU, or... \ grep -qF 'help2man-$(DEB_VERSION).tar' README # exists and up to date maint-clean: maint-prep diff --git a/help2man-de.info b/help2man-de.info index 7c811d4..71a409c 100644 --- a/help2man-de.info +++ b/help2man-de.info @@ -1,4 +1,4 @@ -This is help2man-de.info.tmp, produced by makeinfo version 6.5 from +This is help2man-de.info.tmp, produced by makeinfo version 6.6 from help2man-de.texi. Diese Datei dokumentiert den GNU-Befehl ‘help2man’, der einfache diff --git a/help2man-es.info b/help2man-es.info index 6cf61b1..aefc311 100644 --- a/help2man-es.info +++ b/help2man-es.info @@ -1,4 +1,4 @@ -This is help2man-es.info.tmp, produced by makeinfo version 6.5 from +This is help2man-es.info.tmp, produced by makeinfo version 6.6 from help2man-es.texi. Este fichero contiene la documentación del programa GNU ‘help2man’, el diff --git a/help2man-fr.info b/help2man-fr.info index e8794c1..88e9304 100644 --- a/help2man-fr.info +++ b/help2man-fr.info @@ -1,4 +1,4 @@ -This is help2man-fr.info.tmp, produced by makeinfo version 6.5 from +This is help2man-fr.info.tmp, produced by makeinfo version 6.6 from help2man-fr.texi. Ce fichier documente la commande GNU ‘help2man’ qui produit de simples diff --git a/help2man-pl.info b/help2man-pl.info index fcd5de7..a5d1148 100644 --- a/help2man-pl.info +++ b/help2man-pl.info @@ -1,4 +1,4 @@ -This is help2man-pl.info.tmp, produced by makeinfo version 6.5 from +This is help2man-pl.info.tmp, produced by makeinfo version 6.6 from help2man-pl.texi. Ten plik opisuje polecenie GNU ‘help2man’, tworzące proste strony diff --git a/help2man-pt_BR.info b/help2man-pt_BR.info index e8b2fa0..35becb1 100644 --- a/help2man-pt_BR.info +++ b/help2man-pt_BR.info @@ -1,4 +1,4 @@ -This is help2man-pt_BR.info.tmp, produced by makeinfo version 6.5 from +This is help2man-pt_BR.info.tmp, produced by makeinfo version 6.6 from help2man-pt_BR.texi. Esse arquivo documenta o comando GNU ‘help2man’ que produz páginas de @@ -53,8 +53,8 @@ File: help2man-pt_BR.info.tmp, Node: Top, Next: Visão geral, Up: (dir)  File: help2man-pt_BR.info.tmp, Node: Visão geral, Next: Chamando help2man, Prev: Top, Up: Top -1 Visão geral do ‘help2man’ -*************************** +1, Visão geral do ‘help2man’ +**************************** ‘help2man’ é uma ferramenta para geração automática de páginas de manual simples a partir da saída de programa. @@ -73,8 +73,8 @@ parece uma página de manual.  File: help2man-pt_BR.info.tmp, Node: Chamando help2man, Next: Recomendações do --help, Prev: Visão geral, Up: Top -2 Como executar o ‘help2man’ -**************************** +2, Como executar o ‘help2man’ +***************************** O formato para executar o programa ‘help2man’ é: @@ -169,8 +169,8 @@ especificadas usando:  File: help2man-pt_BR.info.tmp, Node: Recomendações do --help, Next: Incluindo texto, Prev: Chamando help2man, Up: Top -3 Recomendações para ‘--help’ -***************************** +3, Recomendações para ‘--help’ +****************************** Aqui estão algumas recomendações para o que incluir na saída de seu ‘--help’. Incluir tais recomendações fornece ao ‘help2man’ a melhor @@ -265,8 +265,8 @@ nova seção, e ‘Palavras:’ uma nova subseção.  File: help2man-pt_BR.info.tmp, Node: Incluindo texto, Next: Uso de Makefile, Prev: Recomendações do --help, Up: Top -4 Incluindo texto adicional na saída -************************************ +4, Incluindo texto adicional na saída +************************************* Texto de estatística adicional pode ser incluído na página de manual gerada usando as opções ‘--include’ e ‘--opt-include’ (*note Chamando @@ -327,8 +327,8 @@ padrão, respectivamente.  File: help2man-pt_BR.info.tmp, Node: Uso de Makefile, Next: Páginas man localizadas, Prev: Incluindo texto, Up: Top -5 Usando ‘help2man’ com ‘make’ -****************************** +5, Usando ‘help2man’ com ‘make’ +******************************* Um uso sugerido do ‘help2man’ em Makefiles é que a página do manual dependa não do binário, mas do(s) arquivo(s) fonte nos quais a saída de @@ -357,8 +357,8 @@ dentre:  File: help2man-pt_BR.info.tmp, Node: Páginas man localizadas, Next: Exemplo, Prev: Uso de Makefile, Up: Top -6 Produzindo páginas de manual de idioma nativo -*********************************************** +6, Produzindo páginas de manual de idioma nativo +************************************************ As páginas de manual podem ser produzidas para qualquer localidade que tem suporte no programa e no ‘help2man’ com a opção ‘--locale’ (‘-L’). @@ -369,8 +369,8 @@ tem suporte no programa e no ‘help2man’ com a opção ‘--locale’ (‘-L relação de suporte a idiomas pelo ‘help2man’ e *note Relatórios:: para como enviar outras traduções. -6.1 Alterando a localização dos catálogos de mensagens -====================================================== +6.1, Alterando a localização dos catálogos de mensagens +======================================================= Ao criar páginas de manual localizadas a partir do diretório de compilação de um programa, é provável que as traduções instaladas no @@ -407,8 +407,8 @@ substituir o local pelo caminho fornecido por ‘$LOCALEDIR’.  File: help2man-pt_BR.info.tmp, Node: Exemplo, Next: Relatórios, Prev: Páginas man localizadas, Up: Top -7 Exemplo de saída do ‘help2man’ -******************************** +7, Exemplo de saída do ‘help2man’ +********************************* Dado um programa hipotético ‘foo’ que produz a seguinte saída: @@ -500,8 +500,8 @@ que será formatada em algo como:  File: help2man-pt_BR.info.tmp, Node: Relatórios, Next: Disponibilidade, Prev: Exemplo, Up: Top -8 Reportando erros ou sugestões -******************************* +8, Reportando erros ou sugestões +******************************** Se você encontrar problemas ou tiver sugestões sobre este programa ou manual, informe-os para . @@ -513,8 +513,8 @@ Project (http://translationproject.org/) veja  File: help2man-pt_BR.info.tmp, Node: Disponibilidade, Prev: Relatórios, Up: Top -9 Obtendo ‘help2man’ -******************** +9, Obtendo ‘help2man’ +********************* A versão mais recente desta distribuição está disponível on-line a partir de espelhos GNU: @@ -532,14 +532,14 @@ partir de espelhos GNU: Tag Table: Node: Top1234 Node: Visão geral2137 -Node: Chamando help2man2926 -Node: Recomendações do --help5925 -Node: Incluindo texto10486 -Node: Uso de Makefile12696 -Node: Páginas man localizadas13700 -Node: Exemplo15761 -Node: Relatórios18452 -Node: Disponibilidade18933 +Node: Chamando help2man2928 +Node: Recomendações do --help5929 +Node: Incluindo texto10492 +Node: Uso de Makefile12704 +Node: Páginas man localizadas13710 +Node: Exemplo15775 +Node: Relatórios18468 +Node: Disponibilidade18951  End Tag Table diff --git a/help2man-sv.info b/help2man-sv.info index 57e5675..e66a624 100644 --- a/help2man-sv.info +++ b/help2man-sv.info @@ -1,4 +1,4 @@ -This is help2man-sv.info.tmp, produced by makeinfo version 6.5 from +This is help2man-sv.info.tmp, produced by makeinfo version 6.6 from help2man-sv.texi. Denna fil dokumenterar GNU ‘help2man’-kommandot som producerar enkla diff --git a/help2man-uk.info b/help2man-uk.info index aaf3f53..40aae62 100644 --- a/help2man-uk.info +++ b/help2man-uk.info @@ -1,4 +1,4 @@ -This is help2man-uk.info.tmp, produced by makeinfo version 6.5 from +This is help2man-uk.info.tmp, produced by makeinfo version 6.6 from help2man-uk.texi. У цьому файлі міститься документація до програми GNU ‘help2man’. diff --git a/help2man-zh_CN.info b/help2man-zh_CN.info index 4f2fd3e..1464c1a 100644 --- a/help2man-zh_CN.info +++ b/help2man-zh_CN.info @@ -1,4 +1,4 @@ -This is help2man-zh_CN.info.tmp, produced by makeinfo version 6.5 from +This is help2man-zh_CN.info.tmp, produced by makeinfo version 6.6 from help2man-zh_CN.texi. 本文档记载 GNU ‘help2man’ 命令,用以从其他命令的 ‘--help’ 和 ‘--version’ diff --git a/help2man.1 b/help2man.1 index 03c8cb6..a6a2b38 100644 --- a/help2man.1 +++ b/help2man.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "March 2019" "help2man 1.47.10" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "August 2019" "help2man 1.47.11" "User Commands" .SH NAME help2man \- generate a simple manual page .SH SYNOPSIS diff --git a/help2man.PL b/help2man.PL index 8c27c87..6ec58f7 100755 --- a/help2man.PL +++ b/help2man.PL @@ -16,7 +16,7 @@ use 5.008; use Config; use Getopt::Long; -my ($program, $version) = ('help2man', '1.47.10'); +my ($program, $version) = ('help2man', '1.47.11'); my %opts; die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n" diff --git a/help2man.da.1 b/help2man.da.1 index 2a62443..a13862c 100644 --- a/help2man.da.1 +++ b/help2man.da.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "marts 2019" "help2man 1.47.10" "Brugerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "august 2019" "help2man 1.47.11" "Brugerkommandoer" .SH NAVN help2man \- opret en simpel manualside .SH SYNOPSIS diff --git a/help2man.de.1 b/help2man.de.1 index 7cb2bfe..8cbfd1e 100644 --- a/help2man.de.1 +++ b/help2man.de.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "März 2019" "help2man 1.47.10" "Dienstprogramme für Benutzer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "August 2019" "help2man 1.47.11" "Dienstprogramme für Benutzer" .SH BEZEICHNUNG help2man \- generiert eine einfache Handbuchseite .SH ÜBERSICHT diff --git a/help2man.el.1 b/help2man.el.1 index 9ff697b..9c10c61 100644 --- a/help2man.el.1 +++ b/help2man.el.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "Μαρτίου 2019" "help2man 1.47.10" "Εντολές χρήστη" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "Αυγούστου 2019" "help2man 1.47.11" "Εντολές χρήστη" .SH NAME help2man \- δημιουργία απλής σελίδας εγχειριδίου .SH SYNOPSIS diff --git a/help2man.eo.1 b/help2man.eo.1 index b2b8ad7..f5cd619 100644 --- a/help2man.eo.1 +++ b/help2man.eo.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "2019-03" "help2man 1.47.10" "Uzant-komandoj" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "2019-08" "help2man 1.47.11" "Uzant-komandoj" .SH NOMO help2man \- generas simplan man-paĝon .SH RESUMO diff --git a/help2man.es.1 b/help2man.es.1 index a79e9c5..c3f8368 100644 --- a/help2man.es.1 +++ b/help2man.es.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "marzo 2019" "help2man 1.47.10" "Órdenes de usuario" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "agosto 2019" "help2man 1.47.11" "Órdenes de usuario" .SH NOMBRE help2man \- genera una página de manual básica .SH SINOPSIS diff --git a/help2man.fi.1 b/help2man.fi.1 index 2a70882..1049b21 100644 --- a/help2man.fi.1 +++ b/help2man.fi.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "maaliskuu 2019" "help2man 1.47.10" "Käyttäjän sovellukset" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "elokuu 2019" "help2man 1.47.11" "Käyttäjän sovellukset" .SH NIMI help2man \- luo yksinkertainen man-sivu .SH YLEISKATSAUS diff --git a/help2man.fr.1 b/help2man.fr.1 index 88b4a62..4784ba4 100644 --- a/help2man.fr.1 +++ b/help2man.fr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "mars 2019" "help2man 1.47.10" "Commandes" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "août 2019" "help2man 1.47.11" "Commandes" .SH NOM help2man \- Créer une page de manuel sommaire .SH SYNOPSIS diff --git a/help2man.hr.1 b/help2man.hr.1 index ecf7746..fb86584 100644 --- a/help2man.hr.1 +++ b/help2man.hr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "ožujka 2019" "help2man 1.47.10" "Korisničke naredbe" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "kolovoza 2019" "help2man 1.47.11" "Korisničke naredbe" .SH IME help2man \- napravi jednostavnu stranicu priručnika .SH PREGLED diff --git a/help2man.hu.1 b/help2man.hu.1 index 9e1c270..973491c 100644 --- a/help2man.hu.1 +++ b/help2man.hu.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "2019. március" "help2man 1.47.10" "Felhasználói parancsok" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "2019. augusztus" "help2man 1.47.11" "Felhasználói parancsok" .SH NÉV help2man \- egy egyszerű kézikönyvoldal előállítása .SH LEÍRÁS diff --git a/help2man.info b/help2man.info index fca5d2b..c04f020 100644 --- a/help2man.info +++ b/help2man.info @@ -1,4 +1,4 @@ -This is help2man.info, produced by makeinfo version 6.5 from +This is help2man.info, produced by makeinfo version 6.6 from help2man.texi. This file documents the GNU ‘help2man’ command which produces simple diff --git a/help2man.it.1 b/help2man.it.1 index 5525daa..32a2dc2 100644 --- a/help2man.it.1 +++ b/help2man.it.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "marzo 2019" "help2man 1.47.10" "Comandi utente" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "agosto 2019" "help2man 1.47.11" "Comandi utente" .SH NOME help2man \- genera una semplice pagina di manuale .SH SINTASSI diff --git a/help2man.ja.1 b/help2man.ja.1 index de52f6a..6155dfb 100644 --- a/help2man.ja.1 +++ b/help2man.ja.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "2019年3月" "help2man 1.47.10" "ユーザーコマンド" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "2019年8月" "help2man 1.47.11" "ユーザーコマンド" .SH 名前 help2man \- 簡易マニュアルページの生成 .SH 書式 diff --git a/help2man.nb.1 b/help2man.nb.1 index 48a1e4e..edeeca1 100644 --- a/help2man.nb.1 +++ b/help2man.nb.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "mars 2019" "help2man 1.47.10" "Brukerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "august 2019" "help2man 1.47.11" "Brukerkommandoer" .SH NAVN help2man \- generer en enkel manualside .SH OVERSIKT diff --git a/help2man.pl.1 b/help2man.pl.1 index f1c853a..6be8340 100644 --- a/help2man.pl.1 +++ b/help2man.pl.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "marca 2019" "help2man 1.47.10" "Polecenia użytkownika" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "sierpnia 2019" "help2man 1.47.11" "Polecenia użytkownika" .SH NAZWA help2man \- generowanie prostej strony podręcznika .SH SKŁADNIA diff --git a/help2man.pt_BR.1 b/help2man.pt_BR.1 index 5b7b5d1..b03a5f0 100644 --- a/help2man.pt_BR.1 +++ b/help2man.pt_BR.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "março de 2019" "help2man 1.47.10" "Comandos de usuário" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "agosto de 2019" "help2man 1.47.11" "Comandos de usuário" .SH NOME help2man \- gera uma página de manual simples .SH SINOPSE diff --git a/help2man.ru.1 b/help2man.ru.1 index ef8ea43..2e9b8ea 100644 --- a/help2man.ru.1 +++ b/help2man.ru.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "23.03.2019" "help2man 1.47.10" "Пользовательские команды" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "12.08.2019" "help2man 1.47.11" "Пользовательские команды" .SH ИМЯ help2man \- генерирует простую справочную страницу .SH ОБЗОР diff --git a/help2man.sr.1 b/help2man.sr.1 index c401fe0..670622d 100644 --- a/help2man.sr.1 +++ b/help2man.sr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH ГНУ "1" "март 2019." "ГНУ help2man 1.47.10" "Корисничке наредбе" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH ГНУ "1" "август 2019." "ГНУ help2man 1.47.11" "Корисничке наредбе" .SH НАЗИВ help2man \— ствара страницу упутства .SH УВОД diff --git a/help2man.sv.1 b/help2man.sv.1 index 43cea69..70f8901 100644 --- a/help2man.sv.1 +++ b/help2man.sv.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "mars 2019" "help2man 1.47.10" "Användarkommandon" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "augusti 2019" "help2man 1.47.11" "Användarkommandon" .SH NAMN help2man \- generera en enkel manualsida .SH SYNOPSIS diff --git a/help2man.ta.1 b/help2man.ta.1 index 301c214..73208ed 100644 --- a/help2man.ta.1 +++ b/help2man.ta.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "மார்ச் 2019" "help2man 1.47.10" "பயனர்க் கட்டளைகள்" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "ஆகஸ்ட் 2019" "help2man 1.47.11" "பயனர்க் கட்டளைகள்" .SH பெயர் help2man \- எளிய கையேட்டுப் பக்கத்தை உருவாக்கு .SH விளக்கம் diff --git a/help2man.uk.1 b/help2man.uk.1 index 76f6201..f4cf0a9 100644 --- a/help2man.uk.1 +++ b/help2man.uk.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "23.03.19" "help2man 1.47.10" "Команди користувача" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "12.08.19" "help2man 1.47.11" "Команди користувача" .SH НАЗВА help2man \— програма для створення простих сторінок довідника .SH "КОРОТКИЙ ОПИС" diff --git a/help2man.vi.1 b/help2man.vi.1 index dedf8eb..074bfd6 100644 --- a/help2man.vi.1 +++ b/help2man.vi.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "Tháng 3 2019" "help2man 1.47.10" "Các câu lệnh" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "Tháng 8 2019" "help2man 1.47.11" "Các câu lệnh" .SH TÊN help2man \- tạo một trang hướng dẫn dạng man kiểu đơn giản .SH "TÓM TẮT" diff --git a/help2man.zh_CN.1 b/help2man.zh_CN.1 index 23e2d80..3224bea 100644 --- a/help2man.zh_CN.1 +++ b/help2man.zh_CN.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. -.TH HELP2MAN "1" "2019 三月" "help2man 1.47.10" "用户命令" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. +.TH HELP2MAN "1" "2019 八月" "help2man 1.47.11" "用户命令" .SH 名称 help2man \- 输出一份简单的手册页 .SH 描述 diff --git a/po/help2man.pot b/po/help2man.pot index abe2945..c5884c8 100644 --- a/po/help2man.pot +++ b/po/help2man.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Brendan O'Dea \n" -"POT-Creation-Date: 2019-03-23 12:22+1100\n" +"POT-Creation-Date: 2019-08-13 09:33+1000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- 2.7.4