Fix a typo in program listing.
PR: docs/41814 Submitted by: Maxim Maximov <mcsi@agava.com>
This commit is contained in:
parent
538c34d2d8
commit
ebaf5e9b48
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13954
2 changed files with 2 additions and 2 deletions
en_US.ISO8859-1/books
|
@ -289,7 +289,7 @@ struct prison *p_prison;
|
|||
|
||||
<programlisting><filename>/usr/src/sys/kern/kern_jail.c</filename>
|
||||
p->p.prison = pr;
|
||||
p->p.flag --= P.JAILED;</programlisting>
|
||||
p->p.flag |= P.JAILED;</programlisting>
|
||||
|
||||
<para>When a process is forked from a parent process, the
|
||||
&man.fork.2; system call deals differently with imprisoned
|
||||
|
|
|
@ -289,7 +289,7 @@ struct prison *p_prison;
|
|||
|
||||
<programlisting><filename>/usr/src/sys/kern/kern_jail.c</filename>
|
||||
p->p.prison = pr;
|
||||
p->p.flag --= P.JAILED;</programlisting>
|
||||
p->p.flag |= P.JAILED;</programlisting>
|
||||
|
||||
<para>When a process is forked from a parent process, the
|
||||
&man.fork.2; system call deals differently with imprisoned
|
||||
|
|
Loading…
Reference in a new issue