4.3BSD/usr/contrib/sunrpc/doc/rpcinfo.8

Compare this file to the similar file:
Show the results in this format:

.\" @(#)rpcinfo.8 1.1 85/02/25 SMI;
.TH RPCINFO 8 "1 February 1985"
.SH NAME
rpcinfo \- report RPC information
.SH SYNOPSIS
.B "rpcinfo \-p"
[ host ]
.br
.B "rpcinfo \-u"
host program-number version-number
.br
.B "rpcinfo \-t"
host program-number version-number
.SH DESCRIPTION
.I Rpcinfo
makes an RPC call to an RPC server and reports what it finds.
.SH OPTIONS
.TP
.B \-p
Probe the portmapper on
.IR host ,
and print a list of all registered RPC programs.
If 
.I host
is not specified, it defaults to the value returned by
.IR hostname (1).
.TP
.B \-u
Make an RPC call to procedure 0 of
.I program-number
using UDP, and report whether a response was received.
.TP
.B \-t
Make an RPC call to procedure 0 of
.I program-number
using TCP, and report whether a response was received.
.SH "SEE ALSO"
.I "RPC Reference Manual,"
portmap(8)