svn commit: r362955 - in stable/12: crypto/heimdal/lib/krb5 lib/libcasper/libcasper

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Jul 6 09:04:07 UTC 2020


Author: 0mp (doc,ports committer)
Date: Mon Jul  6 09:04:06 2020
New Revision: 362955
URL: https://svnweb.freebsd.org/changeset/base/362955

Log:
  MFC 362676:
  
  Fix trailing-comma-related typos in the tree when the Xr macro is used

Modified:
  stable/12/crypto/heimdal/lib/krb5/krb5.conf.5
  stable/12/lib/libcasper/libcasper/libcasper_service.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/crypto/heimdal/lib/krb5/krb5.conf.5
==============================================================================
--- stable/12/crypto/heimdal/lib/krb5/krb5.conf.5	Mon Jul  6 08:51:55 2020	(r362954)
+++ stable/12/crypto/heimdal/lib/krb5/krb5.conf.5	Mon Jul  6 09:04:06 2020	(r362955)
@@ -257,7 +257,7 @@ Setting this flag to
 make it store the MIT way, this is default for Heimdal 0.7.
 .It Li check-rd-req-server
 If set to "ignore", the framework will ignore any the server input to
-.Xr krb5_rd_req 3,
+.Xr krb5_rd_req 3 ,
 this is very useful when the GSS-API server input the
 wrong server name into the gss_accept_sec_context call.
 .El

Modified: stable/12/lib/libcasper/libcasper/libcasper_service.3
==============================================================================
--- stable/12/lib/libcasper/libcasper/libcasper_service.3	Mon Jul  6 08:51:55 2020	(r362954)
+++ stable/12/lib/libcasper/libcasper/libcasper_service.3	Mon Jul  6 09:04:06 2020	(r362955)
@@ -51,7 +51,7 @@ macro to create a new Casper service.
 The
 .Fa name
 is a string containing the service name, which will be used in the
-.Xr cap_service_open 3,
+.Xr cap_service_open 3 ,
 function to identify it.
 .Pp
 The


More information about the svn-src-all mailing list