diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-21 09:25:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-21 09:25:28 +0000 |
commit | e55fdd4e9fe43113ed2070e4e565409719941c3d (patch) | |
tree | 91001a9f32cb64db4df937900e2bacf7bc316794 /lib | |
parent | f5ec1d45b6a8360430e48b51e474884bcc58cbf2 (diff) |
one more: guid -> egid
thanks tedu@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getpeereid.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getpeereid.2 b/lib/libc/sys/getpeereid.2 index a3275889fb1..ef5b38e1eeb 100644 --- a/lib/libc/sys/getpeereid.2 +++ b/lib/libc/sys/getpeereid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpeereid.2,v 1.3 2003/02/21 09:14:37 jmc Exp $ +.\" $OpenBSD: getpeereid.2,v 1.4 2003/02/21 09:25:27 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ Points to a variable into which the effective user ID for the connected peer will be stored. .Pp -.Fa guid +.Fa egid Points to a .Li gid_t variable into which the effective group ID for the connected peer will |