All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] docs: Update binfmt_misc links
@ 2017-09-27 21:15 ` Tom Saeger
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Saeger @ 2017-09-27 21:15 UTC (permalink / raw)
  To: Jonathan Corbet, Alexander Viro
  Cc: Tom Saeger, Mauro Carvalho Chehab, linux-doc, linux-kernel,
	linux-fsdevel


Documentation/binfmt_misc.txt was moved to
Documentation/admin-guide/binfmt_misc.rst

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 fs/Kconfig.binfmt           | 2 +-
 fs/binfmt_misc.c            | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
index 91f54ffa0077..d5f24ab0ecc3 100644
--- a/Documentation/sysctl/README
+++ b/Documentation/sysctl/README
@@ -60,7 +60,7 @@ debug/		<empty>
 dev/		device specific information (eg dev/cdrom/info)
 fs/		specific filesystems
 		filehandle, inode, dentry and quota tuning
-		binfmt_misc <Documentation/binfmt_misc.txt>
+		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
 kernel/		global kernel info / tuning
 		miscellaneous stuff
 net/		networking stuff, for documentation look in:
diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt
index 35e17f748ca7..6c00c1e2743f 100644
--- a/Documentation/sysctl/fs.txt
+++ b/Documentation/sysctl/fs.txt
@@ -277,7 +277,7 @@ in a mount namespace.
 ----------------------------------------------------------
 
 Documentation for the files in /proc/sys/fs/binfmt_misc is
-in Documentation/binfmt_misc.txt.
+in Documentation/admin-guide/binfmt-misc.rst.
 
 
 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index b2f82cf6bf86..27dfcb078fa8 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -169,7 +169,7 @@ config BINFMT_MISC
 	  will automatically feed it to the correct interpreter.
 
 	  You can do other nice things, too. Read the file
-	  <file:Documentation/binfmt_misc.txt> to learn how to use this
+	  <file:Documentation/admin-guide/binfmt_misc.rst> to learn how to use this
 	  feature, <file:Documentation/admin-guide/java.rst> for information about how
 	  to include Java support. and <file:Documentation/admin-guide/mono.rst> for
           information about how to include Mono-based .NET support.
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index ce7181ea60fa..b5f1ae5d3217 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -4,7 +4,8 @@
  * Copyright (C) 1997 Richard Günther
  *
  * binfmt_misc detects binaries via a magic or filename extension and invokes
- * a specified wrapper. See Documentation/binfmt_misc.txt for more details.
+ * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more
+ * details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 1/1] docs: Update binfmt_misc links
@ 2017-09-27 21:15 ` Tom Saeger
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Saeger @ 2017-09-27 21:15 UTC (permalink / raw)
  To: Jonathan Corbet, Alexander Viro
  Cc: Tom Saeger, Mauro Carvalho Chehab, linux-doc, linux-kernel,
	linux-fsdevel


Documentation/binfmt_misc.txt was moved to
Documentation/admin-guide/binfmt_misc.rst

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 fs/Kconfig.binfmt           | 2 +-
 fs/binfmt_misc.c            | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
index 91f54ffa0077..d5f24ab0ecc3 100644
--- a/Documentation/sysctl/README
+++ b/Documentation/sysctl/README
@@ -60,7 +60,7 @@ debug/		<empty>
 dev/		device specific information (eg dev/cdrom/info)
 fs/		specific filesystems
 		filehandle, inode, dentry and quota tuning
-		binfmt_misc <Documentation/binfmt_misc.txt>
+		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
 kernel/		global kernel info / tuning
 		miscellaneous stuff
 net/		networking stuff, for documentation look in:
diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt
index 35e17f748ca7..6c00c1e2743f 100644
--- a/Documentation/sysctl/fs.txt
+++ b/Documentation/sysctl/fs.txt
@@ -277,7 +277,7 @@ in a mount namespace.
 ----------------------------------------------------------
 
 Documentation for the files in /proc/sys/fs/binfmt_misc is
