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