svn commit: r242383 - head/lib/libutil

Joel Dahl joel at FreeBSD.org
Tue Oct 30 22:30:31 UTC 2012


Author: joel (doc committer)
Date: Tue Oct 30 22:30:30 2012
New Revision: 242383
URL: http://svn.freebsd.org/changeset/base/242383

Log:
  Minor mdoc and language fixes.

Modified:
  head/lib/libutil/pw_util.3

Modified: head/lib/libutil/pw_util.3
==============================================================================
--- head/lib/libutil/pw_util.3	Tue Oct 30 22:26:19 2012	(r242382)
+++ head/lib/libutil/pw_util.3	Tue Oct 30 22:30:30 2012	(r242383)
@@ -74,7 +74,6 @@
 .Ft int
 .Fn pw_tmp "int mfd"
 .Sh DESCRIPTION
-.Pp
 The
 .Fn pw_copy
 function reads a password file from
@@ -104,7 +103,7 @@ are not
 .Dv NULL
 then the record corresponding to
 .Fa pw
-will be replace by the record corresponding to
+will be replaced by the record corresponding to
 .Fa oldpw .
 .It
 If
@@ -171,7 +170,7 @@ function destroy the temporary file crea
 if any,
 kills any running instance of
 .Ev EDITOR
-excuted by
+executed by
 .Fn pw_edit
 if any,
 and closes the lock created by


More information about the svn-src-all mailing list