diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-04 15:54:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-04 15:54:07 +0000 |
commit | d9f5177df76dd3be58679c70c52298610e7ac06d (patch) | |
tree | 0aec0bd8a24fd5efa2670cc9744ebfe8b2368e16 | |
parent | 9b269bdfc2e16973f736e23410b54c5a7c34385f (diff) |
consistency fix;
-rw-r--r-- | lib/libc/sys/intro.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 2b863949a04..07bca3886f9 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.30 2004/03/16 08:46:46 tedu Exp $ +.\" $OpenBSD: intro.2,v 1.31 2005/01/04 15:54:06 jmc Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -666,7 +666,6 @@ but the permissions for ``other users'' allow access. .Pp Otherwise, permission is denied. .It Sockets and Address Families -.Pp A socket is an endpoint for communication between processes. Each socket has queues for sending and receiving data. .Pp |