From 6e3284b1476b06418f66907b545ed6be254179cb Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 6 Dec 2021 12:25:30 +0900 Subject: [PATCH] Imported Upstream version 1.48.2 --- README | 4 ++-- THANKS | 1 + configure | 18 +++++++------- debian/changelog | 7 ++++++ debian/rules | 71 +++++++++++-------------------------------------------- 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.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/zh_CN.gmo | Bin 9210 -> 9270 bytes po/zh_CN.po | 26 +++++++++----------- 30 files changed, 89 insertions(+), 128 deletions(-) diff --git a/README b/README index 9cbbb30..3c5889d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - README for GNU help2man version 1.48.1 + README for GNU help2man version 1.48.2 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.48.1.tar.xz + Distribution: ftp://ftp.gnu.org/gnu/help2man/help2man-1.48.2.tar.xz Repository: https://salsa.debian.org/bod/help2man.git -- diff --git a/THANKS b/THANKS index 59ae496..91beae4 100644 --- a/THANKS +++ b/THANKS @@ -68,6 +68,7 @@ Sven Utcke Tommi Vainikainen Mingye Wang Mischa Williamson +Boyuan Yang <073plan@gmail.com> Christopher Yeoh Stefano Zacchiroli Sergio Zanchetta diff --git a/configure b/configure index 2df66fd..426c3e3 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.48.1. +# Generated by GNU Autoconf 2.69 for GNU help2man 1.48.2. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU help2man' PACKAGE_TARNAME='help2man' -PACKAGE_VERSION='1.48.1' -PACKAGE_STRING='GNU help2man 1.48.1' +PACKAGE_VERSION='1.48.2' +PACKAGE_STRING='GNU help2man 1.48.2' 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.48.1 to adapt to many kinds of systems. +\`configure' configures GNU help2man 1.48.2 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.48.1:";; + short | recursive ) echo "Configuration of GNU help2man 1.48.2:";; 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.48.1 +GNU help2man configure 1.48.2 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.48.1, which was +It was created by GNU help2man $as_me 1.48.2, 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.48.1, which was +This file was extended by GNU help2man $as_me 1.48.2, 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.48.1 +GNU help2man config.status 1.48.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/debian/changelog b/debian/changelog index 688c021..317849e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +help2man (1.48.2) unstable; urgency=medium + + * Use debhelper dh command sequencer. + * Update Chinese (simplified) translation (thanks to Boyuan Yang). + + -- Brendan O'Dea Wed, 03 Mar 2021 13:50:28 +1100 + help2man (1.48.1) unstable; urgency=medium * Update German, Spanish, Norwegian Bokmaal, Polish, Brazilian diff --git a/debian/rules b/debian/rules index 134ecf3..dbb4a73 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Debian build rules for help2man. -# Copyright (C) 2012, 2014, 2017, 2018 Free Software Foundation, Inc. +# Copyright (C) 2012, 2014, 2017, 2018, 2021 Free Software Foundation, Inc. # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -12,65 +12,22 @@ # Written by Brendan O'Dea SHELL = /bin/bash -DPKG_EXPORT_BUILDFLAGS = 1 -export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all -include /usr/share/dpkg/architecture.mk -include /usr/share/dpkg/buildflags.mk -include /usr/share/dpkg/pkg-info.mk +%: + dh $@ -ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) - CONFARGS = --host=$(DEB_HOST_GNU_TYPE) -endif +execute_before_dh_clean: check-maint-prep # maintainer sanity check -build: build-arch build-indep -build-arch build-indep: build-stamp -build-stamp: - dh_testdir - dh_update_autotools_config # update config.guess, config.sub - ./configure --prefix=/usr --enable-nls --mandir='$${prefix}/share/man' \ - --infodir='$${prefix}/share/info' $(CONFARGS) +override_dh_auto_configure: + dh_auto_configure -- --libdir=\$$\{prefix\}/lib # omit arch from libdir - $(MAKE) +execute_after_dh_auto_build: $(MAKE) help2man.h2m # for examples - touch build-stamp -clean: check-maint-prep # maintainer sanity check - dh_testdir - dh_testroot - [ ! -f Makefile ] || $(MAKE) distclean - rm -f build-stamp install-stamp - dh_clean - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - dh_prep - dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/help2man - touch install-stamp - -binary: binary-indep binary-arch -binary-arch: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installinfo - dh_installexamples - dh_installchangelogs - dh_strip - dh_compress - dh_fixperms - dh_perl -V - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-indep: build install +.PHONY: execute_before_dh_clean override_dh_auto_configure +.PHONY: execute_after_dh_auto_build # Maintainer pre-release setup. Intended to be run from a copy of the # contents of the git repository, excluding the .git subdir. E.g. something @@ -88,6 +45,7 @@ AM_DOC = COPYING INSTALL AM_AUX = install-sh missing mkinstalldirs AM_DIR = $(shell ls -d /usr/share/automake* 2>/dev/null | tail -1) PKG_VERSION = $(shell ./help2man.PL --version) +include /usr/share/dpkg/pkg-info.mk # DEB_VERSION maint-prep: test -n $(AM_DIR) test $(DEB_VERSION) = $(PKG_VERSION) # mismatch b/w $$version in help2man.PL and changelog @@ -114,8 +72,8 @@ maint-prep: ./configure $(MAKE) update-po all distclean -# Simple sanity check that the above rule has been run prior to release (a -# dependency of the "clean" rule, which is the first thing run when building a +# Simple sanity check that the above rule has been run prior to release (run +# as part of the "clean" rule, which is the first thing run when building a # debian package). check-maint-prep: test -x configure # autoconf has been run @@ -127,5 +85,4 @@ maint-clean: maint-prep $(MAKE) maintainer-clean rm -f README ChangeLog $(AM_DOC) $(addprefix build-aux/,$(AM_AUX)) -.PHONY: build build-arch build-indep clean install binary binary-arch -.PHONY: binary-indep maint-prep check-maint-prep maint-clean +.PHONY: maint-prep check-maint-prep maint-clean diff --git a/help2man.1 b/help2man.1 index 2cc0b3d..bb55604 100644 --- a/help2man.1 +++ b/help2man.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "February 2021" "GNU help2man 1.48.1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "March 2021" "GNU help2man 1.48.2" "User Commands" .SH NAME help2man \- generate a simple manual page .SH SYNOPSIS diff --git a/help2man.PL b/help2man.PL index e0f5c6d..7601d28 100755 --- a/help2man.PL +++ b/help2man.PL @@ -16,7 +16,7 @@ use 5.008; use Config; use Getopt::Long; -my ($program, $version) = ('help2man', '1.48.1'); +my ($program, $version) = ('help2man', '1.48.2'); my %opts; die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n" diff --git a/help2man.da.1 b/help2man.da.1 index d68f5e3..bfffd37 100644 --- a/help2man.da.1 +++ b/help2man.da.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "februar 2021" "GNU help2man 1.48.1" "Brugerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "marts 2021" "GNU help2man 1.48.2" "Brugerkommandoer" .SH NAVN help2man \- opret en simpel manualside .SH SYNOPSIS diff --git a/help2man.de.1 b/help2man.de.1 index 4ee9c5b..b607aa1 100644 --- a/help2man.de.1 +++ b/help2man.de.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "Februar 2021" "GNU help2man 1.48.1" "Dienstprogramme für Benutzer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "März 2021" "GNU help2man 1.48.2" "Dienstprogramme für Benutzer" .SH BEZEICHNUNG help2man \- generiert eine einfache Handbuchseite .SH ÜBERSICHT diff --git a/help2man.el.1 b/help2man.el.1 index 6a23b7f..07c8a23 100644 --- a/help2man.el.1 +++ b/help2man.el.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "Φεβρουαρίου 2021" "GNU help2man 1.48.1" "Εντολές χρήστη" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "Μαρτίου 2021" "GNU help2man 1.48.2" "Εντολές χρήστη" .SH NAME help2man \- δημιουργία απλής σελίδας εγχειριδίου .SH SYNOPSIS diff --git a/help2man.eo.1 b/help2man.eo.1 index ea0e87a..352b85a 100644 --- a/help2man.eo.1 +++ b/help2man.eo.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "2021-02" "GNU help2man 1.48.1" "Uzant-komandoj" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "2021-03" "GNU help2man 1.48.2" "Uzant-komandoj" .SH NOMO help2man \- generas simplan man-paĝon .SH RESUMO diff --git a/help2man.es.1 b/help2man.es.1 index 0d29498..35b7a7c 100644 --- a/help2man.es.1 +++ b/help2man.es.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "febrero 2021" "GNU help2man 1.48.1" "Órdenes de usuario" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "marzo 2021" "GNU help2man 1.48.2" "Ó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 7a60baf..33cca0c 100644 --- a/help2man.fi.1 +++ b/help2man.fi.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "helmikuu 2021" "GNU help2man 1.48.1" "Käyttäjän sovellukset" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "maaliskuu 2021" "GNU help2man 1.48.2" "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 9d1f42f..649af1e 100644 --- a/help2man.fr.1 +++ b/help2man.fr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "février 2021" "GNU help2man 1.48.1" "Commandes" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "mars 2021" "GNU help2man 1.48.2" "Commandes" .SH NOM help2man \- Créer une page de manuel sommaire .SH SYNOPSIS diff --git a/help2man.hr.1 b/help2man.hr.1 index f001317..646e721 100644 --- a/help2man.hr.1 +++ b/help2man.hr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "veljače 2021" "GNU help2man 1.48.1" "Korisničke naredbe" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "ožujka 2021" "GNU help2man 1.48.2" "Korisničke naredbe" .SH IME help2man \- napravi jednostavnu stranicu priručnika .SH PREGLED diff --git a/help2man.hu.1 b/help2man.hu.1 index 4a7f1b5..fc55ffa 100644 --- a/help2man.hu.1 +++ b/help2man.hu.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "2021. február" "GNU help2man 1.48.1" "Felhasználói parancsok" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "2021. március" "GNU help2man 1.48.2" "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.it.1 b/help2man.it.1 index 32a5135..f2a04cd 100644 --- a/help2man.it.1 +++ b/help2man.it.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "febbraio 2021" "GNU help2man 1.48.1" "Comandi utente" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "marzo 2021" "GNU help2man 1.48.2" "Comandi utente" .SH NOME help2man \- genera una semplice pagina di manuale .SH SINTASSI diff --git a/help2man.ja.1 b/help2man.ja.1 index b055c4b..864ca1c 100644 --- a/help2man.ja.1 +++ b/help2man.ja.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "2021年2月" "GNU help2man 1.48.1" "ユーザーコマンド" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "2021年3月" "GNU help2man 1.48.2" "ユーザーコマンド" .SH 名前 help2man \- 簡易マニュアルページの生成 .SH 書式 diff --git a/help2man.nb.1 b/help2man.nb.1 index 400beac..bb3a721 100644 --- a/help2man.nb.1 +++ b/help2man.nb.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "februar 2021" "GNU help2man 1.48.1" "Brukerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "mars 2021" "GNU help2man 1.48.2" "Brukerkommandoer" .SH NAVN help2man \- generer en enkel manualside .SH OVERSIKT diff --git a/help2man.pl.1 b/help2man.pl.1 index 611b751..b121d1f 100644 --- a/help2man.pl.1 +++ b/help2man.pl.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "lutego 2021" "GNU help2man 1.48.1" "Polecenia użytkownika" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "marca 2021" "GNU help2man 1.48.2" "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 d692848..25c176e 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.48.1. -.TH HELP2MAN "1" "fevereiro de 2021" "GNU help2man 1.48.1" "Comandos de usuário" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "março de 2021" "GNU help2man 1.48.2" "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 a4607c1..1d796c4 100644 --- a/help2man.ru.1 +++ b/help2man.ru.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "06.02.2021" "GNU help2man 1.48.1" "Пользовательские команды" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "03.03.2021" "GNU help2man 1.48.2" "Пользовательские команды" .SH ИМЯ help2man \- генерирует простую справочную страницу .SH ОБЗОР diff --git a/help2man.sr.1 b/help2man.sr.1 index 52c2f66..f752a1c 100644 --- a/help2man.sr.1 +++ b/help2man.sr.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH ГНУ "1" "фебруар 2021." "ГНУ help2man 1.48.1" "Корисничке наредбе" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH ГНУ "1" "март 2021." "ГНУ help2man 1.48.2" "Корисничке наредбе" .SH НАЗИВ help2man \— ствара страницу упутства .SH УВОД diff --git a/help2man.sv.1 b/help2man.sv.1 index 8969375..4fce7ce 100644 --- a/help2man.sv.1 +++ b/help2man.sv.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "februari 2021" "GNU help2man 1.48.1" "Användarkommandon" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "mars 2021" "GNU help2man 1.48.2" "Användarkommandon" .SH NAMN help2man \- generera en enkel manualsida .SH SYNOPSIS diff --git a/help2man.ta.1 b/help2man.ta.1 index 81ec756..3e17b14 100644 --- a/help2man.ta.1 +++ b/help2man.ta.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "பிப்ரவரி 2021" "GNU help2man 1.48.1" "பயனர்க் கட்டளைகள்" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "மார்ச் 2021" "GNU help2man 1.48.2" "பயனர்க் கட்டளைகள்" .SH பெயர் help2man \- எளிய கையேட்டுப் பக்கத்தை உருவாக்கு .SH விளக்கம் diff --git a/help2man.uk.1 b/help2man.uk.1 index 930125b..62c1e90 100644 --- a/help2man.uk.1 +++ b/help2man.uk.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "06.02.21" "GNU help2man 1.48.1" "Команди користувача" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "03.03.21" "GNU help2man 1.48.2" "Команди користувача" .SH НАЗВА help2man \— програма для створення простих сторінок довідника .SH "КОРОТКИЙ ОПИС" diff --git a/help2man.vi.1 b/help2man.vi.1 index 3d36af8..450e392 100644 --- a/help2man.vi.1 +++ b/help2man.vi.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH HELP2MAN "1" "Tháng 2 2021" "GNU help2man 1.48.1" "Các câu lệnh" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "Tháng 3 2021" "GNU help2man 1.48.2" "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 559e3f3..e8fbad6 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.48.1. -.TH HELP2MAN "1" "2021 二月" "GNU help2man 1.48.1" "用户命令" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. +.TH HELP2MAN "1" "2021 三月" "GNU help2man 1.48.2" "用户命令" .SH 名称 help2man \- 输出一份简单的手册页 .SH 描述 diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 3f56e1df292491cb62cd67574f39588637ac6344..03438cdc0050b454eee4d9ee7f39c18f273b38ea 100644 GIT binary patch delta 574 zcmXZYO(+Cm7zgl27Lnv@S>LZH+L|>xi`Aq=@=+ApLfXT-_H8Ln?mb?_QC!Y9}OKVdU0t0KyW5m*RycmfBdA8;G>UbS~F81M`SDEr^oBVY7Mhos}u zm~;-VBXC02uSi*pAHPF4$QRs)RkhxLbLo}z79QgJ1Kfp)x-8K%9=@@jyZK{1(HVS$ z?nc{K({&GGCLO_3cnv$Dz;(DcbN~n89qfk%OWhZL(VhE>SeK@RH5S%%wOdiURJCY~+l~^mxM44G$Fy`dV6J7j!DhLU zV!diKl3wD*&Sd4)^gt$M>ugG-P0L}9>{v7nCM?UeZ04BESrBXtjTxR2N=)!&#*;}) e*mkIBMi~}{u)G-)rbsS2Obc~}w2LPHOUWNyVq~QN delta 500 zcmXZY-z$Sr7zglY&BQ|X%f_&Gt+vqC`@UxJa-&vU*xls9Qg2J6H1+OvA=9L+T=Kf0 zT)5yuR%B($m2&5r3;qSUk(4CgF=qlnys>BBRcUAIfy9iBXYwS z?1mbQ!7L2IGVF(kun#t17(T&f_yt?xFFc1WUEFK9hdSryeec3gKUMw@{)i2GfHydW zE@40zf}02&74<1nw&CIn$b#I$BlrSYAhU4+?*x!W*FdD27J!5f)@z~`1y+oJr z46+MmF(xwy@h0VA4VGaN4&Xc34=unntinn72-&&z5D(~u$V6ed(?m252T|Xj(wd>lvZAJ}jJIK>eQt-67)>PW^S;-PKmMUdeE, 2015. +# Boyuan Yang <073plan@gmail.com>, 2021. # msgid "" msgstr "" -"Project-Id-Version: help2man 1.46.6\n" +"Project-Id-Version: help2man 1.47.17\n" "Report-Msgid-Bugs-To: Brendan O'Dea \n" "POT-Creation-Date: 2021-01-19 22:31+1100\n" -"PO-Revision-Date: 2021-01-19 23:05+1100\n" -"Last-Translator: Mingye Wang \n" +"PO-Revision-Date: 2021-02-12 12:06-0500\n" +"Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.4\n" +"X-Bugs: Report translation errors to the Language-Team address.\n" +"X-Generator: Poedit 2.4.2\n" #: help2man:75 #, perl-format @@ -60,8 +62,7 @@ msgid "" " --help print this help, then exit\n" " --version print version number, then exit\n" "\n" -"EXECUTABLE should accept `--help' and `--version' options and produce output " -"on\n" +"EXECUTABLE should accept `--help' and `--version' options and produce output on\n" "stdout although alternatives may be specified using:\n" "\n" " -h, --help-option=STRING help option string\n" @@ -89,8 +90,7 @@ msgstr "" " --help 打印此帮助并退出\n" " --version 打印版本号并退出\n" "\n" -"可执行程序应接纳 `--help' 和 `--version' 选项并输出到标准输出,尽管你也可以这" -"样指定替代:\n" +"可执行程序应接纳 `--help' 和 `--version' 选项并输出到标准输出,尽管你也可以这样指定替代:\n" "\n" " -h, --help-option=STRING 帮助选项字串\n" " -v, --version-option=STRING 版本选项字串\n" @@ -184,9 +184,7 @@ msgstr "描述" #. be matched. #: help2man:448 msgid "Report +(?:[\\w-]+ +)?bugs|Email +bug +reports +to" -msgstr "" -"Report +(?:[\\w-]+ +)?bugs|Email +bug +reports +to|报告(程序)?(错误|臭虫|" -"bug)?(给|到)?:?|报(错|bug)(给|到)?:?|将(程序)?(错误|臭虫|bug)?报告(给|到)?" +msgstr "Report +(?:[\\w-]+ +)?bugs|Email +bug +reports +to|报告(程序)?(错误|臭虫|bug)?(给|到)?:?|报(错|bug)(给|到)?:?|将(程序)?(错误|臭虫|bug)?报告(给|到)?" #: help2man:449 msgid "Written +by" @@ -400,15 +398,13 @@ msgid "" ".I other\n" "(above) in the order they were encountered in the include file.\n" msgstr "" -"其他章节会自动附加到以上自动生成章节之上,或按照它们在包含文件中出现的顺序包" -"含于\n" +"其他章节会自动附加到以上自动生成章节之上,或按照它们在包含文件中出现的顺序包含于\n" ".I 其他\n" "(以上)章节内。\n" #: help2man.h2m.PL:174 msgid "" -"Placement of the text within the section may be explicitly requested by " -"using\n" +"Placement of the text within the section may be explicitly requested by using\n" "the syntax\n" ".RI [< section ],\n" ".RI [= section ]\n" -- 2.7.4