Hello community,

here is the log from the commit of package help2man for openSUSE:Factory 
checked in at 2020-04-28 22:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/help2man (Old)
 and      /work/SRC/openSUSE:Factory/.help2man.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "help2man"

Tue Apr 28 22:29:31 2020 rev:45 rq:797789 version:1.47.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/help2man/help2man.changes        2020-04-08 
19:54:13.325015498 +0200
+++ /work/SRC/openSUSE:Factory/.help2man.new.2738/help2man.changes      
2020-04-28 22:29:33.813439539 +0200
@@ -1,0 +2,8 @@
+Sat Apr 25 11:19:38 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- help2man 1.47.14:
+  * Revert --version parsing change from 1.47.13.
+    Multi-word package names are supported only in form
+    "program (GNU package) version"
+
+-------------------------------------------------------------------

Old:
----
  help2man-1.47.13.tar.xz
  help2man-1.47.13.tar.xz.sig

New:
----
  help2man-1.47.14.tar.xz
  help2man-1.47.14.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ help2man.spec ++++++
--- /var/tmp/diff_new_pack.h7pvV0/_old  2020-04-28 22:29:34.481440785 +0200
+++ /var/tmp/diff_new_pack.h7pvV0/_new  2020-04-28 22:29:34.481440785 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           help2man
-Version:        1.47.13
+Version:        1.47.14
 Release:        0
 Summary:        Script for generating man pages from --help output
 License:        GPL-3.0-or-later

++++++ help2man-1.47.13.tar.xz -> help2man-1.47.14.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/COPYING new/help2man-1.47.14/COPYING
--- old/help2man-1.47.13/COPYING        2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/COPYING        2020-04-24 15:58:17.000000000 +0200
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@
     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 <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@
   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
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   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
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/README new/help2man-1.47.14/README
--- old/help2man-1.47.13/README 2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/README 2020-04-24 15:58:17.000000000 +0200
@@ -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 @@
 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/build-aux/install-sh 
new/help2man-1.47.14/build-aux/install-sh
--- old/help2man-1.47.13/build-aux/install-sh   2020-03-15 12:05:41.000000000 
+0100
+++ new/help2man-1.47.14/build-aux/install-sh   2020-04-24 15:58:17.000000000 
+0200
@@ -451,7 +451,18 @@
     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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/build-aux/missing 
new/help2man-1.47.14/build-aux/missing
--- old/help2man-1.47.13/build-aux/missing      2020-03-15 12:05:41.000000000 
+0100
+++ new/help2man-1.47.14/build-aux/missing      2020-04-24 15:58:17.000000000 
+0200
@@ -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 <pin...@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/configure 
new/help2man-1.47.14/configure
--- old/help2man-1.47.13/configure      2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/configure      2020-04-24 15:58:17.000000000 +0200
@@ -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 <bug-help2...@gnu.org>.
 #
@@ -579,8 +579,8 @@
 # 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-help2...@gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/help2man/'
 
@@ -1211,7 +1211,7 @@
   # 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 @@
 
 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 @@
 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 @@
 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 @@
 # 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 @@
 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/debian/changelog 
