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