From owner-p4-projects@FreeBSD.ORG Sun Aug 10 21:36:58 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 14F381065677; Sun, 10 Aug 2008 21:36:58 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD8AB1065675 for ; Sun, 10 Aug 2008 21:36:57 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C23278FC33 for ; Sun, 10 Aug 2008 21:36:57 +0000 (UTC) (envelope-from trasz@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7ALavMX079372 for ; Sun, 10 Aug 2008 21:36:57 GMT (envelope-from trasz@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7ALavWI079370 for perforce@freebsd.org; Sun, 10 Aug 2008 21:36:57 GMT (envelope-from trasz@freebsd.org) Date: Sun, 10 Aug 2008 21:36:57 GMT Message-Id: <200808102136.m7ALavWI079370@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to trasz@freebsd.org using -f From: Edward Tomasz Napierala To: Perforce Change Reviews Cc: Subject: PERFORCE change 147109 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2008 21:36:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=147109 Change 147109 by trasz@trasz_traszkan on 2008/08/10 21:36:18 Add manual page for acl_get_brand_np. Affected files ... .. //depot/projects/soc2008/trasz_nfs4acl/TODO#38 edit .. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/Makefile.inc#7 edit .. //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/acl_get_brand_np.3#1 add Differences ... ==== //depot/projects/soc2008/trasz_nfs4acl/TODO#38 (text+ko) ==== @@ -8,8 +8,6 @@ - Enhance fstest with checks for NFS4 ACL functionality. -- Add the manual page for acl_get_brand_np. - - Add the information about branding to manual pages. - Add the information about correct constants to the manual pages. ==== //depot/projects/soc2008/trasz_nfs4acl/lib/libc/posix1e/Makefile.inc#7 (text+ko) ==== @@ -46,6 +46,7 @@ acl_free.3 \ acl_from_text.3 \ acl_get.3 \ + acl_get_brand_np.3 \ acl_get_entry.3 \ acl_get_extended_np.3 \ acl_get_flagset_np.3 \