summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-19 15:57:20 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-19 15:57:20 +0000
commita3315650db25238dce4f04adff4ed57f7738d5fd (patch)
tree1092cc426019a53e818a5758d11bb7e25ffcc270 /lib/libcompat
parent7c0c241dea37a9924227b0c6cc2db3b3a338ddaf (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/getpw.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3
index 4cf160ce173a..b64e5887ac3f 100644
--- a/lib/libcompat/4.1/getpw.3
+++ b/lib/libcompat/4.1/getpw.3
@@ -38,7 +38,9 @@
.Nm getpw
.Nd get name from uid
.Sh SYNOPSIS
-.Fn getpw uid "char *buf"
+.Fd #include <sys/types.h>
+.Ft int
+.Fn getpw "uid_t uid" "char *buf"
.Sh DESCRIPTION
.Bf -symbolic
The getpw function is made obsolete by getpwuid(3).