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