new/help2man-1.47.14/debian/changelog
--- old/help2man-1.47.13/debian/changelog       2020-03-15 12:05:41.000000000 
+0100
+++ new/help2man-1.47.14/debian/changelog       2020-04-24 15:58:17.000000000 
+0200
@@ -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 <b...@debian.org>  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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.1 
new/help2man-1.47.14/help2man.1
--- old/help2man-1.47.13/help2man.1     2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.1     2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.PL 
new/help2man-1.47.14/help2man.PL
--- old/help2man-1.47.13/help2man.PL    2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.PL    2020-04-24 15:41:06.000000000 +0200
@@ -16,7 +16,7 @@
 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 @@
 
 ($_, $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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.da.1 
new/help2man-1.47.14/help2man.da.1
--- old/help2man-1.47.13/help2man.da.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.da.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.de.1 
new/help2man-1.47.14/help2man.de.1
--- old/help2man-1.47.13/help2man.de.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.de.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.el.1 
new/help2man-1.47.14/help2man.el.1
--- old/help2man-1.47.13/help2man.el.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.el.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.eo.1 
new/help2man-1.47.14/help2man.eo.1
--- old/help2man-1.47.13/help2man.eo.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.eo.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.es.1 
new/help2man-1.47.14/help2man.es.1
--- old/help2man-1.47.13/help2man.es.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.es.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.fi.1 
new/help2man-1.47.14/help2man.fi.1
--- old/help2man-1.47.13/help2man.fi.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.fi.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.fr.1 
new/help2man-1.47.14/help2man.fr.1
--- old/help2man-1.47.13/help2man.fr.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.fr.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.hr.1 
new/help2man-1.47.14/help2man.hr.1
--- old/help2man-1.47.13/help2man.hr.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.hr.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.hu.1 
new/help2man-1.47.14/help2man.hu.1
--- old/help2man-1.47.13/help2man.hu.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.hu.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.it.1 
new/help2man-1.47.14/help2man.it.1
--- old/help2man-1.47.13/help2man.it.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.it.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.ja.1 
new/help2man-1.47.14/help2man.ja.1
--- old/help2man-1.47.13/help2man.ja.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.ja.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.nb.1 
new/help2man-1.47.14/help2man.nb.1
--- old/help2man-1.47.13/help2man.nb.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.nb.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.pl.1 
new/help2man-1.47.14/help2man.pl.1
--- old/help2man-1.47.13/help2man.pl.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.pl.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.pt_BR.1 
new/help2man-1.47.14/help2man.pt_BR.1
--- old/help2man-1.47.13/help2man.pt_BR.1       2020-03-15 12:05:41.000000000 
+0100
+++ new/help2man-1.47.14/help2man.pt_BR.1       2020-04-24 15:58:17.000000000 
+0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.ru.1 
new/help2man-1.47.14/help2man.ru.1
--- old/help2man-1.47.13/help2man.ru.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.ru.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.sr.1 
new/help2man-1.47.14/help2man.sr.1
--- old/help2man-1.47.13/help2man.sr.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.sr.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 @@
     ftp://ftp.gnu.org/gnu/help2man/
 .SH "ПОГЛЕДАЈТЕ ТАКОЂЕ"
 Потпуна документација за
-.B ГНУ help2man
+.B ГНУ
 је одржавана као Тексинфо упутство.  Ако су
 .B инфо
 и
-.B ГНУ help2man
+.B ГНУ
 исправно инсталирани на вашем сајту, наредба
 .IP
-.B инфо ГНУ help2man
+.B инфо ГНУ
 .PP
 треба да вам да приступ потпуном упутству.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.sv.1 
new/help2man-1.47.14/help2man.sv.1
--- old/help2man-1.47.13/help2man.sv.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.sv.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.ta.1 
new/help2man-1.47.14/help2man.ta.1
--- old/help2man-1.47.13/help2man.ta.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.ta.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.uk.1 
new/help2man-1.47.14/help2man.uk.1
--- old/help2man-1.47.13/help2man.uk.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.uk.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.vi.1 
new/help2man-1.47.14/help2man.vi.1
--- old/help2man-1.47.13/help2man.vi.1  2020-03-15 12:05:41.000000000 +0100
+++ new/help2man-1.47.14/help2man.vi.1  2020-04-24 15:58:17.000000000 +0200
@@ -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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/help2man-1.47.13/help2man.zh_CN.1 
new/help2man-1.47.14/help2man.zh_CN.1
--- old/help2man-1.47.13/help2man.zh_CN.1       2020-03-15 12:05:41.000000000 
+0100
+++ new/help2man-1.47.14/help2man.zh_CN.1       2020-04-24 15:58:17.000000000 
+0200
@@ -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 描述



Reply via email to