svn commit: r256664 - user/glebius/course/03.processes&threads

Gleb Smirnoff glebius at FreeBSD.org
Thu Oct 17 05:43:29 UTC 2013


Author: glebius
Date: Thu Oct 17 05:43:28 2013
New Revision: 256664
URL: http://svnweb.freebsd.org/changeset/base/256664

Log:
  Typos.

Modified:
  user/glebius/course/03.processes&threads/lection.tex

Modified: user/glebius/course/03.processes&threads/lection.tex
==============================================================================
--- user/glebius/course/03.processes&threads/lection.tex	Thu Oct 17 05:20:40 2013	(r256663)
+++ user/glebius/course/03.processes&threads/lection.tex	Thu Oct 17 05:43:28 2013	(r256664)
@@ -54,10 +54,10 @@
      { file descriptor table };
   \draw [->] (proc.four east) -- (fdesc);
   \node[name=rlim, right=of proc.five east, rounded corners]
-     { resource limits };
+     { credentials };
   \draw [->] (proc.five east) -- (rlim);
   \node[name=cred, right=of proc.six east, rounded corners]
-     { credentials };
+     { resource limits };
   \draw [->] (proc.six east) -- (cred);
 
   % threads
@@ -94,7 +94,7 @@
   \node [name=thread, struct, inner sep=2mm, rectangle split parts = 6] {
     \textbf{struct thread}
     \nodepart{two} struct proc *td\_proc
-    \nodepart{three} struct proc *td\_sched
+    \nodepart{three} struct td\_sched *td\_sched
     \nodepart{four} struct pcb *td\_pcb
     \nodepart{five} struct vm\_object *td\_kstack\_obj
     \nodepart{six} \ldots


More information about the svn-src-user mailing list