#6058 ipa-replica-manage man page example output differs actual command output
Closed: Fixed Opened by pvoborni.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1355718

Description of problem:
ipa-replica-manage man page example about command `ipa-replica-manage list`
differs actual output
$ man ipa-replica-manage
<snip>
EXAMPLES
       List all masters:
               # ipa-replica-manage list
               srv1.example.com
               srv2.example.com
               srv3.example.com
               srv4.example.com
       List a server's replication agreements.
               # ipa-replica-manage list srv1.example.com
               srv2.example.com
               srv3.example.com
<snip>
$ ipa-replica-manage list
srv1.example.com: master
srv2.example.com: master
srv3.example.com: master
srv4.example.com: master
$ ipa-replica-manage list srv1.example.com
srv2.example.com: replica
srv3.example.com: replica
Version-Release number of selected component (if applicable):
ipa-server-4.4.0-1.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
1. man ipa-replica-mange
2. ipa-replica-manage list
Actual results:
Example given in Man page differ actual command output
Expected results:
Example given in Man Page should match actual command output

master:

  • 0253f3d7319442150c37fe62e7c9f3f985406ccb Minor fix in ipa-replica-manage MAN page

Metadata Update from @pvoborni:
- Issue assigned to akasurde
- Issue set to the milestone: FreeIPA 4.4.1

Metadata