diff options
| author | simonb <simonb@NetBSD.org> | 2002-04-29 01:41:43 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2002-04-29 01:41:43 +0000 |
| commit | eb0846961ea97ec3f03c0cf2dbe77e90bfa7db6f (patch) | |
| tree | 54fa6023647b3f877883bf435bb10ee0d8304b26 /lib/libc/sys/setuid.2 | |
| parent | cb3d9867b6eab4530daf4e261bc679b2a1859388 (diff) | |
Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
Diffstat (limited to 'lib/libc/sys/setuid.2')
| -rw-r--r-- | lib/libc/sys/setuid.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 3c34a25a960..3228d1ebb1c 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: setuid.2,v 1.11 2002/02/08 01:28:22 ross Exp $ +.\" $NetBSD: setuid.2,v 1.12 2002/04/29 01:41:45 simonb Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/types.h\*[Gt] .Fd #include \*[Lt]unistd.h\*[Gt] .Ft int .Fn setuid "uid_t uid" |
