diff --git a/tools/i2cdetect.8 b/tools/i2cdetect.8 index ef5cda2..afd6c3b 100644 --- a/tools/i2cdetect.8 +++ b/tools/i2cdetect.8 @@ -82,7 +82,7 @@ Display the version and exit. Output a list of installed busses. .SH SEE ALSO -i2cdump(8), sensors-detect(8) +i2cdump(8), i2cget(8), i2cset(8), i2ctransfer(8), sensors-detect(8) .SH AUTHOR Frodo Looijaard, Mark D. Studebaker and Jean Delvare diff --git a/tools/i2cdump.8 b/tools/i2cdump.8 index 7a02a47..a5490e6 100644 --- a/tools/i2cdump.8 +++ b/tools/i2cdump.8 @@ -75,7 +75,7 @@ knowledge of the chip you're working with and an idea of what you are looking for. .SH SEE ALSO -i2cset(8), i2cdetect(8), isadump(8) +i2cdetect(8), i2cget(8), i2cset(8), i2ctransfer(8), isadump(8) .SH AUTHOR Frodo Looijaard, Mark D. Studebaker and Jean Delvare diff --git a/tools/i2cget.8 b/tools/i2cget.8 index 8786603..2105cad 100644 --- a/tools/i2cget.8 +++ b/tools/i2cget.8 @@ -59,7 +59,7 @@ certain chips. This is particularly true if setting \fImode\fR to \fBcp\fP (writ byte with PEC). Be extremely careful using this program. .SH SEE ALSO -i2cdump(8), i2cset(8) +i2cdetect(8), i2cdump(8), i2cset(8), i2ctransfer(8) .SH AUTHOR Jean Delvare diff --git a/tools/i2cset.8 b/tools/i2cset.8 index 542954f..734bbd7 100644 --- a/tools/i2cset.8 +++ b/tools/i2cset.8 @@ -93,7 +93,7 @@ DESTROY your memory, leaving your system unbootable! Be extremely careful using this program. .SH SEE ALSO -i2cdump(8), isaset(8) +i2cdetect(8), i2cdump(8), i2cget(8), i2ctransfer(8), isaset(8) .SH AUTHOR Frodo Looijaard, Mark D. Studebaker and Jean Delvare