From owner-svn-src-user@FreeBSD.ORG Thu Oct 17 05:43:28 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F03DF8FE; Thu, 17 Oct 2013 05:43:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD9C52346; Thu, 17 Oct 2013 05:43:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9H5hSsG052481; Thu, 17 Oct 2013 05:43:28 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9H5hS8f052480; Thu, 17 Oct 2013 05:43:28 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201310170543.r9H5hS8f052480@svn.freebsd.org> From: Gleb Smirnoff Date: Thu, 17 Oct 2013 05:43:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r256664 - user/glebius/course/03.processes&threads X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 05:43:29 -0000 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