From 76f6651cf08f1907a7cdb2501d1c891fbdc4f4d0 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 29 Aug 2018 06:04:54 +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 Approved by: re (rgrimes@) MFC after: 3 days --- 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 9fe76079a2af..499365690406 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 **))"