diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-08-19 06:11:39 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-08-19 06:11:39 +0000 |
commit | 40946a570405a522b2cd04295bc2dad746b936fc (patch) | |
tree | e955aacda26a17d32c3e0f32afcd8f42366f4523 /LUFA/ManPages | |
parent | ccf4cffd78fd3ee56c5f6f61ce50e386ee50a513 (diff) | |
download | lufa-40946a570405a522b2cd04295bc2dad746b936fc.tar.gz lufa-40946a570405a522b2cd04295bc2dad746b936fc.tar.bz2 lufa-40946a570405a522b2cd04295bc2dad746b936fc.zip |
Minor documentation corrections.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 12 | ||||
-rw-r--r-- | LUFA/ManPages/LibraryResources.txt | 3 |
2 files changed, 7 insertions, 8 deletions
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 7c16b6dda..061c6aca5 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -23,8 +23,8 @@ * <table> * <tr> * <th width="150px">Part</th> - * <th width="150px">Device Mode</th> - * <th width="150px">Host Mode</th> + * <th width="150px">USB Device Mode</th> + * <th width="150px">USB Host Mode</th> * </tr> * <tr> * <td>AT90USB82</td> @@ -131,8 +131,8 @@ * <table> * <tr> * <th width="150px">Part</th> - * <th width="150px">Device Mode</th> - * <th width="150px">Host Mode</th> + * <th width="150px">USB Device Mode</th> + * <th width="150px">USB Host Mode</th> * </tr> * <tr> * <td>AT32UC3A064</td> @@ -300,8 +300,8 @@ * <table> * <tr> * <th width="150px">Part</th> - * <th width="150px">Device Mode</th> - * <th width="150px">Host Mode</th> + * <th width="150px">USB Device Mode</th> + * <th width="150px">USB Host Mode</th> * </tr> * <tr> * <td>ATXMEGA16A4U</td> diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index bf9320e33..7137a56a0 100644 --- a/LUFA/ManPages/LibraryResources.txt +++ b/LUFA/ManPages/LibraryResources.txt @@ -18,8 +18,7 @@ * * \section Sec_ProjectHelp Assistance With LUFA * Discussion Group: http://www.lufa-lib.org/support \n - * Author's Email: dean [at] fourwalledcubicle [dot] com - * Author's Skype: abcminiuser + * Author's Email: dean [at] fourwalledcubicle [dot] com \n * * \section Sec_InDevelopment Latest In-Development Source Code * Issue Tracker: http://www.lufa-lib.org/tracker \n |