From 7a93c0fefdb293f03c6f08c9d47d844dd27d8f7c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 22 Aug 2017 18:17:52 +0000 Subject: Correct the mandoc.db(5) requirements of man(1) after the deprecation of MLINKS. Inaccuracy pointed out by espie@. --- man.conf.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man.conf.5 b/man.conf.5 index c6361682..0645aa6d 100644 --- a/man.conf.5 +++ b/man.conf.5 @@ -74,8 +74,12 @@ in each directory configured with .Ic manpath is recommended and necessary for .Xr apropos 1 -to work, but not strictly required for -.Xr man 1 . +to work, and also for +.Xr man 1 +on operating systems like +.Ox +that install each manual page with only one file name in the file system, +even if it documents multiple utilities or functions. .It Ic output Ar option Op Ar value Configure the default value of an output option. These directives are overridden by the -- cgit