diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-03 00:30:22 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-03 00:30:22 +0000 |
commit | dd4851eebf9224bc7d1927591165e82a159fac35 (patch) | |
tree | 28fbdefa4ec3d66343a226f9b1d2896fc38a7f05 | |
parent | 7588f44e16e65c165f5c605e65284ad03fe319c4 (diff) | |
download | FreeBSD-src-dd4851eebf9224bc7d1927591165e82a159fac35.zip FreeBSD-src-dd4851eebf9224bc7d1927591165e82a159fac35.tar.gz |
Fix typo
-rw-r--r-- | lib/libutil/pw_util.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/pw_util.3 b/lib/libutil/pw_util.3 index 4bb4425..7ef0657 100644 --- a/lib/libutil/pw_util.3 +++ b/lib/libutil/pw_util.3 @@ -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 |