svn commit: r332592 - stable/11/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Apr 16 16:06:27 UTC 2018


Author: trasz
Date: Mon Apr 16 16:06:27 2018
New Revision: 332592
URL: https://svnweb.freebsd.org/changeset/base/332592

Log:
  MFC r325403:
  
  Add missing MLINKS for disk_add_alias(9).

Modified:
  stable/11/share/man/man9/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/Makefile
==============================================================================
--- stable/11/share/man/man9/Makefile	Mon Apr 16 16:02:54 2018	(r332591)
+++ stable/11/share/man/man9/Makefile	Mon Apr 16 16:06:27 2018	(r332592)
@@ -722,7 +722,8 @@ MLINKS+=devstat.9 devicestat.9 \
 	devstat.9 devstat_end_transaction.9 \
 	devstat.9 devstat_remove_entry.9 \
 	devstat.9 devstat_start_transaction.9
-MLINKS+=disk.9 disk_alloc.9 \
+MLINKS+=disk.9 disk_add_alias.9 \
+	disk.9 disk_alloc.9 \
 	disk.9 disk_create.9 \
 	disk.9 disk_destroy.9 \
 	disk.9 disk_gone.9 \


More information about the svn-src-all mailing list