diff options
author | Robert Haas | 2011-02-17 13:07:31 +0000 |
---|---|---|
committer | Robert Haas | 2011-02-17 13:07:31 +0000 |
commit | 9408783aefee9d58dd9daf53c8d6b24ab226f05b (patch) | |
tree | f34c573c24f68bcbbb9e782c5a91750111cf8e7d | |
parent | 24bc6b3db3579f4c480c6d0f81f7e50f1e6c0180 (diff) |
Typo fixes.
Thom Brown
-rw-r--r-- | doc/src/sgml/sepgsql.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index d24cc056d25..21b46dee62b 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -127,13 +127,13 @@ $ for DBNAME in template0 template1 postgres; do First, build and install the policy package for the regression test. The <filename>sepgsql-regtest.pp</> is a special purpose policy package which provides a set of rules to be allowed during the regression tests. - It should be built from the policy source fire + It should be built from the policy source file (<filename>sepgsql-regtest.te</>), which is normally done using <command>make</command>. You will need to locate the appropriate Makefile on your system; the path shown below is only an example. Once built, you can install this policy package using the <command>semodule</> command, which links supplied policy packages and - loads them into the kernel space. If this packages is correctly installed, + loads them into the kernel space. If this package is correctly installed, <literal><command>semodule</> -l</> should list sepgsql-regtest as an available policy package. </para> |