Replace two instances of "start up" with "startup" in the context of scripts.

PR:		212946
Submitted by:	Albert Shin (ashin07626@gmail.com)
This commit is contained in:
Benedict Reuschling 2017-01-04 17:41:17 +00:00
parent 83038ba92c
commit 7f8d53b90b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49795

View file

@ -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