Author: ed
Date: Fri Dec  8 05:57:18 2017
New Revision: 326681
URL: https://svnweb.freebsd.org/changeset/base/326681

Log:
  MFC r326420:
  
    Add an mlink for cloudabi32(4).
  
    We already provide this for cloudabi64(4), so not adding it for
    cloudabi32(4) is fairly inconsistent.

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

Modified: stable/11/share/man/man4/Makefile
==============================================================================
--- stable/11/share/man/man4/Makefile   Fri Dec  8 05:32:17 2017        
(r326680)
+++ stable/11/share/man/man4/Makefile   Fri Dec  8 05:57:18 2017        
(r326681)
@@ -618,7 +618,8 @@ MLINKS+=${_bxe.4} ${_if_bxe.4}
 MLINKS+=cas.4 if_cas.4
 MLINKS+=cdce.4 if_cdce.4
 MLINKS+=cfi.4 cfid.4
-MLINKS+=cloudabi.4 cloudabi64.4
+MLINKS+=cloudabi.4 cloudabi32.4 \
+       cloudabi.4 cloudabi64.4
 MLINKS+=crypto.4 cryptodev.4
 MLINKS+=cue.4 if_cue.4
 MLINKS+=cxgb.4 if_cxgb.4
_______________________________________________
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"

Reply via email to