From owner-svn-src-vendor@FreeBSD.ORG Fri Oct 9 09:38:57 2009 Return-Path: Delivered-To: svn-src-vendor@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB828106568D; Fri, 9 Oct 2009 09:38:57 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AAE238FC17; Fri, 9 Oct 2009 09:38:57 +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 n999cv9W048603; Fri, 9 Oct 2009 09:38:57 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n999cvok048601; Fri, 9 Oct 2009 09:38:57 GMT (envelope-from des@svn.freebsd.org) Message-Id: <200910090938.n999cvok048601@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 9 Oct 2009 09:38:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197897 - vendor/openpam/dist/doc/man X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 09:38:57 -0000 Author: des Date: Fri Oct 9 09:38:57 2009 New Revision: 197897 URL: http://svn.freebsd.org/changeset/base/197897 Log: Merge upstream r421: grammar nit in pam.conf(5). Modified: vendor/openpam/dist/doc/man/pam.conf.5 Modified: vendor/openpam/dist/doc/man/pam.conf.5 ============================================================================== --- vendor/openpam/dist/doc/man/pam.conf.5 Fri Oct 9 09:29:59 2009 (r197896) +++ vendor/openpam/dist/doc/man/pam.conf.5 Fri Oct 9 09:38:57 2009 (r197897) @@ -109,7 +109,7 @@ will be failure regardless of the succes .It Cm requisite If this module succeeds, the result of the chain will be success unless a later module fails. -If it module fails, the chain is broken and the result is failure. +If the module fails, the chain is broken and the result is failure. .It Cm sufficient If this module succeeds, the chain is broken and the result is success.