2011-04-08 Glenn Morris <rgm@gnu.org>
+ * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
+
* net/browse-url.el (browse-url-firefox):
Test system-type, not system-configuration.
"Regular expression describing a manpage section within parentheses.")
(defvar Man-page-header-regexp
- (if (and (string-match "-solaris2\\." system-configuration)
- (not (string-match "-solaris2\\.[123435]$" system-configuration)))
+ (if (string-match "-solaris2\\." system-configuration)
(concat "^[-A-Za-z0-9_].*[ \t]\\(" Man-name-regexp
"(\\(" Man-section-regexp "\\))\\)$")
(concat "^[ \t]*\\(" Man-name-regexp