Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725328 > unrolled thread
| Started by | Henning Schild <henning@hennsch.de> |
|---|---|
| First post | 2017-09-01 22:20 +0200 |
| Last post | 2017-09-20 20:10 +0200 |
| Articles | 3 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] docs: fix location of document that got moved Henning Schild <henning@hennsch.de> - 2017-09-01 22:20 +0200
Re: [PATCH] docs: fix location of document that got moved Henning Schild <henning@hennsch.de> - 2017-09-11 08:50 +0200
[PATCH v2] docs: fix location of document that got moved Henning Schild <henning@hennsch.de> - 2017-09-20 20:10 +0200
| From | Henning Schild <henning@hennsch.de> |
|---|---|
| Date | 2017-09-01 22:20 +0200 |
| Subject | [PATCH] docs: fix location of document that got moved |
| Message-ID | <ul0A2-1x6-3@gated-at.bofh.it> |
9d85025b0418 renamed the document mentioned in the header. Adjust the link to point to the right place. Signed-off-by: Henning Schild <henning@hennsch.de> --- fs/binfmt_misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index f4718098ac31..b0cc07fbadef 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.13.5
[toc] | [next] | [standalone]
| From | Henning Schild <henning@hennsch.de> |
|---|---|
| Date | 2017-09-11 08:50 +0200 |
| Message-ID | <uoqHD-7zH-3@gated-at.bofh.it> |
| In reply to | #1725328 |
Ping Am Fri, 1 Sep 2017 21:57:21 +0200 schrieb Henning Schild <henning@hennsch.de>: > 9d85025b0418 renamed the document mentioned in the header. Adjust the > link to point to the right place. > > Signed-off-by: Henning Schild <henning@hennsch.de> > --- > fs/binfmt_misc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c > index f4718098ac31..b0cc07fbadef 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
[toc] | [prev] | [next] | [standalone]
| From | Henning Schild <henning@hennsch.de> |
|---|---|
| Date | 2017-09-20 20:10 +0200 |
| Subject | [PATCH v2] docs: fix location of document that got moved |
| Message-ID | <urRBF-6yf-33@gated-at.bofh.it> |
| In reply to | #1725328 |
commit 9d85025b0418 ("docs-rst: create an user's manual book") renamed the
document mentioned in the header. Adjust the link to point to the right
place.
Signed-off-by: Henning Schild <henning@hennsch.de>
---
fs/binfmt_misc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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.13.5
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web