Man-possibly-hyphenated-word

Man-possibly-hyphenated-word is a compiled Lisp function in `man.el'.

(Man-possibly-hyphenated-word)

Return a possibly hyphenated word at point.
If the word starts at the first non-whitespace column, and the
previous line ends with a hyphen, return the last word on the previous
line instead. Thus, if a reference to "tcgetpgrp(3V)" is hyphenated
as "tcgetp-grp(3V)", and point is at "grp(3V)", we return
"tcgetp-" instead of "grp".