Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 05:57:05 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326420 - head/share/man/man4
Message-ID:  <201712010557.vB15v53E059825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Fri Dec  1 05:57:05 2017
New Revision: 326420
URL: https://svnweb.freebsd.org/changeset/base/326420

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

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Fri Dec  1 03:22:40 2017	(r326419)
+++ head/share/man/man4/Makefile	Fri Dec  1 05:57:05 2017	(r326420)
@@ -605,7 +605,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712010557.vB15v53E059825>