improve formatting

This commit is contained in:
HummyPkg 2017-03-09 20:38:52 +00:00
parent cbf21103b9
commit 51d4b5656b
1 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@
Lightweight ISO-6937 to UTF-8 conversion library.
## SYNOPSIS
``
int xconv(char *inbuf, char *outbuf, size_t outbuflen);
``
int xconv(char \*inbuf, char \*outbuf, size\_t outbuflen);
## DESCRIPTION
@ -16,7 +14,7 @@ If a UTF-8 sequence is found within the input string, processing is aborted.
## RETURN VALUE
On successful conversion, the xconv() function returns the number of
characters placed into _outbuf_.
characters placed into _outbuf_ excluding the string terminator.
If no conversion is necessary (plain ASCII input string or a UTF-8 sequence
was found) then the function returns 0. In this case, the state of the