summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getgid.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-27 13:17:29 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-27 13:17:29 +0000
commitb126d3ceb8a1c65758137789c8dc6a4262bfd988 (patch)
treea87cc7af0be1861bc68e01b25d59a3c22129ddb6 /lib/libc/sys/getgid.2
parent021b4e4e535912d83db7166ea8b208945f0e190f (diff)
typos
Diffstat (limited to 'lib/libc/sys/getgid.2')
-rw-r--r--lib/libc/sys/getgid.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2
index d39636937b0..260ccbb0690 100644
--- a/lib/libc/sys/getgid.2
+++ b/lib/libc/sys/getgid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getgid.2,v 1.6 1999/05/23 14:10:51 aaron Exp $
+.\" $OpenBSD: getgid.2,v 1.7 1999/05/27 13:17:28 aaron Exp $
.\" $NetBSD: getgid.2,v 1.5 1995/02/27 12:32:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -63,7 +63,7 @@ during the execution of
.Dq Em set-group-ID
mode processes,
.Fn getgid
-is used to determine the real-user-id of the calling process.
+is used to determine the real group ID of the calling process.
.Sh ERRORS
The
.Fn getgid
@@ -76,8 +76,9 @@ indicate an error.
.Xr setgid 2 ,
.Xr setregid 2
.Sh STANDARDS
+The
.Fn getgid
and
.Fn getegid
-conform to
+functions conform to
.St -p1003.1-88 .