From owner-svn-src-all@FreeBSD.ORG Thu Feb 11 19:20:07 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 8564210656A9; Thu, 11 Feb 2010 19:20:07 +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 7458E8FC23; Thu, 11 Feb 2010 19:20:07 +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 o1BJK7Za064606; Thu, 11 Feb 2010 19:20:07 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1BJK7ja064605; Thu, 11 Feb 2010 19:20:07 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <201002111920.o1BJK7ja064605@svn.freebsd.org> From: Tom Rhodes Date: Thu, 11 Feb 2010 19:20:07 +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: r203787 - 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 19:20:07 -0000 Author: trhodes Date: Thu Feb 11 19:20:06 2010 New Revision: 203787 URL: http://svn.freebsd.org/changeset/base/203787 Log: s/APIS/APIs - not part of the original submission. Modified: head/lib/libc/posix1e/mac.3 Modified: head/lib/libc/posix1e/mac.3 ============================================================================== --- head/lib/libc/posix1e/mac.3 Thu Feb 11 18:34:06 2010 (r203786) +++ head/lib/libc/posix1e/mac.3 Thu Feb 11 19:20:06 2010 (r203787) @@ -154,8 +154,8 @@ system objects, but without policy-speci .Sh STANDARDS 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 -POSIX APIS were unable to express some notions required for flexible and +However, the resemblence of these APIs to the POSIX APIs is loose, as the +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