Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef5fde0

Browse files
committed
Oops, sysctl, not sysconf, for FreeBSD.
1 parent 6d06003 commit ef5fde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.369 2006/04/11 19:45:33 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.370 2006/04/11 21:04:52 momjian Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -764,7 +764,7 @@ options "SEMMNS=240"
764764
</para>
765765

766766
<para>
767-
If running in FreeBSD jails by enabling <application>sysconf</>'s
767+
If running in FreeBSD jails by enabling <application>sysctl</>'s
768768
<literal>security.jail.sysvipc_allowed</>, <application>postmaster</>s
769769
running in different jails should be run by different operating system
770770
users. This improves security because it prevents non-root users

0 commit comments

Comments
 (0)