diff options
author | 2003-02-25 08:26:38 +0000 | |
---|---|---|
committer | 2003-02-25 08:26:38 +0000 | |
commit | 7cbfd693c61c9e698bf609be2efabb6330dba675 (patch) | |
tree | f2bb460881b1336622de5a7fe4c431c6b0b13a00 /lib/libc/sys/accept.2 | |
parent | Destaticize, and add RAMDISK_HOOK glue for bsd.rd (diff) | |
download | wireguard-openbsd-7cbfd693c61c9e698bf609be2efabb6330dba675.tar.xz wireguard-openbsd-7cbfd693c61c9e698bf609be2efabb6330dba675.zip |
typos;
intro(2): help deraadt@
Diffstat (limited to 'lib/libc/sys/accept.2')
-rw-r--r-- | lib/libc/sys/accept.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 5f4932e060a..483bc69a252 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: accept.2,v 1.13 2001/11/02 22:34:21 jj Exp $ +.\" $OpenBSD: accept.2,v 1.14 2003/02/25 08:26:38 jmc Exp $ .\" $NetBSD: accept.2,v 1.7 1996/01/31 20:14:42 mycroft Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -122,7 +122,7 @@ request. Similarly, one can provide user connection rejection information by issuing a .Xr sendmsg 2 -call with providing only the control information, or by calling +call providing only the control information, or by calling .Xr setsockopt 2 . .Sh RETURN VALUES The call returns \-1 on error. |