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>
Fri, 26 Aug 2016 15:52:36 +0000 (11:52 -0400)
commitf15c64e360863a01ad93dd3ee75bf582ac77c441
tree9804170bd32f3aff8177ee3602b0b86cbdedaae3
parent4b5ee4776799bec2f8272aacc07830bdf484d7d9
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.024528 seconds and 4 git commands to generate.