Accepting request 1108796 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1108796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=95
This commit is contained in:
Ana Guerrero 2023-09-06 16:55:37 +00:00 committed by Git OBS Bridge
commit 9f57f4b3e5
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>