From d51de06b34e7c814668387a7849d506022005a89 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Tue, 18 Feb 2003 11:46:51 +0000 Subject: [PATCH] Add some quote tags, fix a typo and update the copyright. --- en_US.ISO8859-1/articles/smp/article.sgml | 7 ++++--- en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/articles/smp/article.sgml b/en_US.ISO8859-1/articles/smp/article.sgml index 955b680f52..c6c78e0feb 100644 --- a/en_US.ISO8859-1/articles/smp/article.sgml +++ b/en_US.ISO8859-1/articles/smp/article.sgml @@ -33,6 +33,7 @@ 2002 + 2003 John Baldwin Robert Watson @@ -495,10 +496,10 @@ Credentials - struct ucred is the kernels's + struct ucred 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 copy-on-write 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 struct sigio describing the registration. This field is protected by a global mutex, sigio_lock. Callers to SIGIO maintenance - functions must pass in this field "by reference" so that local + functions must pass in this field by reference so that local register copies of the field are not made when unprotected by the lock. diff --git a/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml index 955b680f52..c6c78e0feb 100644 --- a/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml @@ -33,6 +33,7 @@ 2002 + 2003 John Baldwin Robert Watson @@ -495,10 +496,10 @@ Credentials - struct ucred is the kernels's + struct ucred 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 copy-on-write 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 struct sigio describing the registration. This field is protected by a global mutex, sigio_lock. Callers to SIGIO maintenance - functions must pass in this field "by reference" so that local + functions must pass in this field by reference so that local register copies of the field are not made when unprotected by the lock.