svn commit: r362676 - in head: crypto/heimdal/lib/krb5 lib/libcasper/libcasper

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Jun 27 11:13:46 UTC 2020


Author: 0mp (doc,ports committer)
Date: Sat Jun 27 11:13:45 2020
New Revision: 362676
URL: https://svnweb.freebsd.org/changeset/base/362676

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

Modified:
  head/crypto/heimdal/lib/krb5/krb5.conf.5
  head/lib/libcasper/libcasper/libcasper_service.3

Modified: head/crypto/heimdal/lib/krb5/krb5.conf.5
==============================================================================
--- head/crypto/heimdal/lib/krb5/krb5.conf.5	Sat Jun 27 11:03:18 2020	(r362675)
+++ head/crypto/heimdal/lib/krb5/krb5.conf.5	Sat Jun 27 11:13:45 2020	(r362676)
@@ -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: head/lib/libcasper/libcasper/libcasper_service.3
==============================================================================
--- head/lib/libcasper/libcasper/libcasper_service.3	Sat Jun 27 11:03:18 2020	(r362675)
+++ head/lib/libcasper/libcasper/libcasper_service.3	Sat Jun 27 11:13:45 2020	(r362676)
@@ -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