2023-08-03 17:08:38

by Bilbao, Carlos

[permalink] [raw]
Subject: [PATCH] docs: Add book to process/kernel-docs.rst

Include to process/kernel-docs.rst a book on Linux system administration
published in May, 2023 (with ISBN 978-1098109035).

Signed-off-by: Carlos Bilbao <[email protected]>
---
Documentation/process/kernel-docs.rst | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
index 46f927aae6eb..26ead9d31c01 100644
--- a/Documentation/process/kernel-docs.rst
+++ b/Documentation/process/kernel-docs.rst
@@ -118,6 +118,15 @@ Published books
:ISBN: 978-0672329463
:Notes: Foundational book

+ * Title: **Practical Linux System Administration: A Guide to Installation, Configuration, and Management, 1st Edition**
+
+ :Author: Kenneth Hess
+ :Publisher: O'Reilly Media
+ :Date: May, 2023
+ :Pages: 246
+ :ISBN: 978-1098109035
+ :Notes: System administration
+
.. _ldd3_published:

* Title: **Linux Device Drivers, 3rd Edition**
--
2.34.1



2023-08-11 22:07:06

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: Add book to process/kernel-docs.rst

Carlos Bilbao <[email protected]> writes:

> Include to process/kernel-docs.rst a book on Linux system administration
> published in May, 2023 (with ISBN 978-1098109035).
>
> Signed-off-by: Carlos Bilbao <[email protected]>
> ---
> Documentation/process/kernel-docs.rst | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
> index 46f927aae6eb..26ead9d31c01 100644
> --- a/Documentation/process/kernel-docs.rst
> +++ b/Documentation/process/kernel-docs.rst
> @@ -118,6 +118,15 @@ Published books
> :ISBN: 978-0672329463
> :Notes: Foundational book
>
> + * Title: **Practical Linux System Administration: A Guide to Installation, Configuration, and Management, 1st Edition**
> +
> + :Author: Kenneth Hess
> + :Publisher: O'Reilly Media
> + :Date: May, 2023
> + :Pages: 246
> + :ISBN: 978-1098109035
> + :Notes: System administration
> +
> .. _ldd3_published:

Applied, thanks.

jon