diff options
author | Michael Teichgräber <mt4swm@googlemail.com> | 2010-03-08 17:02:32 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-03-08 17:02:32 -0800 |
commit | 2fe14f1315eb8d3235ea8f978e5bd9444f467c2b (patch) | |
tree | bd579d410c8646dca672cd91179f05579a09ebdb | |
parent | d94cc62a01598da18ec1e6a25aec395e98000904 (diff) | |
download | plan9port-2fe14f1315eb8d3235ea8f978e5bd9444f467c2b.tar.gz plan9port-2fe14f1315eb8d3235ea8f978e5bd9444f467c2b.tar.bz2 plan9port-2fe14f1315eb8d3235ea8f978e5bd9444f467c2b.zip |
rune(3): sync with rune.c and Plan 9
R=rsc
CC=codebot
http://codereview.appspot.com/254042
-rw-r--r-- | man/man3/rune.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man3/rune.3 b/man/man3/rune.3 index 62c89dde..5bb2224e 100644 --- a/man/man3/rune.3 +++ b/man/man3/rune.3 @@ -71,7 +71,10 @@ If the input is not exactly in .SM UTF format, .I chartorune -will convert to 0x80 and return 1. +will convert to +.B Runeerror +(0xFFFD) +and return 1. .PP .I Runelen returns the number of bytes |