svn commit: r313181 - head/lib/libc/gen

Eric van Gyzen vangyzen at FreeBSD.org
Sat Feb 4 00:37:27 UTC 2017


Author: vangyzen
Date: Sat Feb  4 00:37:25 2017
New Revision: 313181
URL: https://svnweb.freebsd.org/changeset/base/313181

Log:
  Fix grammar in getpeereid(3)

Modified:
  head/lib/libc/gen/getpeereid.3

Modified: head/lib/libc/gen/getpeereid.3
==============================================================================
--- head/lib/libc/gen/getpeereid.3	Sat Feb  4 00:34:00 2017	(r313180)
+++ head/lib/libc/gen/getpeereid.3	Sat Feb  4 00:37:25 2017	(r313181)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 15, 2001
+.Dd February 3, 2017
 .Dt GETPEEREID 3
 .Os
 .Sh NAME
@@ -57,8 +57,8 @@ on which either
 .Xr connect 2
 or
 .Xr listen 2
-have been called.
-The effective used ID is placed in
+has been called.
+The effective user ID is placed in
 .Fa euid ,
 and the effective group ID in
 .Fa egid .


More information about the svn-src-all mailing list