diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:58:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:58:02 +0000 |
commit | 29e5383f53d6c31513512511f4ef639c1140c6bc (patch) | |
tree | ab9e7c2fedfab62f2c62e981f580a8b2849a762f /lib/libc/sys/recv.2 | |
parent | 22b6e92aae6ea0d23546dba723905f488492149d (diff) |
remove redundant .Pp macros
Diffstat (limited to 'lib/libc/sys/recv.2')
-rw-r--r-- | lib/libc/sys/recv.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 3de95ca7b51..65d939dda1f 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.19 1999/06/29 14:10:16 aaron Exp $ +.\" $OpenBSD: recv.2,v 1.20 1999/07/02 20:58:01 aaron Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -231,7 +231,6 @@ Indicates that the packet was received as broadcast. .It Dv MSG_MCAST Ta Indicates that the packet was received as multicast. .El -.Pp .Sh RETURN VALUES These calls return the number of bytes received, or \-1 if an error occurred. |