URL: https://github.com/freeipa/freeipa/pull/1275
Author: stlaz
 Title: #1275: [Backport][ipa-4-5] manpage: ipa-replica-conncheck - fix minor 
typo
Action: opened

PR body:
"""
This PR was opened automatically because PR #1270 was pushed to master and 
backport to ipa-4-5 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1275/head:pr1275
git checkout pr1275
From ec72346beffb986c1e576bde60c8d2195df4b81a Mon Sep 17 00:00:00 2001
From: Michal Reznik <mrez...@redhat.com>
Date: Fri, 10 Nov 2017 10:24:57 +0100
Subject: [PATCH] manpage: ipa-replica-conncheck - fix minor typo

Fixes minor typo "Defaults t" to "Defaults to".

https://pagure.io/freeipa/issue/7250
---
 install/tools/man/ipa-replica-conncheck.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tools/man/ipa-replica-conncheck.1 b/install/tools/man/ipa-replica-conncheck.1
index 4fc55e8bf5..6451f3545e 100644
--- a/install/tools/man/ipa-replica-conncheck.1
+++ b/install/tools/man/ipa-replica-conncheck.1
@@ -40,7 +40,7 @@ Automatically log in to master machine and execute the master machine part of th
 The Kerberos realm name for the IPA server
 .TP
 \fB\-k\fR \fIKDC\fR, \fB\-\-kdc\fR=\fIKDC\fR
-KDC server address. Defaults t \fIMASTER\fR
+KDC server address. Defaults to \fIMASTER\fR
 .TP
 \fB\-p\fR \fIPRINCIPAL\fR, \fB\-\-principal\fR=\fIPRINCIPAL\fR
 Authorized Kerberos principal to use to log in to master machine. Defaults to \fIadmin\fR
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to