twsi(3): fix wrong unicode codepoint in manpage

This commit is contained in:
BurnZeZ 2018-02-11 21:54:10 +00:00
parent 3d0f4da104
commit 2346954e04

View file

@ -1,14 +1,14 @@
.TH TWSI 3 .TH TWSI 3
.SH NAME .SH NAME
twsi - two-wire serial interface (TWSI) and inter-integrated circuit (IC) interface twsi - two-wire serial interface (TWSI) and inter-integrated circuit (I²C) interface
.SH SYNOPSIS .SH SYNOPSIS
.B bind -a # /dev .B bind -a #² /dev
.sp 0.3v .sp 0.3v
.B /dev/twsi* .B /dev/twsi*
.SH DESCRIPTION .SH DESCRIPTION
The The
.I twsi .I twsi
device serves a one-level directory containing one file per TWSI or IC bus. device serves a one-level directory containing one file per TWSI or I²C bus.
Bytes written are transmitted on the bus; Bytes written are transmitted on the bus;
bytes received from the bus are queued and delivered by reading. bytes received from the bus are queued and delivered by reading.
Seeking to a given offset before reading or writing causes the Seeking to a given offset before reading or writing causes the
@ -19,7 +19,7 @@ or
.IR write .IR write
call. call.
.SH FILES .SH FILES
.B #/twsi* .B #²/twsi*
.SH SOURCE .SH SOURCE
.B /sys/src/9/*/devtwsi.c .B /sys/src/9/*/devtwsi.c
.SH BUGS .SH BUGS