From acb3c9f2fdcb8b1a40e38f2cd280743606e22f60 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 6 Dec 2021 12:25:23 +0900 Subject: [PATCH] Imported Upstream version 1.47.14 --- COPYING | 8 ++++---- README | 4 ++-- build-aux/install-sh | 13 ++++++++++++- build-aux/missing | 2 +- configure | 18 +++++++++--------- debian/changelog | 11 +++++++++++ help2man.1 | 4 ++-- help2man.PL | 8 ++++---- 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 | 10 +++++----- help2man.sv.1 | 4 ++-- help2man.ta.1 | 4 ++-- help2man.uk.1 | 4 ++-- help2man.vi.1 | 4 ++-- help2man.zh_CN.1 | 4 ++-- 29 files changed, 90 insertions(+), 68 deletions(-) diff --git a/COPYING b/COPYING index 94a9ed0..f288702 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see -. +. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -. +. diff --git a/README b/README index 963c363..96e4c29 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - README for GNU help2man version 1.47.13 + README for GNU help2man version 1.47.14 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.13.tar.xz + Distribution: ftp://ftp.gnu.org/gnu/help2man/help2man-1.47.14.tar.xz Repository: https://salsa.debian.org/bod/help2man.git -- diff --git a/build-aux/install-sh b/build-aux/install-sh index 8175c64..20d8b2e 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -451,7 +451,18 @@ do trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. - (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + (umask $cp_umask && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # diff --git a/build-aux/missing b/build-aux/missing index 625aeb1..8d0eaad 100755 --- a/build-aux/missing +++ b/build-aux/missing @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff --git a/configure b/configure index 52141a6..a8a5d7a 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.13. +# Generated by GNU Autoconf 2.69 for GNU help2man 1.47.14. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU help2man' PACKAGE_TARNAME='help2man' -PACKAGE_VERSION='1.47.13' -PACKAGE_STRING='GNU help2man 1.47.13' +PACKAGE_VERSION='1.47.14' +PACKAGE_STRING='GNU help2man 1.47.14' 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.13 to adapt to many kinds of systems. +\`configure' configures GNU help2man 1.47.14 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.13:";; + short | recursive ) echo "Configuration of GNU help2man 1.47.14:";; 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.13 +GNU help2man configure 1.47.14 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.13, which was +It was created by GNU help2man $as_me 1.47.14, 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.13, which was +This file was extended by GNU help2man $as_me 1.47.14, 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.13 +GNU help2man config.status 1.47.14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/debian/changelog b/debian/changelog index 39861cd..0c7725b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +help2man (1.47.14) unstable; urgency=medium + + * Revert --version parsing change from 1.47.13, which had unintended + consequences for some version strings. In short, it is not possible + to unambiguously determine the split between the package/program name + and version in some of the supported formats. Multi-word package + names are supported only in the "program (GNU package) version" + variant (closes: #958345). + + -- Brendan O'Dea Fri, 24 Apr 2020 23:58:17 +1000 + help2man (1.47.13) unstable; urgency=medium * Merge change from Po-Chuan Hsieh to suppress creation of an empty diff --git a/help2man.1 b/help2man.1 index a9c1135..31b64fb 100644 --- a/help2man.1 +++ b/help2man.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH HELP2MAN "1" "March 2020" "help2man 1.47.13" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "April 2020" "help2man 1.47.14" "User Commands" .SH NAME help2man \- generate a simple manual page .SH SYNOPSIS diff --git a/help2man.PL b/help2man.PL index 956a8bc..c55e7de 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.13'); +my ($program, $version) = ('help2man', '1.47.14'); my %opts; die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n" @@ -410,14 +410,14 @@ if ($opt_output) ($_, $version_text) = ((split /\n+/, $version_text, 2), ''); -if (/^(\S+) +\(((?:GNU|Free) +[^)]+)\) +(\S+)$/ or - /^(\S+) +- *((?:GNU|Free) +\S.*) +(\S+)$/) +if (/^(\S+) +\(((?:GNU|Free) +[^)]+)\) +(\S.*)$/ or + /^(\S+) +- +((?:GNU|Free) +\S+) +(\S.*)$/) { $program = program_basename $1; $package = $2; $version = $3; } -elsif (/^((?:GNU|Free) +)?(\S.*) +(\S+)$/) +elsif (/^((?:GNU|Free) +)?(\S+) +(\S.*)$/) { $program = program_basename $2; $package = $1 ? "$1$program" : $program; diff --git a/help2man.da.1 b/help2man.da.1 index 01ff47c..dbb4870 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.13. -.TH HELP2MAN "1" "marts 2020" "help2man 1.47.13" "Brugerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "april 2020" "help2man 1.47.14" "Brugerkommandoer" .SH NAVN help2man \- opret en simpel manualside .SH SYNOPSIS diff --git a/help2man.de.1 b/help2man.de.1 index fa2cf0b..8ee135f 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.13. -.TH HELP2MAN "1" "März 2020" "help2man 1.47.13" "Dienstprogramme für Benutzer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "April 2020" "help2man 1.47.14" "Dienstprogramme für Benutzer" .SH BEZEICHNUNG help2man \- generiert eine einfache Handbuchseite .SH ÜBERSICHT diff --git a/help2man.el.1 b/help2man.el.1 index 667bb0c..5c4233e 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.13. -.TH HELP2MAN "1" "Μαρτίου 2020" "help2man 1.47.13" "Εντολές χρήστη" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "Απριλίου 2020" "help2man 1.47.14" "Εντολές χρήστη" .SH NAME help2man \- δημιουργία απλής σελίδας εγχειριδίου .SH SYNOPSIS diff --git a/help2man.eo.1 b/help2man.eo.1 index f79be3e..758b559 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.13. -.TH HELP2MAN "1" "2020-03" "help2man 1.47.13" "Uzant-komandoj" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "2020-04" "help2man 1.47.14" "Uzant-komandoj" .SH NOMO help2man \- generas simplan man-paĝon .SH RESUMO diff --git a/help2man.es.1 b/help2man.es.1 index 019e749..87530e2 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.13. -.TH HELP2MAN "1" "marzo 2020" "help2man 1.47.13" "Órdenes de usuario" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "abril 2020" "help2man 1.47.14" "Ó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 92d6f11..253a589 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.13. -.TH HELP2MAN "1" "maaliskuu 2020" "help2man 1.47.13" "Käyttäjän sovellukset" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "huhtikuu 2020" "help2man 1.47.14" "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 6bd8439..4c234c8 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.13. -.TH HELP2MAN "1" "mars 2020" "help2man 1.47.13" "Commandes" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "avril 2020" "help2man 1.47.14" "Commandes" .SH NOM help2man \- Créer une page de manuel sommaire .SH SYNOPSIS diff --git a/help2man.hr.1 b/help2man.hr.1 index 013b20d..5af2df2 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.13. -.TH HELP2MAN "1" "ožujka 2020" "help2man 1.47.13" "Korisničke naredbe" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "travnja 2020" "help2man 1.47.14" "Korisničke naredbe" .SH IME help2man \- napravi jednostavnu stranicu priručnika .SH PREGLED diff --git a/help2man.hu.1 b/help2man.hu.1 index 2b264a3..3889f69 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.13. -.TH HELP2MAN "1" "2020. március" "help2man 1.47.13" "Felhasználói parancsok" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "2020. április" "help2man 1.47.14" "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 9079487..4a60b31 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.13. -.TH HELP2MAN "1" "marzo 2020" "help2man 1.47.13" "Comandi utente" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "aprile 2020" "help2man 1.47.14" "Comandi utente" .SH NOME help2man \- genera una semplice pagina di manuale .SH SINTASSI diff --git a/help2man.ja.1 b/help2man.ja.1 index 3a18d3a..46189dc 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.13. -.TH HELP2MAN "1" "2020年3月" "help2man 1.47.13" "ユーザーコマンド" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "2020年4月" "help2man 1.47.14" "ユーザーコマンド" .SH 名前 help2man \- 簡易マニュアルページの生成 .SH 書式 diff --git a/help2man.nb.1 b/help2man.nb.1 index d9fd096..02c7c25 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.13. -.TH HELP2MAN "1" "mars 2020" "help2man 1.47.13" "Brukerkommandoer" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "april 2020" "help2man 1.47.14" "Brukerkommandoer" .SH NAVN help2man \- generer en enkel manualside .SH OVERSIKT diff --git a/help2man.pl.1 b/help2man.pl.1 index 4bff486..b8952d7 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.13. -.TH HELP2MAN "1" "marca 2020" "help2man 1.47.13" "Polecenia użytkownika" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "kwietnia 2020" "help2man 1.47.14" "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 7b2df56..83fa413 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.13. -.TH HELP2MAN "1" "março de 2020" "help2man 1.47.13" "Comandos de usuário" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "abril de 2020" "help2man 1.47.14" "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 86a8665..71c4ca9 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.13. -.TH HELP2MAN "1" "15.03.2020" "help2man 1.47.13" "Пользовательские команды" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "24.04.2020" "help2man 1.47.14" "Пользовательские команды" .SH ИМЯ help2man \- генерирует простую справочную страницу .SH ОБЗОР diff --git a/help2man.sr.1 b/help2man.sr.1 index 5177207..0aa2343 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.13. -.TH ГНУ HELP2MAN "1" "март 2020." "ГНУ help2man 1.47.13" "Корисничке наредбе" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH ГНУ "1" "април 2020." "ГНУ help2man 1.47.14" "Корисничке наредбе" .SH НАЗИВ help2man \— ствара страницу упутства .SH УВОД @@ -146,13 +146,13 @@ help2man \— ствара страницу упутства ftp://ftp.gnu.org/gnu/help2man/ .SH "ПОГЛЕДАЈТЕ ТАКОЂЕ" Потпуна документација за -.B ГНУ help2man +.B ГНУ је одржавана као Тексинфо упутство. Ако су .B инфо и -.B ГНУ help2man +.B ГНУ исправно инсталирани на вашем сајту, наредба .IP -.B инфо ГНУ help2man +.B инфо ГНУ .PP треба да вам да приступ потпуном упутству. diff --git a/help2man.sv.1 b/help2man.sv.1 index 60556ab..1fbdd52 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.13. -.TH HELP2MAN "1" "mars 2020" "help2man 1.47.13" "Användarkommandon" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "april 2020" "help2man 1.47.14" "Användarkommandon" .SH NAMN help2man \- generera en enkel manualsida .SH SYNOPSIS diff --git a/help2man.ta.1 b/help2man.ta.1 index b5a6916..3bf09bf 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.13. -.TH HELP2MAN "1" "மார்ச் 2020" "help2man 1.47.13" "பயனர்க் கட்டளைகள்" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "ஏப்ரல் 2020" "help2man 1.47.14" "பயனர்க் கட்டளைகள்" .SH பெயர் help2man \- எளிய கையேட்டுப் பக்கத்தை உருவாக்கு .SH விளக்கம் diff --git a/help2man.uk.1 b/help2man.uk.1 index 202fd6f..3d3725f 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.13. -.TH HELP2MAN "1" "15.03.20" "help2man 1.47.13" "Команди користувача" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "24.04.20" "help2man 1.47.14" "Команди користувача" .SH НАЗВА help2man \— програма для створення простих сторінок довідника .SH "КОРОТКИЙ ОПИС" diff --git a/help2man.vi.1 b/help2man.vi.1 index bcfd766..906aa5f 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.13. -.TH HELP2MAN "1" "Tháng 3 2020" "help2man 1.47.13" "Các câu lệnh" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "Tháng 4 2020" "help2man 1.47.14" "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 bd8c9d6..7e38fe0 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.13. -.TH HELP2MAN "1" "2020 三月" "help2man 1.47.13" "用户命令" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH HELP2MAN "1" "2020 四月" "help2man 1.47.14" "用户命令" .SH 名称 help2man \- 输出一份简单的手册页 .SH 描述 -- 2.7.4