-in Documentation/binfmt_misc.txt.
+in Documentation/admin-guide/binfmt-misc.rst.
 
 
 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index b2f82cf6bf86..27dfcb078fa8 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -169,7 +169,7 @@ config BINFMT_MISC
 	  will automatically feed it to the correct interpreter.
 
 	  You can do other nice things, too. Read the file
-	  <file:Documentation/binfmt_misc.txt> to learn how to use this
+	  <file:Documentation/admin-guide/binfmt_misc.rst> to learn how to use this
 	  feature, <file:Documentation/admin-guide/java.rst> for information about how
 	  to include Java support. and <file:Documentation/admin-guide/mono.rst> for
           information about how to include Mono-based .NET support.
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index ce7181ea60fa..b5f1ae5d3217 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -4,7 +4,8 @@
  * Copyright (C) 1997 Richard G�nther
  *
  * binfmt_misc detects binaries via a magic or filename extension and invokes
- * a specified wrapper. See Documentation/binfmt_misc.txt for more details.
+ * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more
+ * details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v2 0/1] docs: Update binfmt_misc links
  2017-09-27 21:15 ` Tom Saeger
  (?)
@ 2017-09-27 22:01 ` Tom Saeger
  2017-09-27 22:02     ` Tom Saeger
  -1 siblings, 1 reply; 11+ messages in thread
From: Tom Saeger @ 2017-09-27 22:01 UTC (permalink / raw)
  To: Tom Saeger, Jonathan Corbet, Alexander Viro
  Cc: Tom Saeger, Mauro Carvalho Chehab, linux-doc, linux-kernel,
	linux-fsdevel


v2:
    - replaced wrong binfmt_misc.rst with binfmt-misc.rst


Tom Saeger (1):
  docs: Update binfmt_misc links

 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 fs/Kconfig.binfmt           | 2 +-
 fs/binfmt_misc.c            | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v2 1/1] docs: Update binfmt_misc links
  2017-09-27 22:01 ` [PATCH v2 0/1] " Tom Saeger
@ 2017-09-27 22:02     ` Tom Saeger
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Saeger @ 2017-09-27 22:02 UTC (permalink / raw)
  To: Jonathan Corbet, Alexander Viro
  Cc: Tom Saeger, Mauro Carvalho Chehab, linux-doc, linux-kernel,
	linux-fsdevel

Documentation/binfmt_misc.txt was moved to
Documentation/admin-guide/binfmt_misc.rst

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 fs/Kconfig.binfmt           | 2 +-
 fs/binfmt_misc.c            | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
index 91f54ffa0077..d5f24ab0ecc3 100644
--- a/Documentation/sysctl/README
+++ b/Documentation/sysctl/README
@@ -60,7 +60,7 @@ debug/		<empty>
 dev/		device specific information (eg dev/cdrom/info)
 fs/		specific filesystems
 		filehandle, inode, dentry and quota tuning
-		binfmt_misc <Documentation/binfmt_misc.txt>
+		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
 kernel/		global kernel info / tuning
 		miscellaneous stuff
 net/		networking stuff, for documentation look in:
diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt
index 35e17f748ca7..6c00c1e2743f 100644
--- a/Documentation/sysctl/fs.txt
+++ b/Documentation/sysctl/fs.txt
@@ -277,7 +277,7 @@ in a mount namespace.
 ----------------------------------------------------------
 
 Documentation for the files in /proc/sys/fs/binfmt_misc is
-in Documentation/binfmt_misc.txt.
+in Documentation/admin-guide/binfmt-misc.rst.
 
 
 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index b2f82cf6bf86..cb35347e8216 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -169,7 +169,7 @@ config BINFMT_MISC
 	  will automatically feed it to the correct interpreter.
 
 	  You can do other nice things, too. Read the file
-	  <file:Documentation/binfmt_misc.txt> to learn how to use this
+	  <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this
 	  feature, <file:Documentation/admin-guide/java.rst> for information about how
 	  to include Java support. and <file:Documentation/admin-guide/mono.rst> for
           information about how to include Mono-based .NET support.
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index ce7181ea60fa..b5f1ae5d3217 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -4,7 +4,8 @@
  * Copyright (C) 1997 Richard Günther
  *
  * binfmt_misc detects binaries via a magic or filename extension and invokes
- * a specified wrapper. See Documentation/binfmt_misc.txt for more details.
+ * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more
+ * details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v2 1/1] docs: Update binfmt_misc links
@ 2017-09-27 22:02     ` Tom Saeger
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Saeger @ 2017-09-27 22:02 UTC (permalink / raw)
  To: Jonathan Corbet, Alexander Viro
  Cc: Tom Saeger, Mauro Carvalho Chehab, linux-doc, linux-kernel,
	linux-fsdevel

