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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"