This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=ec094b883a7f24fd705414f7d7b0d85d37b6b500 commit ec094b883a7f24fd705414f7d7b0d85d37b6b500 Author: Guillem Jover <[email protected]> AuthorDate: Mon Sep 25 14:10:09 2023 +0200 u-a: Unvendor documentation and --version output This is a general mechanism, and Debian here refers to the project where this originated, but this tool is being used in many other systems, some of which are even patching that to refer to their own system, which is counterproductive. --- man/update-alternatives.pod | 4 ++-- utils/update-alternatives.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/update-alternatives.pod b/man/update-alternatives.pod index 46017bc29..c32543bbe 100644 --- a/man/update-alternatives.pod +++ b/man/update-alternatives.pod @@ -37,7 +37,7 @@ B<update-alternatives> B<update-alternatives> creates, removes, maintains and displays information about the symbolic -links comprising the Debian alternatives system. +links comprising the alternatives system. It is possible for several programs fulfilling the same or similar functions to be installed on a single system at the same time. @@ -47,7 +47,7 @@ different editor, if desired, but makes it difficult for a program to make a good choice for an editor to invoke if the user has not specified a particular preference. -Debian's alternatives system aims to solve this problem. +The alternatives system aims to solve this problem. A generic name in the filesystem is shared by all files providing interchangeable functionality. The alternatives system and the system administrator diff --git a/utils/update-alternatives.c b/utils/update-alternatives.c index bd642bb55..760c16414 100644 --- a/utils/update-alternatives.c +++ b/utils/update-alternatives.c @@ -116,7 +116,7 @@ static int opt_force = 0; static void version(void) { - printf(_("Debian %s version %s.\n"), PROGNAME, VERSION); + printf(_("%s version %s.\n"), PROGNAME, VERSION); printf("\n"); printf(_( -- Dpkg.Org's dpkg

