svn commit: r285053 - head/lib/libutil

Renato Botelho garga at FreeBSD.org
Thu Jul 2 18:27:19 UTC 2015


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


More information about the svn-src-head mailing list