svn commit: r338464 - in stable: 10/crypto/heimdal/doc/doxyout/krb5/man/man3 11/crypto/heimdal/doc/doxyout/krb5/man/man3

Cy Schubert cy at FreeBSD.org
Wed Sep 5 01:33:31 UTC 2018


Author: cy
Date: Wed Sep  5 01:33:30 2018
New Revision: 338464
URL: https://svnweb.freebsd.org/changeset/base/338464

Log:
  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 at yuripv.net

Modified:
  stable/10/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/10/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3
==============================================================================
--- stable/10/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3	Wed Sep  5 01:24:13 2018	(r338463)
+++ stable/10/crypto/heimdal/doc/doxyout/krb5/man/man3/krb5.3	Wed Sep  5 01:33:30 2018	(r338464)
@@ -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 **))"


More information about the svn-src-all mailing list