Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 23:33:16 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344066 - head/share/man/man8
Message-ID:  <201902122333.x1CNXGpF065163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Feb 12 23:33:16 2019
New Revision: 344066
URL: https://svnweb.freebsd.org/changeset/base/344066

Log:
  Add rc.resume(8) alias for rc(8) to fix the manpage cross references
  
  This issue was noticed when running `make manlint` as part of MFCing r342597 to
  ^/stable/11:
  ```
  $ make -C share/man/man8 rc.8lint
  mandoc -Tascii -Tlint rc.8
  mandoc: rc.8:548:6: STYLE: referenced manual not found: Xr rc.resume 8
  $
  ```
  
  This is a followup commit to r339818.
  
  Reviewed by:	eugen
  Approved by:	jtl (mentor)
  MFC after:	1 week
  MFC to:		^/stable/12
  Differential Revision: https://reviews.freebsd.org/D19158

Modified:
  head/share/man/man8/Makefile

Modified: head/share/man/man8/Makefile
==============================================================================
--- head/share/man/man8/Makefile	Tue Feb 12 23:24:45 2019	(r344065)
+++ head/share/man/man8/Makefile	Tue Feb 12 23:33:16 2019	(r344066)
@@ -26,6 +26,7 @@ MLINKS= \
 	rc.8 rc.local.8 \
 	rc.8 rc.network.8 \
 	rc.8 rc.pccard.8 \
+	rc.8 rc.resume.8 \
 	rc.8 rc.serial.8 \
 	rc.8 rc.shutdown.8
 



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