2010-12-01 17:51:27

by Nicolas Kaiser

[permalink] [raw]
Subject: [PATCH] Documentation: kernel-docs: fix typos, remove duplicated entries

Fixed typos, and removed duplicated entries.

Signed-off-by: Nicolas Kaiser <[email protected]>
---
Documentation/kernel-docs.txt | 27 ++-------------------------
1 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt
index 715eaaf..9a86746 100644
--- a/Documentation/kernel-docs.txt
+++ b/Documentation/kernel-docs.txt
@@ -537,7 +537,7 @@
Notes: Further information in
http://www.oreilly.com/catalog/linuxdrive2/

- * Title: "Linux Device Drivers, 3nd Edition"
+ * Title: "Linux Device Drivers, 3rd Edition"
Authors: Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
Publisher: O'Reilly & Associates.
Date: 2005.
@@ -592,14 +592,6 @@
Pages: 600.
ISBN: 0-13-101908-2

- * Title: "The Design and Implementation of the 4.4 BSD UNIX
- Operating System"
- Author: Marshall Kirk McKusick, Keith Bostic, Michael J. Karels,
- John S. Quarterman.
- Publisher: Addison-Wesley.
- Date: 1996.
- ISBN: 0-201-54979-4
-
* Title: "Programming for the real world - POSIX.4"
Author: Bill O. Gallmeister.
Publisher: O'Reilly & Associates, Inc..
@@ -610,28 +602,13 @@
POSIX. Good reference.

* Title: "UNIX Systems for Modern Architectures: Symmetric
- Multiprocesssing and Caching for Kernel Programmers"
+ Multiprocessing and Caching for Kernel Programmers"
Author: Curt Schimmel.
Publisher: Addison Wesley.
Date: June, 1994.
Pages: 432.
ISBN: 0-201-63338-8

- * Title: "The Design and Implementation of the 4.3 BSD UNIX
- Operating System"
- Author: Samuel J. Leffler, Marshall Kirk McKusick, Michael J.
- Karels, John S. Quarterman.
- Publisher: Addison-Wesley.
- Date: 1989 (reprinted with corrections on October, 1990).
- ISBN: 0-201-06196-1
-
- * Title: "The Design of the UNIX Operating System"
- Author: Maurice J. Bach.
- Publisher: Prentice Hall.
- Date: 1986.
- Pages: 471.
- ISBN: 0-13-201757-1
-
MISCELLANEOUS:

* Name: linux/Documentation
--
1.7.2.2


2010-12-01 20:51:55

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation: kernel-docs: fix typos, remove duplicated entries

On Wed, 1 Dec 2010 18:48:21 +0100 Nicolas Kaiser wrote:

> Fixed typos, and removed duplicated entries.
>
> Signed-off-by: Nicolas Kaiser <[email protected]>

Applied, thanks.


> ---
> Documentation/kernel-docs.txt | 27 ++-------------------------
> 1 files changed, 2 insertions(+), 25 deletions(-)
>
> diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt
> index 715eaaf..9a86746 100644
> --- a/Documentation/kernel-docs.txt
> +++ b/Documentation/kernel-docs.txt
> @@ -537,7 +537,7 @@
> Notes: Further information in
> http://www.oreilly.com/catalog/linuxdrive2/
>
> - * Title: "Linux Device Drivers, 3nd Edition"
> + * Title: "Linux Device Drivers, 3rd Edition"
> Authors: Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
> Publisher: O'Reilly & Associates.
> Date: 2005.
> @@ -592,14 +592,6 @@
> Pages: 600.
> ISBN: 0-13-101908-2
>
> - * Title: "The Design and Implementation of the 4.4 BSD UNIX
> - Operating System"
> - Author: Marshall Kirk McKusick, Keith Bostic, Michael J. Karels,
> - John S. Quarterman.
> - Publisher: Addison-Wesley.
> - Date: 1996.
> - ISBN: 0-201-54979-4
> -
> * Title: "Programming for the real world - POSIX.4"
> Author: Bill O. Gallmeister.
> Publisher: O'Reilly & Associates, Inc..
> @@ -610,28 +602,13 @@
> POSIX. Good reference.
>
> * Title: "UNIX Systems for Modern Architectures: Symmetric
> - Multiprocesssing and Caching for Kernel Programmers"
> + Multiprocessing and Caching for Kernel Programmers"
> Author: Curt Schimmel.
> Publisher: Addison Wesley.
> Date: June, 1994.
> Pages: 432.
> ISBN: 0-201-63338-8
>
> - * Title: "The Design and Implementation of the 4.3 BSD UNIX
> - Operating System"
> - Author: Samuel J. Leffler, Marshall Kirk McKusick, Michael J.
> - Karels, John S. Quarterman.
> - Publisher: Addison-Wesley.
> - Date: 1989 (reprinted with corrections on October, 1990).
> - ISBN: 0-201-06196-1
> -
> - * Title: "The Design of the UNIX Operating System"
> - Author: Maurice J. Bach.
> - Publisher: Prentice Hall.
> - Date: 1986.
> - Pages: 471.
> - ISBN: 0-13-201757-1
> -
> MISCELLANEOUS:
>
> * Name: linux/Documentation
> --


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***