From 8cb3cb34fb7dca5d7586c68a61f2761a2e103195 Mon Sep 17 00:00:00 2001 From: hjelmn Date: Wed, 11 Dec 2013 23:52:34 +0000 Subject: misc: revert all references to libusb/libusb.info --- libusb/strerror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libusb/strerror.c') diff --git a/libusb/strerror.c b/libusb/strerror.c index 0212df8..3af1cab 100644 --- a/libusb/strerror.c +++ b/libusb/strerror.c @@ -35,7 +35,7 @@ static size_t usbi_locale = 0; * How to add a new \ref libusb_strerror() translation: *
    *
  1. Download the latest \c strerror.c from:
    - * https://raw.github.com/libusbx/libusbx/master/libusb/sterror.c
  2. + * https://raw.github.com/libusb/libusb/master/libusb/sterror.c *
  3. Open the file in an UTF-8 capable editor
  4. *
  5. Add the 2 letter ISO 639-1 * code for your locale at the end of \c usbi_locale_supported[]
    @@ -53,7 +53,7 @@ static size_t usbi_locale = 0; * } * };\endcode
  6. *
  7. Translate each of the English messages from the section you copied into your language
  8. - *
  9. Save the file (in UTF-8 format) and send it to \c libusbx-devel\@lists.sourceforge.net
  10. + *
  11. Save the file (in UTF-8 format) and send it to \c libusb-devel\@lists.sourceforge.net
  12. *
*/ -- cgit v1.2.1