From 2be6a751baeeaee958fc5a16bddfc92eed04b195 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 10 Sep 2020 15:06:08 +0200 Subject: [PATCH] Manual pages: Mention the current maintainer Add the current maintainer to the mailing list as the contact points for bug reports. This ensure that the reports will be read by the right person. Signed-off-by: Jean Delvare --- eeprom/decode-dimms.1 | 3 ++- eeprom/decode-vaio.1 | 3 ++- lib/libi2c.3 | 3 ++- stub/i2c-stub-from-dump.8 | 3 ++- tools/i2cdetect.8 | 3 ++- tools/i2cdump.8 | 3 ++- tools/i2cget.8 | 3 ++- tools/i2cset.8 | 3 ++- tools/i2ctransfer.8 | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/eeprom/decode-dimms.1 b/eeprom/decode-dimms.1 index c684500..c3ce597 100644 --- a/eeprom/decode-dimms.1 +++ b/eeprom/decode-dimms.1 @@ -64,7 +64,8 @@ Same as -x except treat multibyte hex data as little endian Display the usage summary .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO .BR decode-vaio (1) .SH AUTHORS diff --git a/eeprom/decode-vaio.1 b/eeprom/decode-vaio.1 index 9bdcacf..5e69ee7 100644 --- a/eeprom/decode-vaio.1 +++ b/eeprom/decode-vaio.1 @@ -31,7 +31,8 @@ identification EEPROMs. The tool requires the eeprom kernel module to be loaded. .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO .BR decode-dimms (1) .SH AUTHOR diff --git a/lib/libi2c.3 b/lib/libi2c.3 index c9374f5..3603f69 100644 --- a/lib/libi2c.3 +++ b/lib/libi2c.3 @@ -135,7 +135,8 @@ yourself. .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH AUTHOR Simon G. Vogl, Frodo Looijaard, Jean Delvare and others diff --git a/stub/i2c-stub-from-dump.8 b/stub/i2c-stub-from-dump.8 index 3d55ac9..77716e5 100644 --- a/stub/i2c-stub-from-dump.8 +++ b/stub/i2c-stub-from-dump.8 @@ -47,7 +47,8 @@ Device must not have banks (as most Winbond devices do). .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO i2cdump(8), i2cdetect(8), i2cset(8) diff --git a/tools/i2cdetect.8 b/tools/i2cdetect.8 index 9e9f7cc..09e22e4 100644 --- a/tools/i2cdetect.8 +++ b/tools/i2cdetect.8 @@ -115,7 +115,8 @@ using the "receive byte" method, after user confirmation: .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO i2cdump(8), i2cget(8), i2cset(8), i2ctransfer(8), sensors-detect(8) diff --git a/tools/i2cdump.8 b/tools/i2cdump.8 index 6acfcc2..e039751 100644 --- a/tools/i2cdump.8 +++ b/tools/i2cdump.8 @@ -118,7 +118,8 @@ user confirmation: .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO i2cdetect(8), i2cget(8), i2cset(8), i2ctransfer(8), isadump(8) diff --git a/tools/i2cget.8 b/tools/i2cget.8 index ac4024a..da17ed4 100644 --- a/tools/i2cget.8 +++ b/tools/i2cget.8 @@ -115,7 +115,8 @@ use \fIi2ctransfer\fR to achieve the same in a safe and faster way. .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO i2cdetect(8), i2cdump(8), i2cset(8), i2ctransfer(8) diff --git a/tools/i2cset.8 b/tools/i2cset.8 index 138f545..a23426e 100644 --- a/tools/i2cset.8 +++ b/tools/i2cset.8 @@ -127,7 +127,8 @@ Also see i2cget(8) for examples of combined usage of \fIi2cset\fR and .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH SEE ALSO i2cdetect(8), i2cdump(8), i2cget(8), i2ctransfer(8), isaset(8) diff --git a/tools/i2ctransfer.8 b/tools/i2ctransfer.8 index 3b14375..1ca8b8c 100644 --- a/tools/i2ctransfer.8 +++ b/tools/i2ctransfer.8 @@ -154,7 +154,8 @@ Be extremely careful using this program. .SH BUGS To report bugs or send fixes, please write to the Linux I2C mailing list -. + with Cc to the current maintainer: +Jean Delvare . .SH AUTHORS Wolfram Sang, based on