issetugid(2) manpage.
This commit is contained in:
parent
52de0c47aa
commit
8bffa1abc1
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: mi,v 1.213 2000/04/19 06:39:15 itojun Exp $
|
# $NetBSD: mi,v 1.214 2000/04/21 16:39:25 minoura Exp $
|
||||||
./sys comp-sysutil-root
|
./sys comp-sysutil-root
|
||||||
./usr/bin/addr2line comp-miscutil-bin
|
./usr/bin/addr2line comp-miscutil-bin
|
||||||
./usr/bin/ar comp-util-bin
|
./usr/bin/ar comp-util-bin
|
||||||
@ -1372,6 +1372,7 @@
|
|||||||
./usr/share/man/cat2/i386_vm86.0 comp-syscall-catman
|
./usr/share/man/cat2/i386_vm86.0 comp-syscall-catman
|
||||||
./usr/share/man/cat2/intro.0 comp-syscall-catman
|
./usr/share/man/cat2/intro.0 comp-syscall-catman
|
||||||
./usr/share/man/cat2/ioctl.0 comp-syscall-catman
|
./usr/share/man/cat2/ioctl.0 comp-syscall-catman
|
||||||
|
./usr/share/man/cat2/issetugid.0 comp-syscall-catman
|
||||||
./usr/share/man/cat2/kill.0 comp-syscall-catman
|
./usr/share/man/cat2/kill.0 comp-syscall-catman
|
||||||
./usr/share/man/cat2/ktrace.0 comp-syscall-catman
|
./usr/share/man/cat2/ktrace.0 comp-syscall-catman
|
||||||
./usr/share/man/cat2/lchmod.0 comp-syscall-catman
|
./usr/share/man/cat2/lchmod.0 comp-syscall-catman
|
||||||
@ -2882,6 +2883,7 @@
|
|||||||
./usr/share/man/man2/i386_vm86.2 comp-syscall-man
|
./usr/share/man/man2/i386_vm86.2 comp-syscall-man
|
||||||
./usr/share/man/man2/intro.2 comp-syscall-man
|
./usr/share/man/man2/intro.2 comp-syscall-man
|
||||||
./usr/share/man/man2/ioctl.2 comp-syscall-man
|
./usr/share/man/man2/ioctl.2 comp-syscall-man
|
||||||
|
./usr/share/man/man2/issetugid.2 comp-syscall-man
|
||||||
./usr/share/man/man2/kill.2 comp-syscall-man
|
./usr/share/man/man2/kill.2 comp-syscall-man
|
||||||
./usr/share/man/man2/ktrace.2 comp-syscall-man
|
./usr/share/man/man2/ktrace.2 comp-syscall-man
|
||||||
./usr/share/man/man2/lchmod.2 comp-syscall-man
|
./usr/share/man/man2/lchmod.2 comp-syscall-man
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.100 2000/04/21 16:24:24 minoura Exp $
|
# $NetBSD: Makefile.inc,v 1.101 2000/04/21 16:39:23 minoura Exp $
|
||||||
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
|
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
|
||||||
|
|
||||||
# sys sources
|
# sys sources
|
||||||
@ -190,8 +190,8 @@ MAN+= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 \
|
|||||||
getfh.2 getfsstat.2 getgid.2 getgroups.2 \
|
getfh.2 getfsstat.2 getgid.2 getgroups.2 \
|
||||||
getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \
|
getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \
|
||||||
getpriority.2 getrlimit.2 getrusage.2 getsid.2 getsockname.2 \
|
getpriority.2 getrlimit.2 getrusage.2 getsid.2 getsockname.2 \
|
||||||
getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 kill.2 \
|
getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 issetugid.2 \
|
||||||
ktrace.2 link.2 listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 \
|
kill.2 ktrace.2 link.2 listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 \
|
||||||
madvise.2 mincore.2 minherit.2 mlock.2 mlockall.2 mmap.2 mount.2 \
|
madvise.2 mincore.2 minherit.2 mlock.2 mlockall.2 mmap.2 mount.2 \
|
||||||
mprotect.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
|
mprotect.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
|
||||||
munmap.2 nanosleep.2 nfssvc.2 open.2 pathconf.2 pipe.2 \
|
munmap.2 nanosleep.2 nfssvc.2 open.2 pathconf.2 pipe.2 \
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
.\" $OpenBSD: issetugid.2,v 1.7 1997/02/18 00:16:09 deraadt Exp $
|
.\" $NetBSD: issetugid.2,v 1.2 2000/04/21 16:39:24 minoura Exp $
|
||||||
|
.\" OpenBSD: issetugid.2,v 1.7 1997/02/18 00:16:09 deraadt Exp
|
||||||
|
.\" FreeBSD: src/lib/libc/sys/issetugid.2,v 1.5.2.2 1999/09/18 16:18:59 phantom Exp
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1991, 1993
|
.\" Copyright (c) 1980, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -31,9 +33,9 @@
|
|||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD: src/lib/libc/sys/issetugid.2,v 1.5.2.2 1999/09/18 16:18:59 phantom Exp $
|
.\" FreeBSD: src/lib/libc/sys/issetugid.2,v 1.5.2.2 1999/09/18 16:18:59 phantom Exp
|
||||||
.\"
|
.\"
|
||||||
.Dd August, 25 1996
|
.Dd April, 22 2000
|
||||||
.Dt ISSETUGID 2
|
.Dt ISSETUGID 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -94,6 +96,9 @@ indicate an error.
|
|||||||
A
|
A
|
||||||
.Fn issetugid
|
.Fn issetugid
|
||||||
function call first appeared in
|
function call first appeared in
|
||||||
.Ox 2.0
|
.Bx Open
|
||||||
and was also implemented in
|
2.0 and was also implemented in
|
||||||
.Fx 3.0 .
|
.Fx 3.0 .
|
||||||
|
.Fx
|
||||||
|
implementation was imported in
|
||||||
|
.Nx 1.5 .
|
||||||
|
Loading…
Reference in New Issue
Block a user