summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-08-10 01:36:46 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-08-10 01:36:46 +0000
commit097d23139f20f4c80e347897d765836aedc81401 (patch)
tree9f8968aa4a817a782dbdb9d37aa511994f19ed9d /lib
parent25df5ddf962c603e62d092d2ccccfbf6db689f92 (diff)
grammar; ok jmc
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getgid.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2
index a9f57d9aea9..78780e0a133 100644
--- a/lib/libc/sys/getgid.2
+++ b/lib/libc/sys/getgid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getgid.2,v 1.12 2003/10/17 09:24:13 jmc Exp $
+.\" $OpenBSD: getgid.2,v 1.13 2005/08/10 01:36:45 jaredy Exp $
.\" $NetBSD: getgid.2,v 1.5 1995/02/27 12:32:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -47,9 +47,9 @@
.Sh DESCRIPTION
The
.Fn getgid
-function returns the real group ID of the calling process,
+function returns the real group ID of the calling process and the
.Fn getegid
-returns the effective group ID of the calling process.
+function returns the effective group ID of the calling process.
.Pp
The real group ID is specified at login time.
.Pp