cvs commit: de-docproj/books/arch-handbook/locking chapter.sgml

From: Johann Kois <jkois(at)doc.bsdgroup.de>
Date: Sat, 15 Jan 2011 15:01:38 GMT

jkois 2011-01-15 15:01:38 UTC

  FreeBSD German Documentation Repository

  Modified files:
    books/arch-handbook/locking chapter.sgml
  Log:
  MFen 1.12 + Markup-Fixes.
  
  Revision Changes Path
  1.2 +11 -13 de-docproj/books/arch-handbook/locking/chapter.sgml
  
  Index: chapter.sgml
  ===================================================================
  RCS file: /home/cvs/de-docproj/books/arch-handbook/locking/chapter.sgml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -I$FreeBSDde.*$ -r1.1 -r1.2
  --- chapter.sgml 25 Aug 2007 04:28:40 -0000 1.1
  +++ chapter.sgml 15 Jan 2011 15:01:38 -0000 1.2
  @@ -4,8 +4,8 @@
        The FreeBSD German Documentation Project
   
        $FreeBSD$
  - $FreeBSDde: de-docproj/books/arch-handbook/locking/chapter.sgml,v 1.1 2007/08/25 04:28:40 as Exp $
  - basiert auf: 1.11
  + $FreeBSDde: de-docproj/books/arch-handbook/locking/chapter.sgml,v 1.2 2011/01/15 15:01:38 jkois Exp $
  + basiert auf: 1.12
   -->
   
   <chapter id="locking">
  @@ -13,9 +13,7 @@
   
     <indexterm><primary>SMP Next Generation Project</primary></indexterm>
     <para><emphasis>This chapter is maintained by the FreeBSD SMP Next
  - Generation Project. Please direct any comments or suggestions
  - to its &a.smp;.</emphasis></para>
  -
  + Generation Project.</emphasis></para>
   
     <indexterm><primary>locking</primary></indexterm>
     <indexterm><primary>multi-processing</primary></indexterm>
  @@ -42,7 +40,7 @@
         to be held for a short period of time. Specifically, one may
         not sleep while holding a mutex. If you need to hold a lock
         across a sleep, use a &man.lockmgr.9; lock.</para>
  -
  +
       <para>Each mutex has several properties of interest:</para>
   
       <variablelist>
  @@ -120,16 +118,16 @@
         <title>Mutex List</title>
   
         <indexterm><primary>locks</primary>
  - <secondary>sched_lock</secondary></indexterm>
  + <secondary>sched_lock</secondary></indexterm>
   
         <indexterm><primary>locks</primary>
  - <secondary>vm86pcb_lock</secondary></indexterm>
  + <secondary>vm86pcb_lock</secondary></indexterm>
   
         <indexterm><primary>locks</primary>
  - <secondary>Giant</secondary></indexterm>
  + <secondary>Giant</secondary></indexterm>
   
         <indexterm><primary>locks</primary>
  - <secondary>callout_lock</secondary></indexterm>
  + <secondary>callout_lock</secondary></indexterm>
   
         <tgroup cols="5">
           <thead>
  @@ -141,7 +139,7 @@
               <entry>Dependent Functions</entry>
             </row>
           </thead>
  -
  +
           <!-- The scheduler lock -->
           <tbody>
             <row>
  @@ -282,14 +280,14 @@
         and may be held by a sleeping process. Currently they are
         backed by &man.lockmgr.9;.</para>
         <indexterm><primary>locks</primary>
  - <secondary>shared exclusive</secondary></indexterm>
  + <secondary>shared exclusive</secondary></indexterm>
   
       <table>
         <title>Shared Exclusive Lock List</title>
         <indexterm><primary>locks</primary>
  - <secondary>allproc_lock</secondary></indexterm>
  + <secondary>allproc_lock</secondary></indexterm>
         <indexterm><primary>locks</primary>
  - <secondary>proctree_lock</secondary></indexterm>
  + <secondary>proctree_lock</secondary></indexterm>
   
         <tgroup cols="2">
           <thead>
  

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Sat 15 Jan 2011 - 16:01:54 CET

search this site