From owner-svn-src-all@FreeBSD.ORG Thu Feb 11 14:45:00 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECEA9106568B; Thu, 11 Feb 2010 14:45:00 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DB37C8FC16; Thu, 11 Feb 2010 14:45:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1BEj0gN003763; Thu, 11 Feb 2010 14:45:00 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1BEj0s3003762; Thu, 11 Feb 2010 14:45:00 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <201002111445.o1BEj0s3003762@svn.freebsd.org> From: Tom Rhodes Date: Thu, 11 Feb 2010 14:45:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203778 - head/lib/libc/posix1e X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 14:45:01 -0000 Author: trhodes Date: Thu Feb 11 14:45:00 2010 New Revision: 203778 URL: http://svn.freebsd.org/changeset/base/203778 Log: Correct two typoes. Submitted by: Matthew Seaman Modified: head/lib/libc/posix1e/mac.3 Modified: head/lib/libc/posix1e/mac.3 ============================================================================== --- head/lib/libc/posix1e/mac.3 Thu Feb 11 09:55:45 2010 (r203777) +++ head/lib/libc/posix1e/mac.3 Thu Feb 11 14:45:00 2010 (r203778) @@ -155,7 +155,7 @@ system objects, but without policy-speci These APIs are loosely based on the APIs described in POSIX.1e, as described in IEEE POSIX.1e draft 17. However, the resemblence of these APIS to the POSIX APIs is loose, as the -PSOXI APIS were unable to express some notinos required for flexible and +POSIX APIS were unable to express some notions required for flexible and extensible access control. .Sh HISTORY Support for Mandatory Access Control was introduced in