Mailinglist Archive: opensuse-bugs (15082 mails)
| < Previous | Next > |
[Bug 310498] "man 3p fcntl" shows "Fcntl (3pm)"
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Sep 2007 04:52:33 -0600 (MDT)
- Message-id: <20070919105233.157AECC789@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=310498#c3
--- Comment #3 from Tobias Burnus <burnus@xxxxxx> 2007-09-19 04:52:32 MST ---
> So, I propose replace line
> pattern = strappend (pattern, ".", sec, "*", NULL);
> by
> pattern = strappend (pattern, ".", sec, ".*", NULL);
Well this also work for files like "open.3p" without ".gz"? While the rpms have
always .gz, user supplied manpages ($MANPATH) may not.
In the shell, one could use: "{,.*}", but I don't know whether this works with
the globbing is implemented in man.
(Does someone take care that the patch is forward to the maintainer?)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #3 from Tobias Burnus <burnus@xxxxxx> 2007-09-19 04:52:32 MST ---
> So, I propose replace line
> pattern = strappend (pattern, ".", sec, "*", NULL);
> by
> pattern = strappend (pattern, ".", sec, ".*", NULL);
Well this also work for files like "open.3p" without ".gz"? While the rpms have
always .gz, user supplied manpages ($MANPATH) may not.
In the shell, one could use: "{,.*}", but I don't know whether this works with
the globbing is implemented in man.
(Does someone take care that the patch is forward to the maintainer?)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |