Blame 0068-Documentation-ndctl-fix-self-reference-of-ndctl-disa.patch
|
Jeff Moyer |
2c91dc |
From 3f2a2973b23fa86c810aab49eeb8ff5f97a02720 Mon Sep 17 00:00:00 2001
|
|
Jeff Moyer |
2c91dc |
From: Yasunori Goto <y-goto@fujitsu.com>
|
|
Jeff Moyer |
2c91dc |
Date: Wed, 3 Feb 2021 19:17:07 +0900
|
|
Jeff Moyer |
2c91dc |
Subject: [PATCH 068/217] Documentation/ndctl: fix self-reference of ndctl
|
|
Jeff Moyer |
2c91dc |
disable-namespace
|
|
Jeff Moyer |
2c91dc |
|
|
Jeff Moyer |
2c91dc |
The man manual of ndctl disable-namespace link to itself at See
|
|
Jeff Moyer |
2c91dc |
Also section. It should be enable-namespace instead of it.
|
|
Jeff Moyer |
2c91dc |
|
|
Jeff Moyer |
2c91dc |
Signed-off-by: Yasunori Goto <y-goto@fujitsu.com>
|
|
Jeff Moyer |
2c91dc |
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
|
|
Jeff Moyer |
2c91dc |
Link: https://github.com/pmem/ndctl/pull/160
|
|
Jeff Moyer |
2c91dc |
---
|
|
Jeff Moyer |
2c91dc |
Documentation/ndctl/ndctl-disable-namespace.txt | 2 +-
|
|
Jeff Moyer |
2c91dc |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Jeff Moyer |
2c91dc |
|
|
Jeff Moyer |
2c91dc |
diff --git a/Documentation/ndctl/ndctl-disable-namespace.txt b/Documentation/ndctl/ndctl-disable-namespace.txt
|
|
Jeff Moyer |
2c91dc |
index 5d3a8be..187348f 100644
|
|
Jeff Moyer |
2c91dc |
--- a/Documentation/ndctl/ndctl-disable-namespace.txt
|
|
Jeff Moyer |
2c91dc |
+++ b/Documentation/ndctl/ndctl-disable-namespace.txt
|
|
Jeff Moyer |
2c91dc |
@@ -22,4 +22,4 @@ include::../copyright.txt[]
|
|
Jeff Moyer |
2c91dc |
|
|
Jeff Moyer |
2c91dc |
SEE ALSO
|
|
Jeff Moyer |
2c91dc |
--------
|
|
Jeff Moyer |
2c91dc |
-linkndctl:ndctl-disable-namespace[1]
|
|
Jeff Moyer |
2c91dc |
+linkndctl:ndctl-enable-namespace[1]
|
|
Jeff Moyer |
2c91dc |
--
|
|
Jeff Moyer |
2c91dc |
2.27.0
|
|
Jeff Moyer |
2c91dc |
|