Variable: Man-synopsis-regexp
Man-synopsis-regexp is a variable defined in man.el.gz.
Value
"SYNOPSIS"
Documentation
Regular expression for SYNOPSIS heading (or your equivalent).
This regexp should not start with a ^ character.
Source Code
;; Defined in /usr/src/emacs/lisp/man.el.gz
(defvar Man-synopsis-regexp "SYNOPSIS"
"Regular expression for SYNOPSIS heading (or your equivalent).
This regexp should not start with a `^' character.")