diff options
author | 2018-12-28 11:40:23 +0000 | |
---|---|---|
committer | 2018-12-28 11:40:23 +0000 | |
commit | 33cea3a1108998697e24539c3536f6dc1a3ac035 (patch) | |
tree | 3a65b8c5d12e0dee55bef8003c335d813aa00c85 /lib/libc | |
parent | rename smtp_session's hostname field to rdns, to make it clear what it (diff) | |
download | wireguard-openbsd-33cea3a1108998697e24539c3536f6dc1a3ac035.tar.xz wireguard-openbsd-33cea3a1108998697e24539c3536f6dc1a3ac035.zip |
getgruid_r -> getgrgid_r
from Lauri Tirkkonen
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getgrent.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index d3c12bad042..8151dfb881b 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getgrent.3,v 1.22 2015/11/04 08:36:10 jmc Exp $ +.\" $OpenBSD: getgrent.3,v 1.23 2018/12/28 11:40:23 tb Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 4 2015 $ +.Dd $Mdocdate: December 28 2018 $ .Dt GETGRENT 3 .Os .Sh NAME @@ -193,7 +193,7 @@ group database file .El .Sh ERRORS The -.Fn getgruid_r +.Fn getgrgid_r and .Fn getgrnam_r functions may fail if: |