svn commit: r53423 - head/en_US.ISO8859-1/books/porters-handbook/special
Benedict Reuschling
bcr at FreeBSD.org
Fri Sep 20 08:39:48 UTC 2019
Author: bcr
Date: Fri Sep 20 08:39:47 2019
New Revision: 53423
URL: https://svnweb.freebsd.org/changeset/doc/53423
Log:
Two language fixes:
- there default settings -> their default settings
- there be -> there must be
PR: 240667
Submitted by: pauamma at gundo.com
Event: EuroBSDcon 2019 Hackathon
Modified:
head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Sep 20 00:08:08 2019 (r53422)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Sep 20 08:39:47 2019 (r53423)
@@ -1992,7 +1992,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml
installed in the
<filename>share/glib-2.0/schemas/</filename> directory.
These schema files contain all application config values
- with there default settings. The actual database used
+ with their default settings. The actual database used
by the applications is built by
<application>glib-compile-schema</application>, which is
run by the <varname>GLIB_SCHEMAS</varname> macro.</para>
@@ -2025,7 +2025,7 @@ GLIB_SCHEMAS= org.regexxer.gschema.xml
database is defined by installed schema files that are
used to generate <filename>%gconf.xml</filename> key
files. For each schema file installed by the port,
- there be an entry in the
+ there must be an entry in the
<filename>Makefile</filename>:</para>
<programlisting>GCONF_SCHEMAS=my_app.schemas my_app2.schemas my_app3.schemas</programlisting>
More information about the svn-doc-head
mailing list