svn commit: r49795 - head/en_US.ISO8859-1/books/handbook/config
Benedict Reuschling
bcr at FreeBSD.org
Wed Jan 4 17:41:19 UTC 2017
Author: bcr
Date: Wed Jan 4 17:41:17 2017
New Revision: 49795
URL: https://svnweb.freebsd.org/changeset/doc/49795
Log:
Replace two instances of "start up" with "startup" in the context of scripts.
PR: 212946
Submitted by: Albert Shin (ashin07626 at gmail.com)
Modified:
head/en_US.ISO8859-1/books/handbook/config/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Wed Jan 4 08:47:27 2017 (r49794)
+++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Wed Jan 4 17:41:17 2017 (r49795)
@@ -134,7 +134,7 @@
for starting third party software.</para>
<para>In &os;, most included services, such as &man.cron.8;, are
- started through the system start up scripts.</para>
+ started through the system startup scripts.</para>
<sect2>
<title>Extended Application Configuration</title>
@@ -145,7 +145,7 @@
<xref linkend="configtuning-rcd"/>, applications can be set to
start after certain other services and extra flags can be
passed through <filename>/etc/rc.conf</filename> in place of
- hard coded flags in the start up script. A basic script may
+ hard coded flags in the startup script. A basic script may
look similar to the following:</para>
<programlisting>#!/bin/sh
More information about the svn-doc-all
mailing list