Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 19:59:36 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r345600 - stable/11/share/man/man8
Message-ID:  <201903271959.x2RJxadZ089160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Mar 27 19:59:36 2019
New Revision: 345600
URL: https://svnweb.freebsd.org/changeset/base/345600

Log:
  MFC r344066:
  
  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.
  
  Differential Revision: https://reviews.freebsd.org/D19547

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

Modified: stable/11/share/man/man8/Makefile
==============================================================================
--- stable/11/share/man/man8/Makefile	Wed Mar 27 19:47:21 2019	(r345599)
+++ stable/11/share/man/man8/Makefile	Wed Mar 27 19:59:36 2019	(r345600)
@@ -24,6 +24,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?201903271959.x2RJxadZ089160>