summaryrefslogtreecommitdiff
path: root/sys/man/3
diff options
context:
space:
mode:
authorBurnZeZ <brz-9dev@feline.systems>2018-02-11 21:54:10 +0000
committerBurnZeZ <brz-9dev@feline.systems>2018-02-11 21:54:10 +0000
commit2346954e04417b3d5fdde8e4bc440c0f0532dee0 (patch)
treee75833d2e77351178b3831a63b32d7158ac4fc73 /sys/man/3
parent3d0f4da104a2d9a73e017e121f1f25f5964e494e (diff)
twsi(3): fix wrong unicode codepoint in manpage
Diffstat (limited to 'sys/man/3')
-rw-r--r--sys/man/3/twsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/3/twsi b/sys/man/3/twsi
index 4fd311d4f..8ea3e9480 100644
--- a/sys/man/3/twsi
+++ b/sys/man/3/twsi
@@ -1,14 +1,14 @@
.TH TWSI 3
.SH NAME
-twsi - two-wire serial interface (TWSI) and inter-integrated circuit (I⁲C) interface
+twsi - two-wire serial interface (TWSI) and inter-integrated circuit (I²C) interface
.SH SYNOPSIS
-.B bind -a #⁲ /dev
+.B bind -a #² /dev
.sp 0.3v
.B /dev/twsi*
.SH DESCRIPTION
The
.I twsi
-device serves a one-level directory containing one file per TWSI or I⁲C bus.
+device serves a one-level directory containing one file per TWSI or I²C bus.
Bytes written are transmitted on the bus;
bytes received from the bus are queued and delivered by reading.
Seeking to a given offset before reading or writing causes the
@@ -19,7 +19,7 @@ or
.IR write
call.
.SH FILES
-.B #⁲/twsi*
+.B #²/twsi*
.SH SOURCE
.B /sys/src/9/*/devtwsi.c
.SH BUGS