From: DongHun Kwak Date: Mon, 6 Dec 2021 03:25:00 +0000 (+0900) Subject: Imported Upstream version 1.46.4 X-Git-Tag: upstream/1.46.4^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73de0c91bacab77c4a35e42110eba0b245cf6d2c;hp=843846cb1fc30953e1151bf1b42b41959f05a5e1;p=platform%2Fupstream%2Fhelp2man.git Imported Upstream version 1.46.4 --- diff --git a/Makefile.in b/Makefile.in index 5952384..bd5d18d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,7 +144,7 @@ $(target).h2m: $(srcdir)/$(target).h2m.PL preload: $(preload).so $(preload).so: $(srcdir)/$(preload).c - $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ -fPIC -shared $? $(LIBS) man: $(target).1 $(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL diff --git a/README b/README index 19a95a4..846ffa8 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ - README for GNU help2man version 1.46.3 + README for GNU help2man version 1.46.4 help2man is a script to create simple man pages from the --help and --version output of programs. http://www.gnu.org/software/help2man/ - ftp://ftp.gnu.org/gnu/help2man/help2man-1.46.3.tar.xz + ftp://ftp.gnu.org/gnu/help2man/help2man-1.46.4.tar.xz git://anonscm.debian.org/users/bod/help2man.git http://anonscm.debian.org/gitweb/?p=users/bod/help2man.git diff --git a/configure b/configure index 9d145d3..bbef0be 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.46.3. +# Generated by GNU Autoconf 2.69 for GNU help2man 1.46.4. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU help2man' PACKAGE_TARNAME='help2man' -PACKAGE_VERSION='1.46.3' -PACKAGE_STRING='GNU help2man 1.46.3' +PACKAGE_VERSION='1.46.4' +PACKAGE_STRING='GNU help2man 1.46.4' PACKAGE_BUGREPORT='bug-help2man@gnu.org' PACKAGE_URL='http://www.gnu.org/software/help2man/' @@ -1200,7 +1200,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.46.3 to adapt to many kinds of systems. +\`configure' configures GNU help2man 1.46.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1261,7 +1261,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU help2man 1.46.3:";; + short | recursive ) echo "Configuration of GNU help2man 1.46.4:";; esac cat <<\_ACEOF @@ -1348,7 +1348,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU help2man configure 1.46.3 +GNU help2man configure 1.46.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1449,7 +1449,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.46.3, which was +It was created by GNU help2man $as_me 1.46.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3765,7 +3765,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.46.3, which was +This file was extended by GNU help2man $as_me 1.46.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3820,7 +3820,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.46.3 +GNU help2man config.status 1.46.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/debian/changelog b/debian/changelog index c84d231..f83922f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +help2man (1.46.4) unstable; urgency=medium + + * Include architecture.mk and buildflags.mk into rules to replace the + multiple calls to dpkg-architecture and to pick up the correct + hardening flags. + * Add $(LDFLAGS) when building preload to pick up -z relro (see + https://wiki.debian.org/Hardening). + * Minor correction to Norwegian Bokmaal translation. + * Minor correction to Brazilian Portuguese translation. + * Escape dashes in --name flag for groff (see lintian tag: + hyphen-used-as-minus-sign). + * Fix example using AM_MISSING_PROG in documentation: this macro no + longer requires the third argument. + + -- Brendan O'Dea Fri, 10 Oct 2014 09:08:17 +1100 + help2man (1.46.3) unstable; urgency=medium * Update Serbian translation (thanks to Мирослав Николић). diff --git a/debian/control b/debian/control index 42c7177..1b22af6 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: help2man Section: devel Priority: optional Maintainer: Brendan O'Dea -Standards-Version: 3.9.2 -Build-Depends: perl (>= 5.8.0-7), debhelper (>= 8), gettext (>= 0.12.1), liblocale-gettext-perl +Standards-Version: 3.9.6 +Build-Depends: perl (>= 5.8.0-7), debhelper (>= 8), gettext (>= 0.12.1), liblocale-gettext-perl, dpkg-dev (>= 1.16.1) Vcs-Git: git://anonscm.debian.org/users/bod/help2man.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/bod/help2man.git diff --git a/debian/rules b/debian/rules index b11d1d9..ea676e6 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,10 @@ # Written by Brendan O'Dea SHELL = /bin/bash -DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DPKG_EXPORT_BUILDFLAGS = 1 + +include /usr/share/dpkg/architecture.mk +include /usr/share/dpkg/buildflags.mk ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) CONFARGS = --host=$(DEB_HOST_GNU_TYPE) diff --git a/help2man-de.info b/help2man-de.info index f367564..99ca31f 100644 --- a/help2man-de.info +++ b/help2man-de.info @@ -359,7 +359,7 @@ muss. Der Wert von ‘HELP2MAN’ kann in ‘configure.in’ entweder folgendermaßen festgelegt werden: - AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) + AM_MISSING_PROG(HELP2MAN, help2man) für ‘automake’, oder etwa so: @@ -555,10 +555,10 @@ Node: Aufruf von help2man3194 Node: Empfehlungen für --help6626 Node: Einbeziehen von Text11367 Node: Verwendung in Makefiles13745 -Node: Lokalisierte Handbuchseiten14919 -Node: Beispiel17212 -Node: Rückmeldungen19876 -Node: Bezugsquellen20415 +Node: Lokalisierte Handbuchseiten14905 +Node: Beispiel17198 +Node: Rückmeldungen19862 +Node: Bezugsquellen20401  End Tag Table diff --git a/help2man-fr.info b/help2man-fr.info index 45c08af..204c3e5 100644 --- a/help2man-fr.info +++ b/help2man-fr.info @@ -347,7 +347,7 @@ l’installation de ‘help2man’ pour l’utilisateur final. La valeur de ‘HELP2MAN’ peut être définie dans ‘configure.in’ en utilisant : - AM_MISSING_PROG(HELP2MAN, help2man, $répertoire_manquant) + AM_MISSING_PROG(HELP2MAN, help2man) pour ‘automake’, ou quelque chose comme : @@ -542,10 +542,10 @@ Node: Appeler help2man3203 Node: Recommandations pour --help6386 Node: Texte inclus10884 Node: Utilisation de Makefile13342 -Node: Pages de manuel traduites14487 -Node: Exemple16730 -Node: Signalements19710 -Node: Disponibilité20257 +Node: Pages de manuel traduites14464 +Node: Exemple16707 +Node: Signalements19687 +Node: Disponibilité20234  End Tag Table diff --git a/help2man-pl.info b/help2man-pl.info index 5fa7371..4244985 100644 --- a/help2man-pl.info +++ b/help2man-pl.info @@ -334,7 +334,7 @@ użytkownik końcowy nie musi mieć zainstalowanego programu ‘help2man’. Wartość zmiennej ‘HELP2MAN’ można ustawić ‘configure.in’ używając na przykład: - AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) + AM_MISSING_PROG(HELP2MAN, help2man) w przypadku korzystania z narzędzia ‘automake’ albo: @@ -525,10 +525,10 @@ Node: Uruchamianie help2man3066 Node: Zalecenia --help6172 Node: Dołączanie tekstu10409 Node: Użycie Makefile12540 -Node: Zlokalizowane strony man13748 -Node: Przykład15867 -Node: Kontakt18764 -Node: Dostępność19239 +Node: Zlokalizowane strony man13734 +Node: Przykład15853 +Node: Kontakt18750 +Node: Dostępność19225  End Tag Table diff --git a/help2man-uk.info b/help2man-uk.info index f5d2831..68135b7 100644 --- a/help2man-uk.info +++ b/help2man-uk.info @@ -353,7 +353,7 @@ File: help2man-uk.info.tmp, Node: Використання Makefile, Next: Л Значення змінної ‘HELP2MAN’ можна встановити у ‘configure.in’ у один з таких способів: - AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) + AM_MISSING_PROG(HELP2MAN, help2man) для ‘automake’ або чимось таким: @@ -548,10 +548,10 @@ Node: Як викликати help2man5766 Node: Рекомендації щодо --help10474 Node: Включення тексту17950 Node: Використання Makefile21449 -Node: Локалізовані сторінки man23171 -Node: Приклад26486 -Node: Звіти29356 -Node: Доступність30287 +Node: Локалізовані сторінки man23157 +Node: Приклад26472 +Node: Звіти29342 +Node: Доступність30273  End Tag Table diff --git a/help2man.1 b/help2man.1 index 357ea00..ee7e911 100644 --- a/help2man.1 +++ b/help2man.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "September 2014" "help2man 1.46.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "October 2014" "help2man 1.46.4" "User Commands" .SH NAME help2man \- generate a simple manual page .SH SYNOPSIS @@ -115,7 +115,7 @@ or sections appearing in the include file will replace what would have automatically been produced (although you can still override the former with -.B --name +.B \-\-name if required). Other sections are prepended to the automatically produced output for diff --git a/help2man.PL b/help2man.PL index 8e77cde..a667a17 100755 --- a/help2man.PL +++ b/help2man.PL @@ -16,7 +16,7 @@ use 5.008; use Config; use Getopt::Long; -my ($program, $version) = ('help2man', '1.46.3'); +my ($program, $version) = ('help2man', '1.46.4'); my %opts; die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n" diff --git a/help2man.de.1 b/help2man.de.1 index e43e7c7..6d9a3b4 100644 --- a/help2man.de.1 +++ b/help2man.de.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "September 2014" "help2man 1.46.3" "Dienstprogramme für Benutzer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "Oktober 2014" "help2man 1.46.4" "Dienstprogramme für Benutzer" .SH BEZEICHNUNG help2man \- generiert eine einfache Handbuchseite .SH ÜBERSICHT @@ -118,7 +118,7 @@ oder -Abschnitt, der in der eingefügten Datei erscheint, wird das ersetzen, was automatisch generiert würde (obwohl Sie das weitere immer noch, wenn nötig, mit -.B --name +.B \-\-name überschreiben können. Andere Abschnitte werden der automatisch erzeugten Ausgabe für die diff --git a/help2man.el.1 b/help2man.el.1 index 8d2c101..258ed31 100644 --- a/help2man.el.1 +++ b/help2man.el.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "Σεπτέμβριος 2014" "help2man 1.46.3" "Εντολές χρήστη" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "Οκτώβριος 2014" "help2man 1.46.4" "Εντολές χρήστη" .SH NAME help2man \- δημιουργία απλής σελίδας εγχειριδίου .SH SYNOPSIS @@ -114,7 +114,7 @@ or ενότητες που εμφανίζονται στο αρχείο για να συμπεριληφθούν θα αντικαταστήσουν ό,τι θα είχε παραχθεί αυτόματα (παρόλο που μπορείτε ακόμα να παρακάμψετε την προηγούμενη με -.B --name +.B \-\-name αν απαιτείται). Άλλες ενότητες ενσωματώνονται στο αυτόματα παραγόμενο αποτέλεσμα για diff --git a/help2man.eo.1 b/help2man.eo.1 index 6a12bc2..ab8e318 100644 --- a/help2man.eo.1 +++ b/help2man.eo.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "2014-09" "help2man 1.46.3" "Uzant-komandoj" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "2014-10" "help2man 1.46.4" "Uzant-komandoj" .SH NOMO help2man \- generas simplan man-paĝon .SH RESUMO @@ -120,7 +120,7 @@ aŭ aperantaj en la inkluziv-dosiero anstataŭigos kion ajn estus aŭtomate produktite (kvankam vi ankoraŭ povas preterpasi la NOMOn per -.B --name +.B \-\-name se bezonate). Aliaj sekcioj estos antaŭmetataj al la aŭtomate produktota eligo por diff --git a/help2man.es.1 b/help2man.es.1 index 1ebd736..0da6e99 100644 --- a/help2man.es.1 +++ b/help2man.es.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "septiembre 2014" "help2man 1.46.3" "Órdenes de usuario" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "octubre 2014" "help2man 1.46.4" "Órdenes de usuario" .SH NOMBRE help2man \- genera una página de manual sencilla .SH SINOPSIS @@ -113,7 +113,7 @@ o que aparezcan en el fichero de inclusión reemplazan las que se hubieran generado automáticamente (aunque se puede evitar lo anterior con -.B --name +.B \-\-name si hace falta). Otras secciones se insertan delante de la salida generada automáticamente para diff --git a/help2man.fi.1 b/help2man.fi.1 index 9b6dd3e..5a9411e 100644 --- a/help2man.fi.1 +++ b/help2man.fi.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "syyskuu 2014" "help2man 1.46.3" "Käyttäjän sovellukset" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "lokakuu 2014" "help2man 1.46.4" "Käyttäjän sovellukset" .SH NIMI help2man \- luo yksinkertainen man-sivu .SH YLEISKATSAUS @@ -117,7 +117,7 @@ tai .BR [YLEISKATSAUS] , joka löytyy sisällytystiedostosta, korvaa muutoin automaattisesti tuotettavan osan (vaikka tämänkin voi korvata -.B --name +.B \-\-name -valitsimella tarvittaessa). Muut kappaleet aloittavat automaattisesti tuotetun tulosteen aiemmin diff --git a/help2man.fr.1 b/help2man.fr.1 index c350a4a..23c53d8 100644 --- a/help2man.fr.1 +++ b/help2man.fr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "septembre 2014" "help2man 1.46.3" "Commandes" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "octobre 2014" "help2man 1.46.4" "Commandes" .SH NOM help2man \- Créer une page de manuel sommaire .SH SYNOPSIS @@ -124,7 +124,7 @@ ou apparaissant dans le fichier inclus va remplacer celle qui aurait été créée automatiquement (mais vous pouvez encore remplacer la première avec -.B --name +.B \-\-name si nécessaire). Le texte supplémentaire aux autres sections usuelles (celles diff --git a/help2man.h2m.PL b/help2man.h2m.PL index 94f7847..488684c 100755 --- a/help2man.h2m.PL +++ b/help2man.h2m.PL @@ -157,7 +157,7 @@ or sections appearing in the include file will replace what would have automatically been produced (although you can still override the former with -.B --name +.B \-\-name if required). EOT print OUT "\n"; diff --git a/help2man.hr.1 b/help2man.hr.1 index 5c7e9f7..1623293 100644 --- a/help2man.hr.1 +++ b/help2man.hr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "Rujan 2014" "help2man 1.46.3" "Korisničke naredbe" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "Listopad 2014" "help2man 1.46.4" "Korisničke naredbe" .SH IME help2man \- napravi jednostavnu stranicu priručnika .SH PREGLED @@ -114,7 +114,7 @@ ili .B [PREGLED] skupina koja se pojavljuje u uključenoj datoteci će zamijeniti ono što bi se automatski stvorilo (iako to još uvijek možete zaobići s -.B --name +.B \-\-name ako je potrebno). Ostale skupine se dodaju prije automatski stvorenog izlaza za diff --git a/help2man.hu.1 b/help2man.hu.1 index 0e30087..189c862 100644 --- a/help2man.hu.1 +++ b/help2man.hu.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "2014. szeptember" "help2man 1.46.3" "Felhasználói parancsok" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "2014. október" "help2man 1.46.4" "Felhasználói parancsok" .SH NÉV help2man \- egy egyszerű kézikönyvoldal előállítása .SH LEÍRÁS @@ -114,7 +114,7 @@ or sections appearing in the include file will replace what would have automatically been produced (although you can still override the former with -.B --name +.B \-\-name if required). Other sections are prepended to the automatically produced output for diff --git a/help2man.info b/help2man.info index d049aae..46b87cb 100644 --- a/help2man.info +++ b/help2man.info @@ -322,7 +322,7 @@ included in the distribution without requiring the end-user to have The value of ‘HELP2MAN’ may be set in ‘configure.in’ using either of: - AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) + AM_MISSING_PROG(HELP2MAN, help2man) for ‘automake’, or something like: @@ -514,10 +514,10 @@ Node: Invoking help2man2683 Node: --help recommendations5442 Node: Including text9318 Node: Makefile usage11320 -Node: Localised man pages12295 -Node: Example14199 -Node: Reports16819 -Node: Availability17273 +Node: Localised man pages12281 +Node: Example14185 +Node: Reports16805 +Node: Availability17259  End Tag Table diff --git a/help2man.it.1 b/help2man.it.1 index 8bc792f..a181ad1 100644 --- a/help2man.it.1 +++ b/help2man.it.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "settembre 2014" "help2man 1.46.3" "Comandi utente" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "ottobre 2014" "help2man 1.46.4" "Comandi utente" .SH NOME help2man \- genera una semplice pagina di manuale .SH SINTASSI @@ -116,7 +116,7 @@ o che compare nel file di inclusione andrà a sostituire quelle che sarebbero prodotte automaticamente (anche se è sempre possibile annullare le prime con -.B --name +.B \-\-name se necessario). Altre sezioni sono inserite prima di quelle automaticamente prodotte in output diff --git a/help2man.ja.1 b/help2man.ja.1 index eac3d57..08f260d 100644 --- a/help2man.ja.1 +++ b/help2man.ja.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "2014年9月" "help2man 1.46.3" "ユーザーコマンド" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "2014年10月" "help2man 1.46.4" "ユーザーコマンド" .SH 名前 help2man \- 簡易マニュアルページの生成 .SH 書式 @@ -116,7 +116,7 @@ RCS のキーワードなどに使用することができる。 .B [書式] というセクションがあれば、そこに記述した内容が、自動的に生成される内容のかわりに出力される。 (もっとも、どうしても必要ならば、前者については、 -.B --name +.B \-\-name オプションを使って、さらに置き換えることができるが。) それ以外のセクションについては、上記の標準的なセクションのために diff --git a/help2man.nb.1 b/help2man.nb.1 index c1c27db..c1c1b56 100644 --- a/help2man.nb.1 +++ b/help2man.nb.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "september 2014" "help2man 1.46.3" "Brukerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "oktober 2014" "help2man 1.46.4" "Brukerkommandoer" .SH NAVN help2man \- generer en enkel manualside .SH OVERSIKT @@ -76,7 +76,7 @@ alternativer. Formatet er enkelt Blokker av ordrett *roff-tekst er satt inn i utdata enten ved starten på den gitte -.BI[seksjon] +.BI [ seksjon ] (små bokstaver), eller etter et avsnitt matchende .BI / mønster /\fR. @@ -115,7 +115,7 @@ eller seksjoner som vises i inkluder-filen vil erstatte det som ville automatisk ha blitt produsert (selv om du fortsatt kan overstyre det forrige med -.B --name +.B \-\-name hvis nødvendig). Andre seksjoner er forvalgt i automatisk produsert utdata for diff --git a/help2man.pl.1 b/help2man.pl.1 index a5d178a..8e2e792 100644 --- a/help2man.pl.1 +++ b/help2man.pl.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "wrzesień 2014" "help2man 1.46.3" "Polecenia użytkownika" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "październik 2014" "help2man 1.46.4" "Polecenia użytkownika" .SH NAZWA help2man \- generowanie prostej strony podręcznika .SH SKŁADNIA @@ -116,7 +116,7 @@ lib .B [składnia] występująca w pliku dołączanym zastępuje to, co zostałoby automatycznie wyprodukowane (aczkolwiek można w razie potrzeby obejść to zachowanie przez -.B --name +.B \-\-name ). Inne sekcje są dołączane do automatycznie generowanego wyjścia diff --git a/help2man.pt_BR.1 b/help2man.pt_BR.1 index 0ab2c16..4498c17 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.46.3. -.TH HELP2MAN "1" "setembro de 2014" "help2man 1.46.3" "Comandos de usuário" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "outubro de 2014" "help2man 1.46.4" "Comandos de usuário" .SH NOME help2man \- gera uma página de manual simples .SH SINOPSE @@ -67,8 +67,8 @@ saída das opções Materiais adicionais podem ser incluídos na saída gerada com as opções .B \-\-include e -.B \-\-opt\-include -. O formato é simples: +.BR \-\-opt\-include . +O formato é simples: [seção] texto @@ -118,7 +118,7 @@ ou que apareçam no arquivo de inclusão substituirá o que seria produzido automaticamente (embora você ainda possa sobrepor o primeiro com -.B --name +.B \-\-name se necessário). Outras seções são acrescentadas antes da saída produzida automaticamente diff --git a/help2man.ru.1 b/help2man.ru.1 index 17eb34c..5fecbea 100644 --- a/help2man.ru.1 +++ b/help2man.ru.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "21.09.2014" "help2man 1.46.3" "Пользовательские команды" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "10.10.2014" "help2man 1.46.4" "Пользовательские команды" .SH ИМЯ help2man \- генерирует простую справочную страницу .SH ОБЗОР @@ -117,7 +117,7 @@ help2man генерирует справочную страницу исходя будут заменены на автоматически создаваемые (хотя вы всё равно можете перезаписать первый с помощью параметра -.B --name +.B \-\-name ). Другие разделы добавляются к автоматически созданным diff --git a/help2man.sr.1 b/help2man.sr.1 index b1e92a8..42c9138 100644 --- a/help2man.sr.1 +++ b/help2man.sr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH ГНУ "1" "септембар 2014." "ГНУ help2man 1.46.3" "Корисничке наредбе" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH ГНУ "1" "октобар 2014." "ГНУ help2man 1.46.4" "Корисничке наредбе" .SH НАЗИВ help2man \— ствара страницу упутства .SH УВОД @@ -124,7 +124,7 @@ help2man \— ствара страницу упутства одељак који се појави у датотеци укључивања ће заменити оно што је самостално произведено (ипак можете још увек да прескочите модел са -.B --name +.B \-\-name ако је затражено). Остали одељци су прикачени самостално произведеном резултату за diff --git a/help2man.sv.1 b/help2man.sv.1 index de829fc..557938b 100644 --- a/help2man.sv.1 +++ b/help2man.sv.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "september 2014" "help2man 1.46.3" "Användarkommandon" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "oktober 2014" "help2man 1.46.4" "Användarkommandon" .SH NAMN help2man \- generera en enkel manualsida .SH BESKRIVNING @@ -113,7 +113,7 @@ eller som visas i inkluderingsfilen kommer att ersätta vad som skulle automatiskt bli producerat (även om du fortfarande kan åsidosätta de senare med -.B --name +.B \-\-name om det krävs). Andra sektioner läggs till i början av den automatiskt producerade utskriften diff --git a/help2man.texi b/help2man.texi index 219cf40..861bcf9 100644 --- a/help2man.texi +++ b/help2man.texi @@ -385,7 +385,7 @@ The value of @code{HELP2MAN} may be set in @code{configure.in} using either of: @example -AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) +AM_MISSING_PROG(HELP2MAN, help2man) @end example for @command{automake}, or something like: diff --git a/help2man.uk.1 b/help2man.uk.1 index 16fadf8..52e7831 100644 --- a/help2man.uk.1 +++ b/help2man.uk.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "21.09.14" "help2man 1.46.3" "Команди користувача" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "10.10.14" "help2man 1.46.4" "Команди користувача" .SH НАЗВА help2man \— програма для створення простих сторінок довідника .SH "КОРОТКИЙ ОПИС" @@ -114,7 +114,7 @@ or вказані у включеному файлі, замінять собою відповідні розділи, створені у автоматичному режимі. Ви можете зберегти перший з цих розділів за допомогою параметра -.B --name +.B \-\-name якщо захочете. Інші розділи буде додано перед автоматично створеними даними стандартних diff --git a/help2man.vi.1 b/help2man.vi.1 index dd2efcb..08da21e 100644 --- a/help2man.vi.1 +++ b/help2man.vi.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.3. -.TH HELP2MAN "1" "Tháng chín 2014" "help2man 1.46.3" "Các câu lệnh" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. +.TH HELP2MAN "1" "Tháng mười 2014" "help2man 1.46.4" "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" @@ -126,7 +126,7 @@ hoặc .B [SYNOPSIS] nào xuất hiện trong tập tin bao gồm thì thay thế kết xuất tự động tạo (dù bạn vẫn còn có dịp ghi đè lên phần [NAME] bằng: -.B --name +.B \-\-name nếu cần). NAME: TÊN diff --git a/po-texi/de.po b/po-texi/de.po index c5dced1..c2f9a54 100644 --- a/po-texi/de.po +++ b/po-texi/de.po @@ -769,8 +769,8 @@ msgstr "Der Wert von @code{HELP2MAN} kann in @code{configure.in} entweder folgen #. type: example #: help2man.texi:389 #, no-wrap -msgid "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" -msgstr "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" +msgid "AM_MISSING_PROG(HELP2MAN, help2man)\n" +msgstr "AM_MISSING_PROG(HELP2MAN, help2man)\n" #. type: Plain text #: help2man.texi:392 diff --git a/po-texi/fr.po b/po-texi/fr.po index c372b18..59622e8 100644 --- a/po-texi/fr.po +++ b/po-texi/fr.po @@ -1061,8 +1061,8 @@ msgstr "" #. type: example #: help2man.texi:389 #, no-wrap -msgid "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" -msgstr "AM_MISSING_PROG(HELP2MAN, help2man, $répertoire_manquant)\n" +msgid "AM_MISSING_PROG(HELP2MAN, help2man)\n" +msgstr "AM_MISSING_PROG(HELP2MAN, help2man)\n" #. type: Plain text #: help2man.texi:392 diff --git a/po-texi/help2man-texi.pot b/po-texi/help2man-texi.pot index 0a08f04..de8a96c 100644 --- a/po-texi/help2man-texi.pot +++ b/po-texi/help2man-texi.pot @@ -882,7 +882,7 @@ msgstr "" #. type: example #: help2man.texi:389 #, no-wrap -msgid "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" +msgid "AM_MISSING_PROG(HELP2MAN, help2man)\n" msgstr "" #. type: Plain text diff --git a/po-texi/pl.po b/po-texi/pl.po index 8878fb7..f85388e 100644 --- a/po-texi/pl.po +++ b/po-texi/pl.po @@ -768,8 +768,8 @@ msgstr "Wartość zmiennej @code{HELP2MAN} można ustawić @code{configure.in} u #. type: example #: help2man.texi:389 #, no-wrap -msgid "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" -msgstr "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" +msgid "AM_MISSING_PROG(HELP2MAN, help2man)\n" +msgstr "AM_MISSING_PROG(HELP2MAN, help2man)\n" #. type: Plain text #: help2man.texi:392 diff --git a/po-texi/uk.po b/po-texi/uk.po index 8090253..0f3cc02 100644 --- a/po-texi/uk.po +++ b/po-texi/uk.po @@ -770,8 +770,8 @@ msgstr "Значення змінної @code{HELP2MAN} можна встано #. type: example #: help2man.texi:389 #, no-wrap -msgid "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" -msgstr "AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)\n" +msgid "AM_MISSING_PROG(HELP2MAN, help2man)\n" +msgstr "AM_MISSING_PROG(HELP2MAN, help2man)\n" #. type: Plain text #: help2man.texi:392 diff --git a/po/de.gmo b/po/de.gmo index 167bcaf..0cb43b0 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 5aaa75f..d02bb78 100644 --- a/po/de.po +++ b/po/de.po @@ -388,7 +388,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Jeder\n" @@ -398,7 +398,7 @@ msgstr "" "-Abschnitt, der in der eingefügten Datei erscheint, wird das\n" "ersetzen, was automatisch generiert würde (obwohl Sie das\n" "weitere immer noch, wenn nötig, mit\n" -".B --name\n" +".B \\-\\-name\n" "überschreiben können.\n" #: help2man.h2m.PL:166 diff --git a/po/el.gmo b/po/el.gmo index b4db839..e53456c 100644 Binary files a/po/el.gmo and b/po/el.gmo differ diff --git a/po/el.po b/po/el.po index 0c251a3..45310f2 100644 --- a/po/el.po +++ b/po/el.po @@ -392,7 +392,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Οποιεσδήποτε\n" @@ -403,7 +403,7 @@ msgstr "" "αντικαταστήσουν ό,τι θα είχε\n" "παραχθεί αυτόματα (παρόλο που μπορείτε ακόμα να παρακάμψετε την\n" "προηγούμενη με\n" -".B --name\n" +".B \\-\\-name\n" "αν απαιτείται).\n" #: help2man.h2m.PL:166 diff --git a/po/eo.gmo b/po/eo.gmo index 6199b1f..e1ef49b 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index 25d379d..81707bc 100644 --- a/po/eo.po +++ b/po/eo.po @@ -380,7 +380,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Iu ajn sekcio\n" @@ -390,7 +390,7 @@ msgstr "" "aperantaj en la inkluziv-dosiero anstataŭigos kion ajn estus\n" "aŭtomate produktite (kvankam vi ankoraŭ povas preterpasi la\n" "NOMOn per\n" -".B --name\n" +".B \\-\\-name\n" "se bezonate).\n" #: help2man.h2m.PL:166 diff --git a/po/es.gmo b/po/es.gmo index 8c4a534..618d21b 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 55bdc4e..99b3967 100644 --- a/po/es.po +++ b/po/es.po @@ -377,7 +377,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Todas las secciones\n" @@ -387,7 +387,7 @@ msgstr "" "que aparezcan en el fichero de inclusión reemplazan las que se hubieran\n" "generado automáticamente (aunque se puede evitar lo\n" "anterior con\n" -".B --name\n" +".B \\-\\-name\n" "si hace falta).\n" #: help2man.h2m.PL:166 diff --git a/po/fi.gmo b/po/fi.gmo index fff5ce6..b2be6c8 100644 Binary files a/po/fi.gmo and b/po/fi.gmo differ diff --git a/po/fi.po b/po/fi.po index 162229d..65f8cdc 100644 --- a/po/fi.po +++ b/po/fi.po @@ -389,7 +389,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Kappale\n" @@ -398,7 +398,7 @@ msgstr "" ".BR [YLEISKATSAUS] ,\n" "joka löytyy sisällytystiedostosta, korvaa muutoin automaattisesti\n" "tuotettavan osan (vaikka tämänkin voi korvata\n" -".B --name\n" +".B \\-\\-name\n" "-valitsimella tarvittaessa).\n" #: help2man.h2m.PL:166 diff --git a/po/fr.gmo b/po/fr.gmo index e17668f..2e18c53 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index 7b2ac53..46d0b73 100644 --- a/po/fr.po +++ b/po/fr.po @@ -430,7 +430,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Toute section\n" @@ -440,7 +440,7 @@ msgstr "" "apparaissant dans le fichier inclus va remplacer celle qui aurait été\n" "créée automatiquement (mais vous pouvez encore remplacer la première\n" "avec\n" -".B --name\n" +".B \\-\\-name\n" "si nécessaire).\n" #: help2man.h2m.PL:166 diff --git a/po/help2man.pot b/po/help2man.pot index 091d219..c5bd19b 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: 2014-03-26 21:02+1100\n" +"POT-Creation-Date: 2014-10-09 22:34+1100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -309,7 +309,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" diff --git a/po/hr.gmo b/po/hr.gmo index 2db9665..88521bf 100644 Binary files a/po/hr.gmo and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index f5fd660..5fe0ce1 100644 --- a/po/hr.po +++ b/po/hr.po @@ -389,7 +389,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Bilo koja\n" @@ -398,7 +398,7 @@ msgstr "" ".B [PREGLED]\n" "skupina koja se pojavljuje u uključenoj datoteci će zamijeniti ono što\n" "bi se automatski stvorilo (iako to još uvijek možete zaobići s\n" -".B --name\n" +".B \\-\\-name\n" "ako je potrebno).\n" #: help2man.h2m.PL:166 diff --git a/po/hu.po b/po/hu.po index 08ed746..3a437d8 100644 --- a/po/hu.po +++ b/po/hu.po @@ -319,7 +319,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" diff --git a/po/it.gmo b/po/it.gmo index 02fbef3..16e0a9f 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index 3976391..399572f 100644 --- a/po/it.po +++ b/po/it.po @@ -394,7 +394,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Qualsiasi sezione\n" @@ -404,7 +404,7 @@ msgstr "" "che compare nel file di inclusione andrà a sostituire quelle che sarebbero\n" "prodotte automaticamente (anche se è sempre possibile annullare le\n" "prime con\n" -".B --name\n" +".B \\-\\-name\n" "se necessario).\n" #: help2man.h2m.PL:166 diff --git a/po/ja.gmo b/po/ja.gmo index 5728f89..09b1d39 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index a3f5b69..5f90379 100644 --- a/po/ja.po +++ b/po/ja.po @@ -393,7 +393,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "インクルードファイルに\n" @@ -403,7 +403,7 @@ msgstr "" "というセクションがあれば、そこに記述した内容が、自動的に生成される内容のかわ" "りに出力される。\n" " (もっとも、どうしても必要ならば、前者については、\n" -".B --name\n" +".B \\-\\-name\n" "オプションを使って、さらに置き換えることができるが。)\n" #: help2man.h2m.PL:166 diff --git a/po/nb.gmo b/po/nb.gmo index f9d1a74..294e8d1 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index 21b560a..42df55c 100644 --- a/po/nb.po +++ b/po/nb.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: help2man-1.45.2pre1\n" "Report-Msgid-Bugs-To: Brendan O'Dea \n" "POT-Creation-Date: 2014-03-26 21:02+1100\n" -"PO-Revision-Date: 2014-07-24 20:18+0100\n" +"PO-Revision-Date: 2014-10-09 21:26+1100\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" "Language: nb_NO\n" @@ -330,7 +330,7 @@ msgid "" msgstr "" "Blokker av ordrett *roff-tekst er satt inn i utdata enten ved\n" "starten på den gitte\n" -".BI[seksjon]\n" +".BI [ seksjon ]\n" "(små bokstaver), eller etter et avsnitt matchende\n" ".BI / mønster /\\fR.\n" @@ -381,7 +381,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Ethvert\n" @@ -391,7 +391,7 @@ msgstr "" "seksjoner som vises i inkluder-filen vil erstatte det som ville\n" "automatisk ha blitt produsert (selv om du fortsatt kan overstyre\n" "det forrige med\n" -".B --name\n" +".B \\-\\-name\n" "hvis nødvendig).\n" #: help2man.h2m.PL:166 diff --git a/po/pl.gmo b/po/pl.gmo index 211403a..c2fd701 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index 5ffb4f0..5a85f03 100644 --- a/po/pl.po +++ b/po/pl.po @@ -382,7 +382,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Każda sekcja\n" @@ -391,7 +391,7 @@ msgstr "" ".B [składnia]\n" "występująca w pliku dołączanym zastępuje to, co zostałoby automatycznie\n" "wyprodukowane (aczkolwiek można w razie potrzeby obejść to zachowanie przez\n" -".B --name\n" +".B \\-\\-name\n" ").\n" #: help2man.h2m.PL:166 diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index 460550d..e994756 100644 Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ diff --git a/po/pt_BR.po b/po/pt_BR.po index d5d1d16..38e0a56 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: help2man 1.45.2pre1\n" "Report-Msgid-Bugs-To: Brendan O'Dea \n" "POT-Creation-Date: 2014-03-26 21:02+1100\n" -"PO-Revision-Date: 2014-07-01 18:10-0300\n" +"PO-Revision-Date: 2014-10-09 21:24+1100\n" "Last-Translator: Rafael Ferreira \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" @@ -314,8 +314,8 @@ msgstr "" "Materiais adicionais podem ser incluídos na saída gerada com as opções\n" ".B \\-\\-include\n" "e\n" -".B \\-\\-opt\\-include\n" -". O formato é simples:\n" +".BR \\-\\-opt\\-include .\n" +"O formato é simples:\n" "\n" " [seção]\n" " texto\n" @@ -385,7 +385,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Quaisquer seções\n" @@ -395,7 +395,7 @@ msgstr "" "que apareçam no arquivo de inclusão substituirá o que seria\n" "produzido automaticamente (embora você ainda possa sobrepor\n" "o primeiro com\n" -".B --name\n" +".B \\-\\-name\n" "se necessário).\n" #: help2man.h2m.PL:166 diff --git a/po/ru.gmo b/po/ru.gmo index 5218d6b..8dcc002 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index 06bfa63..885b94c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -384,7 +384,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Любые появляющиеся во включаемом файле разделы\n" @@ -394,7 +394,7 @@ msgstr "" "будут заменены на автоматически создаваемые\n" "(хотя вы всё равно можете перезаписать первый\n" "с помощью параметра\n" -".B --name\n" +".B \\-\\-name\n" ").\n" #: help2man.h2m.PL:166 diff --git a/po/sr.gmo b/po/sr.gmo index 948e5b6..9f83a11 100644 Binary files a/po/sr.gmo and b/po/sr.gmo differ diff --git a/po/sr.po b/po/sr.po index 05c14b0..43a14ca 100644 --- a/po/sr.po +++ b/po/sr.po @@ -379,7 +379,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Сваки\n" @@ -389,7 +389,7 @@ msgstr "" "одељак који се појави у датотеци укључивања ће заменити оно што је\n" "самостално произведено (ипак можете још увек да прескочите\n" "модел са\n" -".B --name\n" +".B \\-\\-name\n" "ако је затражено).\n" #: help2man.h2m.PL:166 diff --git a/po/sv.gmo b/po/sv.gmo index 7ada736..20c91e1 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index e563309..af25615 100644 --- a/po/sv.po +++ b/po/sv.po @@ -384,7 +384,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Alla sektioner\n" @@ -394,7 +394,7 @@ msgstr "" "som visas i inkluderingsfilen kommer att ersätta vad som skulle\n" "automatiskt bli producerat (även om du fortfarande kan åsidosätta\n" "de senare med\n" -".B --name\n" +".B \\-\\-name\n" "om det krävs).\n" #: help2man.h2m.PL:166 diff --git a/po/uk.gmo b/po/uk.gmo index 0ee9161..5340231 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index 3d5d26f..bbb6a6c 100644 --- a/po/uk.po +++ b/po/uk.po @@ -378,7 +378,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Будь-які розділи\n" @@ -388,7 +388,7 @@ msgstr "" "вказані у включеному файлі, замінять собою відповідні розділи,\n" "створені у автоматичному режимі. Ви можете зберегти перший з цих\n" "розділів за допомогою параметра\n" -".B --name\n" +".B \\-\\-name\n" "якщо захочете.\n" #: help2man.h2m.PL:166 diff --git a/po/vi.gmo b/po/vi.gmo index 388df0b..38ae96c 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 9106863..9027d87 100644 --- a/po/vi.po +++ b/po/vi.po @@ -389,7 +389,7 @@ msgid "" "sections appearing in the include file will replace what would have\n" "automatically been produced (although you can still override the\n" "former with\n" -".B --name\n" +".B \\-\\-name\n" "if required).\n" msgstr "" "Bất cứ phần\n" @@ -398,7 +398,7 @@ msgstr "" ".B [SYNOPSIS]\n" "nào xuất hiện trong tập tin bao gồm thì thay thế kết xuất tự động tạo\n" "(dù bạn vẫn còn có dịp ghi đè lên phần [NAME] bằng:\n" -".B --name\n" +".B \\-\\-name\n" "nếu cần).\n" "\n" "NAME: TÊN\n"