|
|
297660 |
From c90d5c11eb99ec25e0fd90585bad9283e60bda7e Mon Sep 17 00:00:00 2001
|
|
|
297660 |
From: Eduardo Otubo <otubo@redhat.com>
|
|
|
297660 |
Date: Tue, 26 Jan 2021 10:48:55 +0100
|
|
|
297660 |
Subject: [PATCH] fix a typo in man page cloud-init.1 (#752)
|
|
|
297660 |
|
|
|
297660 |
RH-Author: Eduardo Terrell Ferrari Otubo (eterrell)
|
|
|
297660 |
RH-MergeRequest: 39: fix a typo in man page cloud-init.1 (#752)
|
|
|
297660 |
RH-Commit: [1/1] d2f7efbc63a7928ef175ac0714053dba20aab01a (eterrell/cloud-init)
|
|
|
297660 |
RH-Bugzilla: 1913127
|
|
|
297660 |
|
|
|
297660 |
commit 48b2c5f16bd4ef754fef137ea19894908d4bf1db
|
|
|
297660 |
Author: Amy Chen <66719270+xiachen-rh@users.noreply.github.com>
|
|
|
297660 |
Date: Wed Jan 6 22:37:02 2021 +0800
|
|
|
297660 |
|
|
|
297660 |
fix a typo in man page cloud-init.1 (#752)
|
|
|
297660 |
|
|
|
297660 |
1. fix a typo in cloud-init.1
|
|
|
297660 |
2. add xiachen-rh as contributor
|
|
|
297660 |
|
|
|
297660 |
Conflict: We don't really use tools/.github-cla-signers, but had to fix
|
|
|
297660 |
a tiny conflict of already included names on the file.
|
|
|
297660 |
|
|
|
297660 |
Signed-off-by: Eduardo Otubo <otubo@redhat.com>
|
|
|
297660 |
---
|
|
|
297660 |
doc/man/cloud-init.1 | 2 +-
|
|
|
297660 |
tools/.github-cla-signers | 1 +
|
|
|
297660 |
2 files changed, 2 insertions(+), 1 deletion(-)
|
|
|
297660 |
|
|
|
297660 |
diff --git a/doc/man/cloud-init.1 b/doc/man/cloud-init.1
|
|
|
297660 |
index 9b52dc8d..3fde4148 100644
|
|
|
297660 |
--- a/doc/man/cloud-init.1
|
|
|
297660 |
+++ b/doc/man/cloud-init.1
|
|
|
297660 |
@@ -10,7 +10,7 @@ cloud-init \- Cloud instance initialization
|
|
|
297660 |
Cloud-init provides a mechanism for cloud instance initialization.
|
|
|
297660 |
This is done by identifying the cloud platform that is in use, reading
|
|
|
297660 |
provided cloud metadata and optional vendor and user
|
|
|
297660 |
-data, and then intializing the instance as requested.
|
|
|
297660 |
+data, and then initializing the instance as requested.
|
|
|
297660 |
|
|
|
297660 |
Generally, this command is not normally meant to be run directly by
|
|
|
297660 |
the user. However, some subcommands may useful for development or
|
|
|
297660 |
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers
|
|
|
297660 |
index 802a35bd..e5d2b95c 100644
|
|
|
297660 |
--- a/tools/.github-cla-signers
|
|
|
297660 |
+++ b/tools/.github-cla-signers
|
|
|
297660 |
@@ -21,3 +21,4 @@ sshedi
|
|
|
297660 |
TheRealFalcon
|
|
|
297660 |
tomponline
|
|
|
297660 |
tsanghan
|
|
|
297660 |
+xiachen-rh
|
|
|
297660 |
--
|
|
|
297660 |
2.18.4
|
|
|
297660 |
|