Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
man
man-db-2.7.1-firefox.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File man-db-2.7.1-firefox.dif of Package man
--- src/man.c | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) --- src/man.c +++ src/man.c 2016-12-15 14:02:44.261219082 +0000 @@ -1949,16 +1949,6 @@ static void format_display (pipeline *de if (!disp_status) break; } - if (!candidate) { - if (html_pager && *html_pager) - error (CHILD_FAIL, 0, - "couldn't execute any browser from %s", - html_pager); - else - error (CHILD_FAIL, 0, - "no browser configured, so cannot show " - "HTML output"); - } free (browser_list); if (have_old_cwd && restore_cwd (&old_cwd) < 0) { error (0, errno, @@ -1967,11 +1957,23 @@ static void format_display (pipeline *de if (chdir ("/")) { /* ignore errors */ } } free_cwd (&old_cwd); + if (!disp_status) + sleep (5); /* firefox runs into background to fast */ if (remove_directory (htmldir, 0) == -1) error (0, errno, _("can't remove directory %s"), htmldir); free (htmlfile); free (htmldir); + if (!candidate) { + if (html_pager && *html_pager) + error (CHILD_FAIL, 0, + "couldn't execute any browser from %s", + html_pager); + else + error (CHILD_FAIL, 0, + "no browser configured, so cannot show " + "HTML output"); + } } else #endif /* TROFF_IS_GROFF */ {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor