diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-02-27 21:50:15 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-02-27 21:50:15 +0200 |
commit | 7d6b8f7158f0ea2e55b42c1db1d31991e3c67572 (patch) | |
tree | 605571eb5f2b6754d13eacbb07abea4739fb1f2b /doc/src | |
parent | f70b1b274824e5116c8e993d274629d3934b3978 (diff) | |
download | postgresql-7d6b8f7158f0ea2e55b42c1db1d31991e3c67572.tar.gz postgresql-7d6b8f7158f0ea2e55b42c1db1d31991e3c67572.zip |
Remove spurious "the", and add a missing one.
Thom Brown and me.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 2854d9c0ca6..472033dd1a7 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -422,7 +422,7 @@ COPY <replaceable class="parameter">count</replaceable> <para> Executing a command with <literal>PROGRAM</literal> might be restricted - by operating system's access control mechanisms, such as the SELinux. + by the operating system's access control mechanisms, such as SELinux. </para> <para> |