From 83f5f58a9889148ade7ae9e1ba11ced032c05405757b6f2a77e6c6be68262973 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Sep 2023 07:52:52 +0000 Subject: [PATCH] Accepting request 1106233 from home:akumar:branches:Base:System - Fix the content in patch file man-propose-online.patch OBS-URL: https://build.opensuse.org/request/show/1106233 OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=147 --- man-propose-online.patch | 2 +- man.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/man-propose-online.patch b/man-propose-online.patch index 4c73b7c..fa2f186 100644 --- a/man-propose-online.patch +++ b/man-propose-online.patch @@ -10,7 +10,7 @@ diff -ur man-db-2.10.2/src/man.c man-db-2.10.2.patch/src/man.c fprintf (stderr, _("No manual entry for %s in section %s\n"), name, sec); - else -+ fprintf (stderr, _("Possibly, man the page is not installed, try online at: ")); ++ fprintf (stderr, _("Possibly, man page is not installed, try online at: ")); + fprintf (stderr, _("https://manpages.opensuse.org/%s.%s\n"), name, sec); + } else { fprintf (stderr, _("No manual entry for %s\n"), name); diff --git a/man.changes b/man.changes index d8158e3..29562bf 100644 --- a/man.changes +++ b/man.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 26 12:20:42 UTC 2023 - Avinesh Kumar + +- Fix the content in patch file man-propose-online.patch + ------------------------------------------------------------------- Tue Aug 15 09:31:32 UTC 2023 - Dr. Werner Fink