diff options
Diffstat (limited to 'lib/libc/net/rcmd.3')
-rw-r--r-- | lib/libc/net/rcmd.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 77659c28b73..447aa23ff16 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: rcmd.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RCMD 3 .Os .Sh NAME @@ -232,9 +232,9 @@ The first argument of is typed as .Li "void *" to avoid dependency between -.Aq Pa unistd.h +.In unistd.h and -.Aq Pa sys/socket.h . +.In sys/socket.h . .Sh DIAGNOSTICS The .Fn rcmd |