aboutsummaryrefslogtreecommitdiff
path: root/man/man3/rune.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-10 18:53:55 +0000
committerrsc <devnull@localhost>2004-04-10 18:53:55 +0000
commitcfa37a7b1131abbab2e7d339b451f5f0e3198cc8 (patch)
treea7fe52416e9d27efe2af2d54910112674c0fd7c6 /man/man3/rune.3
parent08df2a433e69c94f9db002c83380cb2b693fee60 (diff)
downloadplan9port-cfa37a7b1131abbab2e7d339b451f5f0e3198cc8.tar.gz
plan9port-cfa37a7b1131abbab2e7d339b451f5f0e3198cc8.tar.bz2
plan9port-cfa37a7b1131abbab2e7d339b451f5f0e3198cc8.zip
Lots of man pages.
Diffstat (limited to 'man/man3/rune.3')
-rw-r--r--man/man3/rune.313
1 files changed, 8 insertions, 5 deletions
diff --git a/man/man3/rune.3 b/man/man3/rune.3
index 7ce978ae..120563be 100644
--- a/man/man3/rune.3
+++ b/man/man3/rune.3
@@ -3,7 +3,9 @@
runetochar, chartorune, runelen, runenlen, fullrune, utfecpy, utflen, utfnlen, utfrune, utfrrune, utfutf \- rune/UTF conversion
.SH SYNOPSIS
.ta \w'\fLchar*xx'u
-.B #include <utf.h>
+.B #include <u.h>
+.br
+.B #include <libc.h>
.PP
.B
int runetochar(char *s, Rune *r)
@@ -179,9 +181,10 @@ is the null string,
.I utfutf
returns
.IR s1 .
-.SH HISTORY
-These routines were written by Rob Pike and Ken Thompson
-and first appeared in Plan 9.
+.SH SOURCE
+.B /sys/src/libc/port/rune.c
+.br
+.B /sys/src/libc/port/utfrune.c
.SH SEE ALSO
-.IR utf (7),
+.IR utf (6),
.IR tcs (1)