summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2014-02-13 05:13:22 +0000
committereadler <eadler@FreeBSD.org>2014-02-13 05:13:22 +0000
commit8df0b070e8cfb6ef0e7e538830b484cda47e7732 (patch)
tree1a3a6f0cf2c23d1be543f0bc70f0adfb0aadf344 /lib/libutil
parent7d1964f9ec227aa9c60a2b9ca1ba73219c0ed4a8 (diff)
downloadFreeBSD-src-8df0b070e8cfb6ef0e7e538830b484cda47e7732.zip
FreeBSD-src-8df0b070e8cfb6ef0e7e538830b484cda47e7732.tar.gz
libutil/pw_util.3: Fix two prototypes.
Reported by: marino Obtained from: DragonFlyBSD (e82b5d3dfa969bfcda5ffadceccc682b6bdcd077) MFC After: 3 days
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pw_util.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/pw_util.3 b/lib/libutil/pw_util.3
index 7ef0657..6c449ba 100644
--- a/lib/libutil/pw_util.3
+++ b/lib/libutil/pw_util.3
@@ -48,13 +48,13 @@
.In pwd.h
.In libutil.h
.Ft int
-.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "const struct passwd *oldpw"
+.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "struct passwd *oldpw"
.Ft "struct passwd *"
.Fn pw_dup "const struct passwd *pw"
.Ft int
.Fn pw_edit "int nosetuid"
.Ft int
-.Fn pw_equal "const struct passwd *pw1" "const struct passwd pw2"
+.Fn pw_equal "const struct passwd *pw1" "const struct passwd *pw2"
.Ft void
.Fn pw_fini "void"
.Ft int
OpenPOWER on IntegriCloud