X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/75fe4ba35dd633614eaa2b5ea2daeb672978647b..a63600a1fc28dbc7ae7ce9f996829c49a25fb33c:/print-sunrpc.c diff --git a/print-sunrpc.c b/print-sunrpc.c index 82bfd8a9..7eeb42dc 100644 --- a/print-sunrpc.c +++ b/print-sunrpc.c @@ -105,10 +105,10 @@ * The following procedures are supported by the protocol: * * PMAPPROC_NULL() returns () - * takes nothing, returns nothing + * takes nothing, returns nothing * * PMAPPROC_SET(struct pmap) returns (bool_t) - * TRUE is success, FALSE is failure. Registers the tuple + * TRUE is success, FALSE is failure. Registers the tuple * [prog, vers, prot, port]. * * PMAPPROC_UNSET(struct pmap) returns (bool_t) @@ -122,9 +122,9 @@ * PMAPPROC_DUMP() RETURNS (struct pmaplist *) * * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>) - * RETURNS (port, string<>); + * RETURNS (port, string<>); * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs); - * Calls the procedure on the local machine. If it is not registered, + * Calls the procedure on the local machine. If it is not registered, * this procedure is quite; ie it does not return error information!!! * This procedure only is supported on rpc/udp and calls via * rpc/udp. This routine only passes null authentication parameters.