Documentation/binfmt_misc.txt was moved to
Documentation/admin-guide/binfmt_misc.rst

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 fs/Kconfig.binfmt           | 2 +-
 fs/binfmt_misc.c            | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
index 91f54ffa0077..d5f24ab0ecc3 100644
--- a/Documentation/sysctl/README
+++ b/Documentation/sysctl/README
@@ -60,7 +60,7 @@ debug/		<empty>
 dev/		device specific information (eg dev/cdrom/info)
 fs/		specific filesystems
 		filehandle, inode, dentry and quota tuning
-		binfmt_misc <Documentation/binfmt_misc.txt>
+		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
 kernel/		global kernel info / tuning
 		miscellaneous stuff
 net/		networking stuff, for documentation look in:
diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt
index 35e17f748ca7..6c00c1e2743f 100644
--- a/Documentation/sysctl/fs.txt
+++ b/Documentation/sysctl/fs.txt
@@ -277,7 +277,7 @@ in a mount namespace.
 ----------------------------------------------------------
 
 Documentation for the files in /proc/sys/fs/binfmt_misc is
-in Documentation/binfmt_misc.txt.
+in Documentation/admin-guide/binfmt-misc.rst.
 
 
 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index b2f82cf6bf86..cb35347e8216 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -169,7 +169,7 @@ config BINFMT_MISC
 	  will automatically feed it to the correct interpreter.
 
 	  You can do other nice things, too. Read the file
-	  <file:Documentation/binfmt_misc.txt> to learn how to use this
+	  <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this
 	  feature, <file:Documentation/admin-guide/java.rst> for information about how
 	  to include Java support. and <file:Documentation/admin-guide/mono.rst> for
           information about how to include Mono-based .NET support.
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index ce7181ea60fa..b5f1ae5d3217 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -4,7 +4,8 @@
  * Copyright (C) 1997 Richard G�nther
  *
  * binfmt_misc detects binaries via a magic or filename extension and invokes
- * a specified wrapper. See Documentation/binfmt_misc.txt for more details.
+ * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more
+ * details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH v2 1/1] docs: Update binfmt_misc links
  2017-09-27 22:02     ` Tom Saeger
  (?)
@ 2017-10-03 20:44     ` Jonathan Corbet
  2017-10-03 21:16       ` [PATCH v3 0/2] " Tom Saeger
  -1 siblings, 1 reply; 11+ messages in thread
From: Jonathan Corbet @ 2017-10-03 20:44 UTC (permalink / raw)
  To: Tom Saeger
  Cc: Alexander Viro, Mauro Carvalho Chehab, linux-doc, linux-kernel,
	linux-fsdevel

On Wed, 27 Sep 2017 17:02:09 -0500
Tom Saeger <tom.saeger@oracle.com> wrote:

> Documentation/binfmt_misc.txt was moved to
> Documentation/admin-guide/binfmt_misc.rst

These are good changes, but could I ask you a favor, please?  Split the
patch into two, one for Documentation/ and the other for fs/.  Then I
can apply the docs patches; the fs ones should go to Al Viro instead.

Thanks,

jon

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v3 0/2] docs: Update binfmt_misc links
  2017-10-03 20:44     ` Jonathan Corbet
