diff --git a/core/include/msg.h b/core/include/msg.h index 5d55a7147c..5b598470a7 100644 --- a/core/include/msg.h +++ b/core/include/msg.h @@ -81,7 +81,7 @@ * mode or the message queue (see below) of the receiving thread is full * messages sent this way will be dropped. * - * You can use the example on asynchronous IPC below — but without the queue — + * You can use the example on asynchronous IPC below - but without the queue - * to get an impression of how to use non-blocking IPC. * * Synchronous vs Asynchronous diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index 02f5e28a7f..2fcadd9394 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -208,7 +208,7 @@ starting point for anyone who is new to RIOT. For more information best browse that directory and have a look at the `README.md` files that ship with each example. -To create your own application — here or anywhere else — see @ref creating-an-application +To create your own application - here or anywhere else - see @ref creating-an-application tests ----- diff --git a/drivers/kw2xrf/kw2xrf_getset.c b/drivers/kw2xrf/kw2xrf_getset.c index 9ad419a75a..71c1fe5321 100644 --- a/drivers/kw2xrf/kw2xrf_getset.c +++ b/drivers/kw2xrf/kw2xrf_getset.c @@ -351,8 +351,8 @@ uint32_t kw2xrf_get_rssi(uint32_t value) /* Get rssi (Received Signal Strength Indicator, unit is dBm) * from lqi (Link Quality Indicator) value. * There are two different equations for RSSI: - * RF = (LQI – 286.6) / 2.69333 (MKW2xD Reference Manual) - * RF = (LQI – 295.4) / 2.84 (MCR20A Reference Manual) + * RF = (LQI - 286.6) / 2.69333 (MKW2xD Reference Manual) + * RF = (LQI - 295.4) / 2.84 (MCR20A Reference Manual) * The last appears more to match the graphic (Figure 3-10). * Since RSSI value is always positive and we want to * avoid the floating point computation: diff --git a/sys/hashes/doc.txt b/sys/hashes/doc.txt index 3d2e5bfb91..55aab9b8ea 100644 --- a/sys/hashes/doc.txt +++ b/sys/hashes/doc.txt @@ -26,7 +26,7 @@ * * Kernighan and Ritchie * * Shift, And, Xor * * Donald E. Knuth - * * Fowler–Noll–Vo hash function + * * Fowler-Noll-Vo hash function * * Rotating Hash * * One at a time Hash *