diff options
author | rsc <devnull@localhost> | 2006-07-02 15:26:41 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-07-02 15:26:41 +0000 |
commit | 38bb7c116c0a955b48419735a976456d157cf39f (patch) | |
tree | 71638784737249bbde39d5c15fe5f9a9b5760445 | |
parent | 98fd2548484da268546132aa39995083204f9a8f (diff) | |
download | plan9port-38bb7c116c0a955b48419735a976456d157cf39f.tar.gz plan9port-38bb7c116c0a955b48419735a976456d157cf39f.tar.bz2 plan9port-38bb7c116c0a955b48419735a976456d157cf39f.zip |
update runeprint desc
-rw-r--r-- | man/man3/print.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man3/print.3 b/man/man3/print.3 index 3fd32d1c..a701bc04 100644 --- a/man/man3/print.3 +++ b/man/man3/print.3 @@ -119,6 +119,7 @@ are the same as and .I smprint except that their output is rune strings instead of byte strings. +They return a rune count rather than a byte count. .PP Finally, the routines .IR vfprint , |