aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-13 13:02:07 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-13 13:02:07 +0000
commitf2b1d9af2d048fad78284e2661320faed21f63de (patch)
tree6729cb5483f3414a44ca6cd312413532b52cabcb /lib/libc/compat-43
parenta8eb6d60ee08901bd9290fa7e0548e776c1daf3b (diff)
downloadsrc-f2b1d9af2d048fad78284e2661320faed21f63de.tar.gz
src-f2b1d9af2d048fad78284e2661320faed21f63de.zip
Fixed wrong/incomplete #includes in synopsis.
Notes
Notes: svn path=/head/; revision=24874
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r--lib/libc/compat-43/setruid.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3
index db05a3413811..32245c1ff97f 100644
--- a/lib/libc/compat-43/setruid.3
+++ b/lib/libc/compat-43/setruid.3
@@ -39,7 +39,7 @@
.Nm setrgid
.Nd set user and group ID
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
+.Fd #include <unistd.h>
.Ft int
.Fn setruid "uid_t ruid"
.Ft int