Actions
Bug #5644
closedrpcinfo(1m): The first synopsis supports the -T option too
Start date:
2015-02-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
The rpcinfo(1m) man page says this:
SYNOPSIS rpcinfo [-m | -s] [host]
but apparently, the -T option is supported there as well:
$ rpcinfo -T tcp -s program version(s) netid(s) service owner 100000 2,3,4 udp6,tcp6,udp,tcp,ticlts,ticotsord,ticots rpcbind superuser 100234 1 ticotsord gssd superuser 100155 1 tcp6,tcp,ticotsord,ticots smserverd superuser 100134 1 ticotsord ktkt_warnd superuser 100011 1 udp6,udp,ticlts rquotad superuser 100024 1 ticots,ticotsord,ticlts,tcp,udp,tcp6,udp6 status superuser 100133 1 ticots,ticotsord,ticlts,tcp,udp,tcp6,udp6 - superuser 100021 4,3,2,1 udp6,tcp6,udp,tcp,ticotsord nlockmgr 1 100005 3,2,1 ticots,ticotsord,tcp,tcp6,ticlts,udp,udp6 mountd superuser 100003 4,3,2 tcp,udp,tcp6,udp6 nfs 1 100227 3,2 tcp,udp,tcp6,udp6 nfs_acl 1 100169 1 ticots,ticotsord,ticlts - superuser 1073741824 1 tcp,tcp6 - 1 $
We should update both the man page and the usage output for rpcinfo(1m).
Actions