From ab0e2b70153729e1725385c7446102e30b842697 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 5 Sep 2018 01:33:30 +0000 Subject: [PATCH] Avoid printing extraneous function names when searching man page database (apropos, man -k). This commit Replaces .SS with .SH, similar to the man page provided by original heimdal (as in port). PR: 230573 Submitted by: yuripv@yuripv.net git-svn-id: svn://svn.freebsd.org/base/stable/10@338464 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3 b/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3 index 9fe76079a..499365690 100644 --- a/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3 +++ b/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3 @@ -2,9 +2,8 @@ .ad l .nh .SH NAME -Heimdal Kerberos 5 library \- -.SS "Functions" - +krb5 \- Heimdal Kerberos 5 library +.SH SYNOPSIS .in +1c .ti -1c .RI "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL \fBkrb5_add_et_list\fP (krb5_context context, void(*func)(struct et_list **))" -- 2.45.0