diff options
author | 2005-08-10 01:36:45 +0000 | |
---|---|---|
committer | 2005-08-10 01:36:45 +0000 | |
commit | 897da028bac7cc51aa041f43ac8005f457bb5397 (patch) | |
tree | 723af7be7bcbbd405be6f9ba5b04bea8baa2cc9b /lib/libc | |
parent | - sys/mount.h wants sys/param.h (diff) | |
download | wireguard-openbsd-897da028bac7cc51aa041f43ac8005f457bb5397.tar.xz wireguard-openbsd-897da028bac7cc51aa041f43ac8005f457bb5397.zip |
grammar; ok jmc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getgid.2 | 6 |
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 |