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

Carlos Bilbao posted 1 patch 2 years, 1 month ago
Documentation/process/kernel-docs.rst | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH] docs: Add book to process/kernel-docs.rst
Posted by Carlos Bilbao 2 years, 1 month ago
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 <carlos.bilbao@amd.com>
---
 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
Re: [PATCH] docs: Add book to process/kernel-docs.rst
Posted by Jonathan Corbet 2 years, 1 month ago
Carlos Bilbao <carlos.bilbao@amd.com> 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 <carlos.bilbao@amd.com>
> ---
>  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