@ 2017-10-03 21:16       ` Tom Saeger
  2017-10-03 21:16         ` [PATCH v3 1/2] " Tom Saeger
  2017-10-03 21:17         ` [PATCH v3 2/2] fs: " Tom Saeger
  0 siblings, 2 replies; 11+ messages in thread
From: Tom Saeger @ 2017-10-03 21:16 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Tom Saeger, Alexander Viro, Mauro Carvalho Chehab, linux-doc,
	linux-kernel

v3:
  - Split into `docs` and `fs` patch as suggested by Jonathan Corbet

--

Tom Saeger (2):
  docs: Update binfmt_misc links
  fs: Update binfmt_misc links

 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 fs/Kconfig.binfmt           | 2 +-
 fs/binfmt_misc.c            | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v3 1/2] docs: Update binfmt_misc links
  2017-10-03 21:16       ` [PATCH v3 0/2] " Tom Saeger
@ 2017-10-03 21:16         ` Tom Saeger
  2017-10-03 21:23           ` Jonathan Corbet
  2017-10-03 21:17         ` [PATCH v3 2/2] fs: " Tom Saeger
  1 sibling, 1 reply; 11+ messages in thread
From: Tom Saeger @ 2017-10-03 21:16 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Tom Saeger, Alexander Viro, Mauro Carvalho Chehab, linux-doc,
	linux-kernel

Documentation/binfmt_misc.txt moved to
Documentation/admin-guide/binfmt-misc.rst

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/sysctl/README | 2 +-
 Documentation/sysctl/fs.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
index 91f54ffa0077..d5f24ab0ecc3 100644
--- a/Documentation/sysctl/README
+++ b/Documentation/sysctl/README
@@ -60,7 +60,7 @@ debug/		<empty>
 dev/		device specific information (eg dev/cdrom/info)
 fs/		specific filesystems
 		filehandle, inode, dentry and quota tuning
-		binfmt_misc <Documentation/binfmt_misc.txt>
+		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
 kernel/		global kernel info / tuning
 		miscellaneous stuff
 net/		networking stuff, for documentation look in:
diff --git a/Documentation/sysctl/fs.txt b/Documentation/sysctl/fs.txt
index 35e17f748ca7..6c00c1e2743f 100644
--- a/Documentation/sysctl/fs.txt
+++ b/Documentation/sysctl/fs.txt
@@ -277,7 +277,7 @@ in a mount namespace.
 ----------------------------------------------------------
 
 Documentation for the files in /proc/sys/fs/binfmt_misc is
-in Documentation/binfmt_misc.txt.
+in Documentation/admin-guide/binfmt-misc.rst.
 
 
 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v3 2/2] fs: Update binfmt_misc links
  2017-10-03 21:16       ` [PATCH v3 0/2] " Tom Saeger
  2017-10-03 21:16         ` [PATCH v3 1/2] " Tom Saeger
@ 2017-10-03 21:17         ` Tom Saeger
  1 sibling, 0 replies; 11+ messages in thread
From: Tom Saeger @ 2017-10-03 21:17 UTC (permalink / raw)
  To: Alexander Viro
  Cc: Tom Saeger, Jonathan Corbet, Mauro Carvalho Chehab, linux-doc,
	linux-kernel

Documentation/binfmt_misc.txt was moved to
Documentation/admin-guide/binfmt-misc.rst

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 fs/Kconfig.binfmt | 2 +-
 fs/binfmt_misc.c  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt
index b2f82cf6bf86..cb35347e8216 100644
--- a/fs/Kconfig.binfmt
+++ b/fs/Kconfig.binfmt
@@ -169,7 +169,7 @@ config BINFMT_MISC
 	  will automatically feed it to the correct interpreter.
 
 	  You can do other nice things, too. Read the file
-	  <file:Documentation/binfmt_misc.txt> to learn how to use this
+	  <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this
 	  feature, <file:Documentation/admin-guide/java.rst> for information about how
 	  to include Java support. and <file:Documentation/admin-guide/mono.rst> for
           information about how to include Mono-based .NET support.
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
index ce7181ea60fa..b5f1ae5d3217 100644
--- a/fs/binfmt_misc.c
+++ b/fs/binfmt_misc.c
@@ -4,7 +4,8 @@
  * Copyright (C) 1997 Richard Günther
  *
  * binfmt_misc detects binaries via a magic or filename extension and invokes
