From owner-svn-src-all@freebsd.org Thu Jul 2 18:27:19 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85B7D993AC2; Thu, 2 Jul 2015 18:27:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 772011300; Thu, 2 Jul 2015 18:27:19 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t62IRJke012153; Thu, 2 Jul 2015 18:27:19 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t62IRJCZ012152; Thu, 2 Jul 2015 18:27:19 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201507021827.t62IRJCZ012152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 2 Jul 2015 18:27:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285053 - head/lib/libutil X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 02 Jul 2015 18:27:19 -0000 Author: garga (ports committer) Date: Thu Jul 2 18:27:18 2015 New Revision: 285053 URL: https://svnweb.freebsd.org/changeset/base/285053 Log: Improve pw_lock.3 text changed in r285050 Suggested by: wblock Approved by: gnn Modified: head/lib/libutil/pw_util.3 Modified: head/lib/libutil/pw_util.3 ============================================================================== --- head/lib/libutil/pw_util.3 Thu Jul 2 18:27:04 2015 (r285052) +++ head/lib/libutil/pw_util.3 Thu Jul 2 18:27:18 2015 (r285053) @@ -233,8 +233,8 @@ function returns 0 in case of success an The .Fn pw_lock function locks the master password file. -It returns a file descriptor to master password file in case of success -and -1 in case of failure. +It returns a file descriptor to the master password file on success +and -1 on failure. .Pp The .Fn pw_scan