svn commit: r242503 - head/lib/libutil

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 3 00:30:23 UTC 2012


Author: bapt
Date: Sat Nov  3 00:30:22 2012
New Revision: 242503
URL: http://svn.freebsd.org/changeset/base/242503

Log:
  Fix typo

Modified:
  head/lib/libutil/pw_util.3

Modified: head/lib/libutil/pw_util.3
==============================================================================
--- head/lib/libutil/pw_util.3	Sat Nov  3 00:14:17 2012	(r242502)
+++ head/lib/libutil/pw_util.3	Sat Nov  3 00:30:22 2012	(r242503)
@@ -48,7 +48,7 @@
 .In pwd.h
 .In libutil.h
 .Ft int
-.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "const struct paddwd *oldpw"
+.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "const struct passwd *oldpw"
 .Ft "struct passwd *"
 .Fn pw_dup "const struct passwd *pw"
 .Ft int


More information about the svn-src-head mailing list