- * a specified wrapper. See Documentation/binfmt_misc.txt for more details.
+ * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more
+ * details.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH v3 1/2] docs: Update binfmt_misc links
  2017-10-03 21:16         ` [PATCH v3 1/2] " Tom Saeger
@ 2017-10-03 21:23           ` Jonathan Corbet
  2017-10-03 22:16             ` Tom Saeger
  0 siblings, 1 reply; 11+ messages in thread
From: Jonathan Corbet @ 2017-10-03 21:23 UTC (permalink / raw)
  To: Tom Saeger; +Cc: Alexander Viro, Mauro Carvalho Chehab, linux-doc, linux-kernel

On Tue, 3 Oct 2017 16:16:37 -0500
Tom Saeger <tom.saeger@oracle.com> wrote:

> Documentation/binfmt_misc.txt moved to
> Documentation/admin-guide/binfmt-misc.rst
> 
> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
> ---
>  Documentation/sysctl/README | 2 +-
>  Documentation/sysctl/fs.txt | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
> index 91f54ffa0077..d5f24ab0ecc3 100644
> --- a/Documentation/sysctl/README
> +++ b/Documentation/sysctl/README
> @@ -60,7 +60,7 @@ debug/		<empty>
>  dev/		device specific information (eg dev/cdrom/info)
>  fs/		specific filesystems
>  		filehandle, inode, dentry and quota tuning
> -		binfmt_misc <Documentation/binfmt_misc.txt>
> +		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>

I've applied this one, thanks.

jon

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v3 1/2] docs: Update binfmt_misc links
  2017-10-03 21:23           ` Jonathan Corbet
@ 2017-10-03 22:16             ` Tom Saeger
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Saeger @ 2017-10-03 22:16 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Tom Saeger, Alexander Viro, Mauro Carvalho Chehab, linux-doc,
	linux-kernel

On Tue, Oct 03, 2017 at 09:23:59PM +0000, Jonathan Corbet wrote:
> On Tue, 3 Oct 2017 16:16:37 -0500
> Tom Saeger <tom.saeger@oracle.com> wrote:
> 
> > Documentation/binfmt_misc.txt moved to
> > Documentation/admin-guide/binfmt-misc.rst
> > 
> > Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
> > ---
> >  Documentation/sysctl/README | 2 +-
> >  Documentation/sysctl/fs.txt | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/Documentation/sysctl/README b/Documentation/sysctl/README
> > index 91f54ffa0077..d5f24ab0ecc3 100644
> > --- a/Documentation/sysctl/README
> > +++ b/Documentation/sysctl/README
> > @@ -60,7 +60,7 @@ debug/		<empty>
> >  dev/		device specific information (eg dev/cdrom/info)
> >  fs/		specific filesystems
> >  		filehandle, inode, dentry and quota tuning
> > -		binfmt_misc <Documentation/binfmt_misc.txt>
> > +		binfmt_misc <Documentation/admin-guide/binfmt-misc.rst>
> 
> I've applied this one, thanks.
> 
> jon

Thanks!

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-10-03 22:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27 21:15 [PATCH 1/1] docs: Update binfmt_misc links Tom Saeger
2017-09-27 21:15 ` Tom Saeger
2017-09-27 22:01 ` [PATCH v2 0/1] " Tom Saeger
2017-09-27 22:02   ` [PATCH v2 1/1] " Tom Saeger
2017-09-27 22:02     ` Tom Saeger
2017-10-03 20:44     ` Jonathan Corbet
2017-10-03 21:16       ` [PATCH v3 0/2] " Tom Saeger
2017-10-03 21:16         ` [PATCH v3 1/2] " Tom Saeger
2017-10-03 21:23           ` Jonathan Corbet
2017-10-03 22:16             ` Tom Saeger
2017-10-03 21:17         ` [PATCH v3 2/2] fs: " Tom Saeger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.