Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src issetugid(2) manpage.
details: https://anonhg.NetBSD.org/src/rev/623ae63b9a67
branches: trunk
changeset: 485185:623ae63b9a67
user: minoura <minoura%NetBSD.org@localhost>
date: Fri Apr 21 16:39:23 2000 +0000
description:
issetugid(2) manpage.
diffstat:
distrib/sets/lists/comp/mi | 4 +++-
lib/libc/sys/Makefile.inc | 6 +++---
lib/libc/sys/issetugid.2 | 15 ++++++++++-----
3 files changed, 16 insertions(+), 9 deletions(-)
diffs (80 lines):
diff -r 978cf2113b0b -r 623ae63b9a67 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Fri Apr 21 16:35:05 2000 +0000
+++ b/distrib/sets/lists/comp/mi Fri Apr 21 16:39:23 2000 +0000
@@ -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
./usr/bin/addr2line comp-miscutil-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/intro.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/ktrace.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/intro.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/ktrace.2 comp-syscall-man
./usr/share/man/man2/lchmod.2 comp-syscall-man
diff -r 978cf2113b0b -r 623ae63b9a67 lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Fri Apr 21 16:35:05 2000 +0000
+++ b/lib/libc/sys/Makefile.inc Fri Apr 21 16:39:23 2000 +0000
@@ -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
# sys sources
@@ -190,8 +190,8 @@
getfh.2 getfsstat.2 getgid.2 getgroups.2 \
getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \
getpriority.2 getrlimit.2 getrusage.2 getsid.2 getsockname.2 \
- getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 kill.2 \
- ktrace.2 link.2 listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 \
+ getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 issetugid.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 \
mprotect.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
munmap.2 nanosleep.2 nfssvc.2 open.2 pathconf.2 pipe.2 \
diff -r 978cf2113b0b -r 623ae63b9a67 lib/libc/sys/issetugid.2
--- a/lib/libc/sys/issetugid.2 Fri Apr 21 16:35:05 2000 +0000
+++ b/lib/libc/sys/issetugid.2 Fri Apr 21 16:39:23 2000 +0000
@@ -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
.\" 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
.\" 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
.Os
.Sh NAME
@@ -94,6 +96,9 @@
A
.Fn issetugid
function call first appeared in
-.Ox 2.0
-and was also implemented in
+.Bx Open
+2.0 and was also implemented in
.Fx 3.0 .
+.Fx
+implementation was imported in
+.Nx 1.5 .
Home |
Main Index |
Thread Index |
Old Index