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).
Updated by Marcel Telka over 7 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 7 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit a1cf91d7adb92b3440a7ed1b01e3170ec61e9350
commit a1cf91d7adb92b3440a7ed1b01e3170ec61e9350 Author: Marcel Telka <marcel.telka@nexenta.com> Date: 2015-02-22T21:16:03.000Z 5644 rpcinfo(1m): The first synopsis supports the -T option too Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions