Print this page
8112 EOF crazier RPC daemons

@@ -1,17 +1,18 @@
 '\" te
 .\"  Copyright 1989 AT&T  Copyright (c) 1997, Sun Microsystems, Inc.  All Rights Reserved
 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SPRAY 3SOCKET "Dec 30, 1996"
+.TH SPRAY 3RPC "Apr 13, 2017"
 .SH NAME
 spray \- scatter data in order to test the network
 .SH SYNOPSIS
 .LP
 .nf
-\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsocket\fR \fB -lnsl \fR [ \fIlibrary\fR ... ]
+\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsocket\fR \fB-lnsl\fR \
+\fB-lrpcsvc\fR [ \fIlibrary\fR ... ]
 #include <rpcsvc/spray.h>
 
 \fBbool_t\fR \fBxdr_sprayarr\fR(\fBXDR *\fR\fIxdrs\fR, \fBsprayarr *\fR\fIobjp\fR);
 .fi
 

@@ -19,11 +20,10 @@
 .nf
 \fBbool_t\fR \fBxdr_spraycumul\fR(\fBXDR *\fR\fIxdrs\fR, \fBspraycumul *\fR\fIobjp\fR);
 .fi
 
 .SH DESCRIPTION
-.sp
 .LP
 The spray program sends packets to a given machine to test communications with
 that machine.
 .sp
 .LP

@@ -110,11 +110,10 @@
                 spray_result.clock.usec);
 .fi
 .in -2
 
 .SH ATTRIBUTES
-.sp
 .LP
 See \fBattributes\fR(5) for descriptions of the following attributes:
 .sp
 
 .sp

@@ -126,15 +125,13 @@
 _
 MT-Level        Unsafe
 .TE
 
 .SH SEE ALSO
-.sp
 .LP
-\fBspray\fR(1M), \fBrpc_clnt_calls\fR(3NSL), \fBattributes\fR(5)
+\fBrpc_clnt_calls\fR(3NSL), \fBattributes\fR(5)
 .SH NOTES
-.sp
 .LP
 This interface is unsafe in multithreaded applications.  Unsafe interfaces
 should be called only from the main thread.
 .sp
 .LP