aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/getgid.2
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-06-14 05:59:30 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-06-14 05:59:30 +0000
commite0f7c06de24828c83c424b6caba8b7e5fe75f5b2 (patch)
tree87c4f4836a0e865c2963bcba9ef5e27123a92581 /lib/libc/sys/getgid.2
parent932a690c5171c2614d94e62930048070bc04abc7 (diff)
downloadsrc-e0f7c06de24828c83c424b6caba8b7e5fe75f5b2.tar.gz
src-e0f7c06de24828c83c424b6caba8b7e5fe75f5b2.zip
libc manpages: various improvements from NetBSD
- Add STANDARDS and HISTORY sections within the appropriate manpages - Mention two USENIX papers within kqueue(2) and strlcpy(3) Reviewed by: bcr (mentor) Approved by: bcr (mentor) Obtained from: NetBSD MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D24650
Notes
Notes: svn path=/head/; revision=362171
Diffstat (limited to 'lib/libc/sys/getgid.2')
-rw-r--r--lib/libc/sys/getgid.27
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2
index 5666d9d23fff..272d1ea8b031 100644
--- a/lib/libc/sys/getgid.2
+++ b/lib/libc/sys/getgid.2
@@ -28,7 +28,7 @@
.\" @(#)getgid.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd December 15, 2015
+.Dd May 1, 2020
.Dt GETGID 2
.Os
.Sh NAME
@@ -78,3 +78,8 @@ and
.Fn getegid
system calls are expected to conform to
.St -p1003.1-90 .
+.Sh HISTORY
+The
+.Fn getgid
+function appeared in
+.At v4 .