Use -M parameter instead of --manpath when invoking man(1)
authorRicardo Nabinger Sanchez <rnsanchez@gmail.com>
Thu, 25 Aug 2016 19:57:46 +0000 (15:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 25 Aug 2016 20:04:37 +0000 (16:04 -0400)
commitb07e7ef09b90a6bbb055f49bb2a6586dd45e73c9
treefa891cb99076cd0d1f068b78a8ed503d75e0b8f6
parent840f78587cd09d4bbd9b69bc02fe0f625cc05d19
Use -M parameter instead of --manpath when invoking man(1)

Older versions of man (and the implementation used in FreeBSD) do
not support the long version of the --manpath/-M option. Use
'-M' in the interest of portability.

Fixes #1043

Signed-off-by: Ricardo Nabinger Sanchez <rnsanchez@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/utils.c
This page took 0.026695 seconds and 5 git commands to generate.