svn commit: r49795 - head/en_US.ISO8859-1/books/handbook/config
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 ([email protected]) 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"