Add some quote tags, fix a typo and update the copyright.
This commit is contained in:
parent
b0e0a590b4
commit
d51de06b34
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16060
2 changed files with 8 additions and 6 deletions
en_US.ISO8859-1
|
@ -33,6 +33,7 @@
|
|||
|
||||
<copyright>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<holder>John Baldwin</holder>
|
||||
<holder>Robert Watson</holder>
|
||||
</copyright>
|
||||
|
@ -495,10 +496,10 @@
|
|||
<sect2>
|
||||
<title>Credentials</title>
|
||||
|
||||
<para><structname>struct ucred</structname> is the kernels's
|
||||
<para><structname>struct ucred</structname> is the kernel's
|
||||
internal credential structure, and is generally used as the
|
||||
basis for process-driven access control within the kernel.
|
||||
BSD-derived systems use a "copy-on-write" model for credential
|
||||
BSD-derived systems use a <quote>copy-on-write</quote> model for credential
|
||||
data: multiple references may exist for a credential structure,
|
||||
and when a change needs to be made, the structure is duplicated,
|
||||
modified, and then the reference replaced. Due to wide-spread
|
||||
|
@ -688,7 +689,7 @@
|
|||
points to a <structname>struct sigio</structname> describing
|
||||
the registration. This field is protected by a global mutex,
|
||||
<varname>sigio_lock</varname>. Callers to SIGIO maintenance
|
||||
functions must pass in this field "by reference" so that local
|
||||
functions must pass in this field <quote>by reference</quote> so that local
|
||||
register copies of the field are not made when unprotected by
|
||||
the lock.</para>
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
<copyright>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<holder>John Baldwin</holder>
|
||||
<holder>Robert Watson</holder>
|
||||
</copyright>
|
||||
|
@ -495,10 +496,10 @@
|
|||
<sect2>
|
||||
<title>Credentials</title>
|
||||
|
||||
<para><structname>struct ucred</structname> is the kernels's
|
||||
<para><structname>struct ucred</structname> is the kernel's
|
||||
internal credential structure, and is generally used as the
|
||||
basis for process-driven access control within the kernel.
|
||||
BSD-derived systems use a "copy-on-write" model for credential
|
||||
BSD-derived systems use a <quote>copy-on-write</quote> model for credential
|
||||
data: multiple references may exist for a credential structure,
|
||||
and when a change needs to be made, the structure is duplicated,
|
||||
modified, and then the reference replaced. Due to wide-spread
|
||||
|
@ -688,7 +689,7 @@
|
|||
points to a <structname>struct sigio</structname> describing
|
||||
the registration. This field is protected by a global mutex,
|
||||
<varname>sigio_lock</varname>. Callers to SIGIO maintenance
|
||||
functions must pass in this field "by reference" so that local
|
||||
functions must pass in this field <quote>by reference</quote> so that local
|
||||
register copies of the field are not made when unprotected by
|
||||
the lock.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue