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

Jonathan T. Looney jtl at FreeBSD.org
Fri Jun 8 19:47:05 UTC 2018


Author: jtl
Date: Fri Jun  8 19:47:04 2018
New Revision: 334854
URL: https://svnweb.freebsd.org/changeset/base/334854

Log:
  Create a symlink for sodtor_set(9) to the socket(9) man page.

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Fri Jun  8 19:35:24 2018	(r334853)
+++ head/share/man/man9/Makefile	Fri Jun  8 19:47:04 2018	(r334854)
@@ -1895,6 +1895,7 @@ MLINKS+=socket.9 soabort.9 \
 	socket.9 soconnect.9 \
 	socket.9 socreate.9 \
 	socket.9 sodisconnect.9 \
+	socket.9 sodtor_set.9 \
 	socket.9 sodupsockaddr.9 \
 	socket.9 sofree.9 \
 	socket.9 sogetopt.9 \


More information about the svn-src-all mailing list