scribble(2): quashed false claims of quick-reference decadance.

This commit is contained in:
glenda 2014-02-25 20:05:34 +00:00
parent b4d13efc1e
commit 8c65872285

View file

@ -19,8 +19,6 @@ Rune recognize(Scribble *);
The scribble library implements simple character recognition. The scribble library implements simple character recognition.
All characters are drawn using a single stroke of the pen (mouse button 1) All characters are drawn using a single stroke of the pen (mouse button 1)
as on a palmtop computer. as on a palmtop computer.
A reference card is in
.BR /sys/src/libscribble/quickref.gif .
.PP .PP
The library is not really intended for standalone use. Its primary The library is not really intended for standalone use. Its primary
use is by the scribble graphical control (see use is by the scribble graphical control (see
@ -121,9 +119,6 @@ field of the
structure; it structure; it
returns the rune or zero if nothing was recognized. returns the rune or zero if nothing was recognized.
.SH FILES .SH FILES
.B /sys/src/libscribble/quickref.gif
serves as a quick reference card.
.PP
.B /sys/lib/scribble/classifiers .B /sys/lib/scribble/classifiers
contains the stroke definitions. contains the stroke definitions.
.SH SOURCE .SH SOURCE