Date: Mon, 6 Jul 2020 09:04:07 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r362955 - in stable/12: crypto/heimdal/lib/krb5 lib/libcasper/libcasper Message-ID: <202007060904.066947lm009767@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007060904.066947lm009767>