Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 18:51:42 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351953 - head/share/man/man8
Message-ID:  <201909061851.x86IpgtK039534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (ports committer)
Date: Fri Sep  6 18:51:41 2019
New Revision: 351953
URL: https://svnweb.freebsd.org/changeset/base/351953

Log:
  rc.8: Update documentation regarding old-style rc scripts
  
  The EXAMPLES section does not contain any examples of output formats for
  the old-style scripts. Remove the misleading bits stating otherwise.
  
  Reviewed by:	bcr, imp
  Approved by:	src (imp)
  Differential Revision:	https://reviews.freebsd.org/D21552

Modified:
  head/share/man/man8/rc.8

Modified: head/share/man/man8/rc.8
==============================================================================
--- head/share/man/man8/rc.8	Fri Sep  6 18:33:39 2019	(r351952)
+++ head/share/man/man8/rc.8	Fri Sep  6 18:51:41 2019	(r351953)
@@ -31,7 +31,7 @@
 .\"     @(#)rc.8	8.2 (Berkeley) 12/11/93
 .\" $FreeBSD$
 .\"
-.Dd August 7, 2019
+.Dd September 6, 2019
 .Dt RC 8
 .Os
 .Sh NAME
@@ -396,9 +396,7 @@ without the numeric prefixes the opposite would be tru
 The output from each script is traditionally a space character,
 followed by the name of the software package being started or shut down,
 .Em without
-a trailing newline character (see the
-.Sx EXAMPLES
-section).
+a trailing newline character.
 .El
 .Sh SCRIPTS OF INTEREST
 When an automatic reboot is in progress,



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