svn commit: r361488 - head/share/man/man9

John Baldwin jhb at FreeBSD.org
Mon May 25 23:07:51 UTC 2020


Author: jhb
Date: Mon May 25 23:07:50 2020
New Revision: 361488
URL: https://svnweb.freebsd.org/changeset/base/361488

Log:
  Remove an extraneous line continuation from r361481.

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Mon May 25 23:04:18 2020	(r361487)
+++ head/share/man/man9/Makefile	Mon May 25 23:07:50 2020	(r361488)
@@ -935,7 +935,7 @@ MLINKS+=crypto_request.9 crypto_dispatch.9 \
 	crypto_request.9 crypto_use_output_buf.9 \
 	crypto_request.9 crypto_use_output_mbuf.9 \
 	crypto_request.9 crypto_use_output_uio.9 \
-	crypto_request.9 crypto_use_uio.9 \
+	crypto_request.9 crypto_use_uio.9
 MLINKS+=crypto_session.9 crypto_auth_hash.9 \
 	crypto_session.9 crypto_cipher.9 \
 	crypto_session.9 crypto_get_params.9 \


More information about the svn-src-head mailing list