summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorglenda <glenda@turku>2014-02-25 20:05:34 +0000
committerglenda <glenda@turku>2014-02-25 20:05:34 +0000
commit8c658722853537e45a90d2278f79458d2d29c9e2 (patch)
treec30f4e5fbffaf4036d0b96235537ec315064edf0 /sys
parentb4d13efc1e19d9ae0f78e2a018f8b994b036ac97 (diff)
scribble(2): quashed false claims of quick-reference decadance.
Diffstat (limited to 'sys')
-rw-r--r--sys/man/2/scribble5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/man/2/scribble b/sys/man/2/scribble
index 6f394add5..f51f3d095 100644
--- a/sys/man/2/scribble
+++ b/sys/man/2/scribble
@@ -19,8 +19,6 @@ Rune recognize(Scribble *);
The scribble library implements simple character recognition.
All characters are drawn using a single stroke of the pen (mouse button 1)
as on a palmtop computer.
-A reference card is in
-.BR /sys/src/libscribble/quickref.gif .
.PP
The library is not really intended for standalone use. Its primary
use is by the scribble graphical control (see
@@ -121,9 +119,6 @@ field of the
structure; it
returns the rune or zero if nothing was recognized.
.SH FILES
-.B /sys/src/libscribble/quickref.gif
-serves as a quick reference card.
-.PP
.B /sys/lib/scribble/classifiers
contains the stroke definitions.
.SH SOURCE