docbook: update procfs credits
Update Erik Mouw's email address & affiliation in DocBook. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Erik Mouw <mouw@nl.linux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b73c29f6b0
commit
758222f842
@@ -14,17 +14,20 @@
|
|||||||
<othername>(J.A.K.)</othername>
|
<othername>(J.A.K.)</othername>
|
||||||
<surname>Mouw</surname>
|
<surname>Mouw</surname>
|
||||||
<affiliation>
|
<affiliation>
|
||||||
<orgname>Delft University of Technology</orgname>
|
|
||||||
<orgdiv>Faculty of Information Technology and Systems</orgdiv>
|
|
||||||
<address>
|
<address>
|
||||||
<email>J.A.K.Mouw@its.tudelft.nl</email>
|
<email>mouw@nl.linux.org</email>
|
||||||
<pob>PO BOX 5031</pob>
|
|
||||||
<postcode>2600 GA</postcode>
|
|
||||||
<city>Delft</city>
|
|
||||||
<country>The Netherlands</country>
|
|
||||||
</address>
|
</address>
|
||||||
</affiliation>
|
</affiliation>
|
||||||
</author>
|
</author>
|
||||||
|
<othercredit>
|
||||||
|
<contrib>
|
||||||
|
This software and documentation were written while working on the
|
||||||
|
LART computing board
|
||||||
|
(<ulink url="http://www.lartmaker.nl/">http://www.lartmaker.nl/</ulink>),
|
||||||
|
which was sponsored by the Delt University of Technology projects
|
||||||
|
Mobile Multi-media Communications and Ubiquitous Communications.
|
||||||
|
</contrib>
|
||||||
|
</othercredit>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<revhistory>
|
<revhistory>
|
||||||
@@ -108,18 +111,6 @@
|
|||||||
proofreading.
|
proofreading.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
This documentation was written while working on the LART
|
|
||||||
computing board (<ulink
|
|
||||||
url="http://www.lart.tudelft.nl/">http://www.lart.tudelft.nl/</ulink>),
|
|
||||||
which is sponsored by the Mobile Multi-media Communications
|
|
||||||
(<ulink
|
|
||||||
url="http://www.mmc.tudelft.nl/">http://www.mmc.tudelft.nl/</ulink>)
|
|
||||||
and Ubiquitous Communications (<ulink
|
|
||||||
url="http://www.ubicom.tudelft.nl/">http://www.ubicom.tudelft.nl/</ulink>)
|
|
||||||
projects.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Erik
|
Erik
|
||||||
</para>
|
</para>
|
||||||
|
@@ -1,28 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
* procfs_example.c: an example proc interface
|
* procfs_example.c: an example proc interface
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001, Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
|
* Copyright (C) 2001, Erik Mouw (mouw@nl.linux.org)
|
||||||
*
|
*
|
||||||
* This file accompanies the procfs-guide in the Linux kernel
|
* This file accompanies the procfs-guide in the Linux kernel
|
||||||
* source. Its main use is to demonstrate the concepts and
|
* source. Its main use is to demonstrate the concepts and
|
||||||
* functions described in the guide.
|
* functions described in the guide.
|
||||||
*
|
*
|
||||||
* This software has been developed while working on the LART
|
* This software has been developed while working on the LART
|
||||||
* computing board (http://www.lart.tudelft.nl/), which is
|
* computing board (http://www.lartmaker.nl), which was sponsored
|
||||||
* sponsored by the Mobile Multi-media Communications
|
* by the Delt University of Technology projects Mobile Multi-media
|
||||||
* (http://www.mmc.tudelft.nl/) and Ubiquitous Communications
|
* Communications and Ubiquitous Communications.
|
||||||
* (http://www.ubicom.tudelft.nl/) projects.
|
|
||||||
*
|
|
||||||
* The author can be reached at:
|
|
||||||
*
|
|
||||||
* Erik Mouw
|
|
||||||
* Information and Communication Theory Group
|
|
||||||
* Faculty of Information Technology and Systems
|
|
||||||
* Delft University of Technology
|
|
||||||
* P.O. Box 5031
|
|
||||||
* 2600 GA Delft
|
|
||||||
* The Netherlands
|
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute
|
* This program is free software; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU General
|
* it and/or modify it under the terms of the GNU General
|
||||||
|
Reference in New Issue
Block a user