Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Add some history.
details: https://anonhg.NetBSD.org/src/rev/8cc6d6b815bd
branches: trunk
changeset: 753606:8cc6d6b815bd
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sat Apr 03 15:13:43 2010 +0000
description:
Add some history.
diffstat:
lib/libc/sys/getgid.2 | 9 +++++++--
lib/libc/sys/getpid.2 | 9 +++++++--
lib/libc/sys/getuid.2 | 9 +++++++--
lib/libc/sys/setuid.2 | 14 ++++++++++++--
4 files changed, 33 insertions(+), 8 deletions(-)
diffs (113 lines):
diff -r 857665343546 -r 8cc6d6b815bd lib/libc/sys/getgid.2
--- a/lib/libc/sys/getgid.2 Sat Apr 03 14:49:31 2010 +0000
+++ b/lib/libc/sys/getgid.2 Sat Apr 03 15:13:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getgid.2,v 1.18 2006/10/07 21:03:51 elad Exp $
+.\" $NetBSD: getgid.2,v 1.19 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getgid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 7, 2006
+.Dd April 3, 2010
.Dt GETGID 2
.Os
.Sh NAME
@@ -78,3 +78,8 @@
.Fn getegid
conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getgid
+function appeared in
+.At v4 .
diff -r 857665343546 -r 8cc6d6b815bd lib/libc/sys/getpid.2
--- a/lib/libc/sys/getpid.2 Sat Apr 03 14:49:31 2010 +0000
+++ b/lib/libc/sys/getpid.2 Sat Apr 03 15:13:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpid.2,v 1.16 2003/08/07 16:43:58 agc Exp $
+.\" $NetBSD: getpid.2,v 1.17 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd April 3, 2010
.Dt GETPID 2
.Os
.Sh NAME
@@ -70,3 +70,8 @@
.Fn getppid
conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getpid
+function appeared in
+.At v5 .
diff -r 857665343546 -r 8cc6d6b815bd lib/libc/sys/getuid.2
--- a/lib/libc/sys/getuid.2 Sat Apr 03 14:49:31 2010 +0000
+++ b/lib/libc/sys/getuid.2 Sat Apr 03 15:13:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getuid.2,v 1.15 2003/08/07 16:44:00 agc Exp $
+.\" $NetBSD: getuid.2,v 1.16 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd Arpil 3, 2010
.Dt GETUID 2
.Os
.Sh NAME
@@ -78,3 +78,8 @@
.Fn getuid
functions conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getuid
+function appeared in
+.At v4 .
diff -r 857665343546 -r 8cc6d6b815bd lib/libc/sys/setuid.2
--- a/lib/libc/sys/setuid.2 Sat Apr 03 14:49:31 2010 +0000
+++ b/lib/libc/sys/setuid.2 Sat Apr 03 15:13:43 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: setuid.2,v 1.20 2006/10/13 20:56:54 wiz Exp $
+.\" $NetBSD: setuid.2,v 1.21 2010/04/03 15:13:43 jruoho Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 7, 2006
+.Dd Arpil 3, 2010
.Dt SETUID 2
.Os
.Sh NAME
@@ -123,3 +123,13 @@
.Fn setegid
functions are compliant with
.St -p1003.1-2001 .
+.Sh HISTORY
+The
+.Fn setuid
+and
+.Fn setgid
+functions appeared in
+.At v2
+and
+.At v4 ,
+respectively.
Home |
Main Index |
Thread Index |
Old Index