diff options
Diffstat (limited to 'src/lib/libc/net/getpeereid.3')
-rw-r--r-- | src/lib/libc/net/getpeereid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getpeereid.3 b/src/lib/libc/net/getpeereid.3 index 9c5742a245..4475bbd77d 100644 --- a/src/lib/libc/net/getpeereid.3 +++ b/src/lib/libc/net/getpeereid.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getpeereid.3,v 1.3 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: getpeereid.3,v 1.4 2022/09/11 06:38:10 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -26,7 +26,7 @@ | |||
26 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 26 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .Dd $Mdocdate: June 5 2013 $ | 29 | .Dd $Mdocdate: September 11 2022 $ |
30 | .Dt GETPEEREID 3 | 30 | .Dt GETPEEREID 3 |
31 | .Os | 31 | .Os |
32 | .Sh NAME | 32 | .Sh NAME |
@@ -65,13 +65,13 @@ should be looked up. | |||
65 | .It | 65 | .It |
66 | .Fa euid | 66 | .Fa euid |
67 | points to a | 67 | points to a |
68 | .Li uid_t | 68 | .Vt uid_t |
69 | variable into which the effective user ID for the connected peer will | 69 | variable into which the effective user ID for the connected peer will |
70 | be stored. | 70 | be stored. |
71 | .It | 71 | .It |
72 | .Fa egid | 72 | .Fa egid |
73 | points to a | 73 | points to a |
74 | .Li gid_t | 74 | .Vt gid_t |
75 | variable into which the effective group ID for the connected peer will | 75 | variable into which the effective group ID for the connected peer will |
76 | be stored. | 76 | be stored. |
77 | .El | 77 | .El |