Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 18:27:19 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285053 - head/lib/libutil
Message-ID:  <201507021827.t62IRJCZ012152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507021827.t62IRJCZ012152>