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
This commit is contained in:
Dirk Mueller 2023-09-04 07:52:52 +00:00 committed by Git OBS Bridge
parent c0347cfb04
commit 83f5f58a98
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 26 12:20:42 UTC 2023 - Avinesh Kumar <avinesh.kumar@suse.com>
- Fix the content in patch file man-propose-online.patch
-------------------------------------------------------------------
Tue Aug 15 09:31:32 UTC 2023 - Dr. Werner Fink <werner@suse.de>