dcavalca / rpms / mdadm

Forked from rpms/mdadm 3 years ago
Clone

Blame SOURCES/Mention-endian-in-documentation-for-update-byte-orde.patch

b7f731
From 4224685fe9baf1df4c42bcb950c9a593efa0585f Mon Sep 17 00:00:00 2001
b7f731
From: NeilBrown <neilb@suse.com>
b7f731
Date: Mon, 8 May 2017 09:40:09 +1000
b7f731
Subject: [RHEL7.5 PATCH 116/169] Mention "endian" in documentation for
b7f731
 --update=byte-order
b7f731
b7f731
This makes it easier to find as "endian" is a commonly used term.
b7f731
b7f731
Reported-by: Trevor Cordes <trevor@tecnopolis.ca>
b7f731
Signed-off-by: NeilBrown <neilb@suse.com>
b7f731
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
b7f731
---
b7f731
 mdadm.8.in | 3 ++-
b7f731
 1 file changed, 2 insertions(+), 1 deletion(-)
b7f731
b7f731
diff --git a/mdadm.8.in b/mdadm.8.in
b7f731
index fb99a5c..388e0ed 100644
b7f731
--- a/mdadm.8.in
b7f731
+++ b/mdadm.8.in
b7f731
@@ -1264,7 +1264,8 @@ is correct.
b7f731
 The
b7f731
 .B byteorder
b7f731
 option allows arrays to be moved between machines with different
b7f731
-byte-order.
b7f731
+byte-order, such as from a big-endian machine like a Sparc or some
b7f731
+MIPS machines, to a little-endian x86_64 machine.
b7f731
 When assembling such an array for the first time after a move, giving
b7f731
 .B "\-\-update=byteorder"
b7f731
 will cause
b7f731
-- 
b7f731
2.7.4
b7f731