2020-05-22 18:22:05 +00:00
|
|
|
From 8de669742ae4190542741f0dc61119a6a0dad666 Mon Sep 17 00:00:00 2001
|
2020-05-18 18:02:44 +00:00
|
|
|
From: Robbie Harwood <rharwood@redhat.com>
|
|
|
|
Date: Thu, 14 May 2020 15:01:18 -0400
|
|
|
|
Subject: [PATCH] Fix typo ("in in") in the ksu man page
|
|
|
|
|
|
|
|
(cherry picked from commit 1011841acdc1020f308ef4f569c6622f279d8c3f)
|
|
|
|
---
|
|
|
|
doc/user/user_commands/ksu.rst | 2 +-
|
|
|
|
src/man/ksu.man | 2 +-
|
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/doc/user/user_commands/ksu.rst b/doc/user/user_commands/ksu.rst
|
|
|
|
index 8d6c7ef79..933738229 100644
|
|
|
|
--- a/doc/user/user_commands/ksu.rst
|
|
|
|
+++ b/doc/user/user_commands/ksu.rst
|
|
|
|
@@ -155,7 +155,7 @@ wrong password is typed in, ksu fails.
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
During authentication, only the tickets that could be
|
|
|
|
- obtained without providing a password are cached in in the
|
|
|
|
+ obtained without providing a password are cached in the
|
|
|
|
source cache.
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/src/man/ksu.man b/src/man/ksu.man
|
2020-05-22 18:22:05 +00:00
|
|
|
index 81e34815d..8d4c6a359 100644
|
2020-05-18 18:02:44 +00:00
|
|
|
--- a/src/man/ksu.man
|
|
|
|
+++ b/src/man/ksu.man
|
|
|
|
@@ -176,7 +176,7 @@ wrong password is typed in, ksu fails.
|
|
|
|
.INDENT 0.0
|
|
|
|
.INDENT 3.5
|
|
|
|
During authentication, only the tickets that could be
|
|
|
|
-obtained without providing a password are cached in in the
|
|
|
|
+obtained without providing a password are cached in the
|
|
|
|
source cache.
|
|
|
|
.UNINDENT
|
|
|
|
.UNINDENT
|