Changeset 4488
- Timestamp:
- 06/27/07 11:48:21 (1 year ago)
- Files:
-
- i2c-tools/trunk/tools/i2cbusses.h (modified) (1 diff)
- i2c-tools/trunk/tools/i2cdetect.8 (modified) (2 diffs)
- i2c-tools/trunk/tools/i2cdump.8 (modified) (1 diff)
- i2c-tools/trunk/tools/i2cdump.c (modified) (1 diff)
- i2c-tools/trunk/tools/i2cget.8 (modified) (1 diff)
- i2c-tools/trunk/tools/i2cset.8 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c-tools/trunk/tools/i2cbusses.h
r4480 r4488 1 1 /* 2 i2cbusses.h - Part of the lm_sensors project2 i2cbusses.h - Part of the i2c-tools package 3 3 4 Copyright (C) 2004 The lm_sensors group4 Copyright (C) 2004-2007 Jean Delvare <khali@linux-fr.org> 5 5 6 6 This program is free software; you can redistribute it and/or modify i2c-tools/trunk/tools/i2cdetect.8
r4480 r4488 1 .TH I2CDETECT 8 " October 2006"1 .TH I2CDETECT 8 "June 2007" 2 2 .SH NAME 3 3 i2cdetect \- detect I2C chips … … 82 82 83 83 .SH AUTHOR 84 Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group 85 http://www.lm-sensors.org/ 86 This manual page was written by Aurelien Jarno <aurel32@debian.org>, for 87 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and 88 is now part of the lm_sensors source distribution. 84 Frodo Looijaard, Mark D. Studebaker and Jean Delvare 85 86 This manual page was originally written by Aurelien Jarno 87 <aurel32@debian.org>, for the Debian GNU/Linux system. i2c-tools/trunk/tools/i2cdump.8
r4480 r4488 74 74 75 75 .SH AUTHOR 76 Frodo Looijaard, Mark D. Studebaker , and the lm_sensors group77 http://www.lm-sensors.org/ 76 Frodo Looijaard, Mark D. Studebaker and Jean Delvare 77 78 78 This manual page was originally written by David Z Maze <dmaze@debian.org> for 79 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and 80 is now part of the lm_sensors source distribution. 79 the Debian GNU/Linux system. i2c-tools/trunk/tools/i2cdump.c
r4487 r4488 3 3 Copyright (C) 2002-2003 Frodo Looijaard <frodol@dds.nl>, and 4 4 Mark D. Studebaker <mdsxyz123@yahoo.com> 5 Copyright (C) 2004 The lm_sensors group5 Copyright (C) 2004-2007 Jean Delvare <khali@linux-fr.org> 6 6 7 7 This program is free software; you can redistribute it and/or modify i2c-tools/trunk/tools/i2cget.8
r4480 r4488 64 64 .SH AUTHOR 65 65 Jean Delvare 66 http://www.lm-sensors.org/ 66 67 67 This manual page was strongly inspired from those written by David Z Maze 68 68 for i2cset. i2c-tools/trunk/tools/i2cset.8
r4480 r4488 71 71 72 72 .SH AUTHOR 73 Frodo Looijaard, Mark D. Studebaker , and the lm_sensors group74 http://www.lm-sensors.org/ 73 Frodo Looijaard, Mark D. Studebaker and Jean Delvare 74 75 75 This manual page was originally written by David Z Maze <dmaze@debian.org> for 76 the Debian GNU/Linux system. It was then reviewed by the lm_sensors team and 77 is now part of the lm_sensors source distribution. 76 the Debian GNU/Linux system.
