From owner-svn-src-user@FreeBSD.ORG Wed Oct 23 17:59:47 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 663274A1; Wed, 23 Oct 2013 17:59:47 +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 52D24217C; Wed, 23 Oct 2013 17:59:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NHxllW080027; Wed, 23 Oct 2013 17:59:47 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NHxlT7080026; Wed, 23 Oct 2013 17:59:47 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201310231759.r9NHxlT7080026@svn.freebsd.org> From: Gleb Smirnoff Date: Wed, 23 Oct 2013 17:59:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r256997 - user/glebius/course/05.memory 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: Wed, 23 Oct 2013 17:59:47 -0000 Author: glebius Date: Wed Oct 23 17:59:46 2013 New Revision: 256997 URL: http://svnweb.freebsd.org/changeset/base/256997 Log: Typo. Modified: user/glebius/course/05.memory/lection.tex Modified: user/glebius/course/05.memory/lection.tex ============================================================================== --- user/glebius/course/05.memory/lection.tex Wed Oct 23 17:59:17 2013 (r256996) +++ user/glebius/course/05.memory/lection.tex Wed Oct 23 17:59:46 2013 (r256997) @@ -784,8 +784,8 @@ ITEM & SIZE & LIMIT & USED & FR \begin{tikzpicture}[node distance=5mm, font=\scriptsize] \node [name=keg, struct, rectangle split parts=4] { \textbf{struct uma\_keg} - \nodepart{two} LIST\_HEAD(,uma\_slab) uk\_part\_slab - \nodepart{three} LIST\_HEAD(,uma\_slab) uk\_free\_slab + \nodepart{two} LIST\_HEAD(,uma\_slab) uk\_free\_slab + \nodepart{three} LIST\_HEAD(,uma\_slab) uk\_part\_slab \nodepart{four} LIST\_HEAD(,uma\_slab) uk\_full\_slab };