kbdfs: mklatin comments
This commit is contained in:
parent
4e9e860776
commit
64f14cc6a4
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Parse /lib/keyboard to create latin1.h table for kernel.
|
* Parse /lib/keyboard to create latin1.h table for kbdfs.
|
||||||
* mklatinkbd -r prints an array of integers rather than a Rune string literal.
|
* mklatin -r prints an array of integers rather than a Rune string literal.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <u.h>
|
#include <u.h>
|
||||||
|
@ -21,8 +21,8 @@ char *head = ""
|
||||||
" */\n";
|
" */\n";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* latin1.c assumes that strlen(ld) is at most 2.
|
* kbdfs assumes that strlen(ld) is at most 2.
|
||||||
* It also assumes that latintab[i].ld can be a prefix of latintab[j].ld
|
* It also assumes that tab[i].ld can be a prefix of tab[j].ld
|
||||||
* only when j < i. We ensure this by sorting the output by prefix length.
|
* only when j < i. We ensure this by sorting the output by prefix length.
|
||||||
* The so array is indexed by the character value.
|
* The so array is indexed by the character value.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue