2017-09-01 20:19:37

by Henning Schild

[permalink] [raw]
Subject: [PATCH] docs: fix location of document that got moved

9d85025b0418 renamed the document mentioned in the header. Adjust the
link to point to the right place.

Signed-off-by: Henning Schild <[email protected]>
---
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


2017-09-11 06:42:10

by Henning Schild

[permalink] [raw]
Subject: Re: [PATCH] docs: fix location of document that got moved

Ping

Am Fri, 1 Sep 2017 21:57:21 +0200
schrieb Henning Schild <[email protected]>:

> 9d85025b0418 renamed the document mentioned in the header. Adjust the
> link to point to the right place.
>
> Signed-off-by: Henning Schild <[email protected]>
> ---
> 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

2017-09-20 18:02:16

by Henning Schild

[permalink] [raw]
Subject: [PATCH v2] docs: fix location of document that got moved

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 <[email protected]>
---
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

2017-11-28 20:14:00

by Henning Schild

[permalink] [raw]
Subject: Re: [PATCH v2] docs: fix location of document that got moved

Hi Alexander,

could you please have a look at that patch.

Henning

Am Wed, 20 Sep 2017 20:02:04 +0200
schrieb Henning Schild <[email protected]>:

> 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 <[email protected]>
> ---
> 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


From 1584124657076993161@xxx Wed Nov 15 09:43:19 +0000 2017
X-GM-THRID: 1577369978928397436
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread

2017-11-15 09:43:19

by Henning Schild

[permalink] [raw]
Subject: Re: [PATCH v2] docs: fix location of document that got moved

Adding kernel-janitors to the list, maybe some of you will pick it up.

Henning

Am Wed, 20 Sep 2017 20:02:04 +0200
schrieb Henning Schild <[email protected]>:

> 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 <[email protected]>
> ---
> 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


From 1579082668169676616@xxx Wed Sep 20 18:03:04 +0000 2017
X-GM-THRID: 1577369978928397436
X-Gmail-Labels: Inbox,Category Forums