Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] man 3 syslog shows klogctl(3) if mandoc.db is present
Date: Sat, 04 May 2019 15:22:49 +0200	[thread overview]
Message-ID: <20190504132249.ItfDr_6rXxKmuPcnyydYhdJtr4H-6FyK_qtULI_O-JM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9868@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

Closed issue by loreb on void-packages repository

https://github.com/void-linux/void-packages/issues/9868
Description: ### System

* xuname:  
  Void 4.19.29_1 x86_64-musl GenuineIntel uptodate rFFF
* package:  
  mdocml-1.14.5_1

### Expected behavior
man 3 syslog shows syslog(3)

### Actual behavior
klogctl(3)

### Steps to reproduce the behavior
As above (no idea if it's the same problem as #2575, it shows a different man page).
On both musl/glibc man 3 syslog does the right thing if there's no mandoc.db and shows klogctl(3) if mandoc.db exists; I have zero familiarity with the code, but strace shows that man calls

> access("man3/syslog.3", R_OK)           = 0
> access("man3/klogctl.3", R_OK)          = 0
> access("man3p/closelog.3p", R_OK)       = 0
> access("man3p/syslog.3p", R_OK)         = 0

and then prefers klogctl.3 for some reason ("man -a" shows all).

Atm I couldn't find another manpage with the same problem.

           reply	other threads:[~2019-05-04 13:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9868@inbox.vuxu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190504132249.ItfDr_6rXxKmuPcnyydYhdJtr4H-6FyK_qtULI_O-JM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).